summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYuriy Andamasov <yuriy@vyos.io>2026-07-14 20:23:58 +0300
committerGitHub <noreply@github.com>2026-07-14 20:23:58 +0300
commitd3b93c2c2f4c99dbaa06a6f4cbca4308dd490b44 (patch)
tree388d20871cd4928c04c81f350b45d742288c54f2
parent1ae30357985b54baf0e86e7bddc5d188f6777e22 (diff)
downloadefi-boot-shim-d3b93c2c2f4c99dbaa06a6f4cbca4308dd490b44.tar.gz
efi-boot-shim-d3b93c2c2f4c99dbaa06a6f4cbca4308dd490b44.zip
ci: T9082: onboard CodeQL scanning via central reusable workflow (#6)rolling
🤖 Generated by [robots](https://vyos.io)
-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 00000000..f1db2c39
--- /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: '21 12 * * 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"