summaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorYuriy Andamasov <yuriy@vyos.io>2026-07-14 15:17:41 +0300
committerYuriy Andamasov <yuriy@vyos.io>2026-07-14 15:17:41 +0300
commit8e5209e74c448722b654c6861e142e74f1a9e645 (patch)
tree388d20871cd4928c04c81f350b45d742288c54f2 /.github/workflows
parent1ae30357985b54baf0e86e7bddc5d188f6777e22 (diff)
downloadefi-boot-shim-feature/T9082-codeql-onboard.tar.gz
efi-boot-shim-feature/T9082-codeql-onboard.zip
ci: T9082: onboard CodeQL scanning via central reusable workflowfeature/T9082-codeql-onboard
🤖 Generated by [robots](https://vyos.io)
Diffstat (limited to '.github/workflows')
-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"