summaryrefslogtreecommitdiff
path: root/.github/workflows/codeql.yml
diff options
context:
space:
mode:
authorYuriy Andamasov <yuriy@vyos.io>2026-07-14 14:50:42 +0300
committerYuriy Andamasov <yuriy@vyos.io>2026-07-14 15:08:07 +0300
commit5ccf0c1d6dc0d5227b6c0fd2cb1da714f9479fd5 (patch)
tree245822732b976ecea6376e5da1e829a08545e26f /.github/workflows/codeql.yml
parentd8ba8e14d3e93aec2225cf97ab935b6197cae90b (diff)
downloadipaddrcheck-5ccf0c1d6dc0d5227b6c0fd2cb1da714f9479fd5.tar.gz
ipaddrcheck-5ccf0c1d6dc0d5227b6c0fd2cb1da714f9479fd5.zip
ci: T9082: onboard CodeQL scanning via central reusable workflow
Caller temporarily pinned to the Track-A feature SHA for pre-merge validation; first commit exercises the legacy autobuild path on codeql-action v4. Flipped to @production before merge. 🤖 Generated by [robots](https://vyos.io)
Diffstat (limited to '.github/workflows/codeql.yml')
-rw-r--r--.github/workflows/codeql.yml22
1 files changed, 22 insertions, 0 deletions
diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml
new file mode 100644
index 0000000..31bfba7
--- /dev/null
+++ b/.github/workflows/codeql.yml
@@ -0,0 +1,22 @@
+name: "Perform CodeQL Analysis"
+
+on:
+ push:
+ branches:
+ - rolling
+ pull_request:
+ branches:
+ - rolling
+ schedule:
+ - cron: '28 13 * * 0'
+
+permissions:
+ actions: read
+ contents: read
+ security-events: write
+
+jobs:
+ codeql-analysis-call:
+ uses: vyos/.github/.github/workflows/codeql-analysis.yml@b0082401423f12eb68200266227edc8bb54c9937
+ with:
+ languages: "['c-cpp']"