diff options
| author | Yuriy Andamasov <yuriy@vyos.io> | 2026-07-14 20:24:03 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-07-14 20:24:03 +0300 |
| commit | 6a25379650dfecbc4172bdf8f63dc0d9a970701f (patch) | |
| tree | 5a83a084b3a4499604216e745e53ad02be94f9cd | |
| parent | e4b20401e612efd9718045970a030370740c1ab2 (diff) | |
| download | vyos-utils-misc-rolling.tar.gz vyos-utils-misc-rolling.zip | |
ci: T9082: onboard CodeQL scanning via central reusable workflow (#14)rolling
🤖 Generated by [robots](https://vyos.io)
| -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..1e0c46c --- /dev/null +++ b/.github/workflows/codeql.yml @@ -0,0 +1,30 @@ +name: "Perform CodeQL Analysis" + +on: + push: + branches: + - rolling + paths: + - '**' + - '!.github/**' + - '!**/*.md' + pull_request: + branches: + - rolling + paths: + - '**' + - '!.github/**' + - '!**/*.md' + schedule: + - cron: '45 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: "['python']" |
