summaryrefslogtreecommitdiff
path: root/.github/workflows/codeql.yml
diff options
context:
space:
mode:
authorYuriy Andamasov <yuriy@andamasov.com>2026-07-14 18:57:12 +0300
committerGitHub <noreply@github.com>2026-07-14 18:57:12 +0300
commiteeb0841fc23c4c5f4901e46983ac8f835c3a5518 (patch)
treebf6301f92337b225d61e00c946f99602db1c5d8f /.github/workflows/codeql.yml
parent08fe73326a18e803778c55ff0b08202a6cc0c06f (diff)
downloadlibnss-tacplus-rolling.tar.gz
libnss-tacplus-rolling.zip
ci: T9082: onboard CodeQL scanning via central reusable workflow (#16)rolling
🤖 Generated by [robots](https://vyos.io)
Diffstat (limited to '.github/workflows/codeql.yml')
-rw-r--r--.github/workflows/codeql.yml31
1 files changed, 31 insertions, 0 deletions
diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml
new file mode 100644
index 0000000..05a0a69
--- /dev/null
+++ b/.github/workflows/codeql.yml
@@ -0,0 +1,31 @@
+name: "Perform CodeQL Analysis"
+
+on:
+ push:
+ branches:
+ - rolling
+ paths:
+ - '**'
+ - '!.github/**'
+ - '!**/*.md'
+ pull_request:
+ branches:
+ - rolling
+ paths:
+ - '**'
+ - '!.github/**'
+ - '!**/*.md'
+ schedule:
+ - cron: '42 11 * * 0'
+
+permissions:
+ actions: read
+ contents: read
+ security-events: write
+
+jobs:
+ codeql-analysis-call:
+ uses: vyos/.github/.github/workflows/codeql-analysis.yml@production
+ with:
+ languages: "['c-cpp']"
+ build-mode: "none"