summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authoromnom62 <75066712+omnom62@users.noreply.github.com>2026-07-15 05:30:53 +1000
committerGitHub <noreply@github.com>2026-07-15 05:30:53 +1000
commitae4c0367f267922a9367d98f38e30b5d5781e43e (patch)
tree077c6aa4e3adb006f0448fdca64aefbd255732f7 /.github
parentdfddeabe24c0b727b59a4fa5f77ac54455e3cb8f (diff)
parent0b3e6d828779fcd1cc5460e92f057a74d32f0b5f (diff)
downloadrest.vyos-T8989_static_routes.tar.gz
rest.vyos-T8989_static_routes.zip
Merge branch 'main' into T8989_static_routesT8989_static_routes
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/codeql.yml30
1 files changed, 30 insertions, 0 deletions
diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml
new file mode 100644
index 0000000..bac18df
--- /dev/null
+++ b/.github/workflows/codeql.yml
@@ -0,0 +1,30 @@
+name: "Perform CodeQL Analysis"
+
+on:
+ push:
+ branches:
+ - main
+ paths:
+ - '**'
+ - '!.github/**'
+ - '!**/*.md'
+ pull_request:
+ branches:
+ - main
+ paths:
+ - '**'
+ - '!.github/**'
+ - '!**/*.md'
+ schedule:
+ - cron: '10 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: "['python']"