summaryrefslogtreecommitdiff
path: root/.github/workflows/codeql.yml
diff options
context:
space:
mode:
authordd <91662885+dd010101@users.noreply.github.com>2024-05-25 17:48:38 +0200
committerGitHub <noreply@github.com>2024-05-25 17:48:38 +0200
commit196e3e8b55b83710c867632131a4129971d1e5b7 (patch)
tree64700c37c609b19951a5d414f9a622b7788e67a1 /.github/workflows/codeql.yml
parent9b5161b074eea6e5395bab4d984cec92434d503f (diff)
parentcc9d1af8b7f3b2b4b76d9b4a3bcf151b841074dc (diff)
downloadvyos-build-196e3e8b55b83710c867632131a4129971d1e5b7.tar.gz
vyos-build-196e3e8b55b83710c867632131a4129971d1e5b7.zip
Merge branch 'vyos:current' into current
Diffstat (limited to '.github/workflows/codeql.yml')
-rw-r--r--.github/workflows/codeql.yml23
1 files changed, 23 insertions, 0 deletions
diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml
new file mode 100644
index 00000000..a4fc39e2
--- /dev/null
+++ b/.github/workflows/codeql.yml
@@ -0,0 +1,23 @@
+name: "Perform CodeQL Analysis"
+
+on:
+ push:
+ branches: [ "current", "sagitta", "equuleus" ]
+ pull_request:
+ # The branches below must be a subset of the branches above
+ branches: [ "current" ]
+ schedule:
+ - cron: '22 10 * * 0'
+ workflow_dispatch:
+
+permissions:
+ actions: read
+ contents: read
+ security-events: write
+
+jobs:
+ codeql-analysis-call:
+ uses: vyos/.github/.github/workflows/codeql-analysis.yml@feature/T6349-reusable-workflows
+ secrets: inherit
+ with:
+ languages: "['python']"