diff options
| author | omnom62 <75066712+omnom62@users.noreply.github.com> | 2026-07-15 05:28:04 +1000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-07-15 05:28:04 +1000 |
| commit | 0b3e6d828779fcd1cc5460e92f057a74d32f0b5f (patch) | |
| tree | f4ca6af3062924b073fa8461bbc9179bb9373eed | |
| parent | db8c9bdef5d524ce92c7068514a87a4b36a3ddd8 (diff) | |
| parent | 149c5ea354fc6b09f93b26752e7b03dff2916aac (diff) | |
| download | rest.vyos-main.tar.gz rest.vyos-main.zip | |
ci: T9082: onboard CodeQL scanning
| -rw-r--r-- | .github/workflows/codeql.yml | 30 |
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']" |
