diff options
| author | Yuriy Andamasov <yuriy@vyos.io> | 2026-07-14 14:50:42 +0300 |
|---|---|---|
| committer | Yuriy Andamasov <yuriy@vyos.io> | 2026-07-14 15:08:07 +0300 |
| commit | 5ccf0c1d6dc0d5227b6c0fd2cb1da714f9479fd5 (patch) | |
| tree | 245822732b976ecea6376e5da1e829a08545e26f /.github/workflows/codeql.yml | |
| parent | d8ba8e14d3e93aec2225cf97ab935b6197cae90b (diff) | |
| download | ipaddrcheck-5ccf0c1d6dc0d5227b6c0fd2cb1da714f9479fd5.tar.gz ipaddrcheck-5ccf0c1d6dc0d5227b6c0fd2cb1da714f9479fd5.zip | |
ci: T9082: onboard CodeQL scanning via central reusable workflow
Caller temporarily pinned to the Track-A feature SHA for pre-merge
validation; first commit exercises the legacy autobuild path on
codeql-action v4. Flipped to @production before merge.
🤖 Generated by [robots](https://vyos.io)
Diffstat (limited to '.github/workflows/codeql.yml')
| -rw-r--r-- | .github/workflows/codeql.yml | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml new file mode 100644 index 0000000..31bfba7 --- /dev/null +++ b/.github/workflows/codeql.yml @@ -0,0 +1,22 @@ +name: "Perform CodeQL Analysis" + +on: + push: + branches: + - rolling + pull_request: + branches: + - rolling + schedule: + - cron: '28 13 * * 0' + +permissions: + actions: read + contents: read + security-events: write + +jobs: + codeql-analysis-call: + uses: vyos/.github/.github/workflows/codeql-analysis.yml@b0082401423f12eb68200266227edc8bb54c9937 + with: + languages: "['c-cpp']" |
