diff options
| author | Yuriy Andamasov <yuriy@andamasov.com> | 2026-07-14 18:57:12 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-07-14 18:57:12 +0300 |
| commit | eeb0841fc23c4c5f4901e46983ac8f835c3a5518 (patch) | |
| tree | bf6301f92337b225d61e00c946f99602db1c5d8f /.github/workflows/codeql.yml | |
| parent | 08fe73326a18e803778c55ff0b08202a6cc0c06f (diff) | |
| download | libnss-tacplus-rolling.tar.gz libnss-tacplus-rolling.zip | |
ci: T9082: onboard CodeQL scanning via central reusable workflow (#16)rolling
🤖 Generated by [robots](https://vyos.io)
Diffstat (limited to '.github/workflows/codeql.yml')
| -rw-r--r-- | .github/workflows/codeql.yml | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml new file mode 100644 index 0000000..05a0a69 --- /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: '42 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: "['c-cpp']" + build-mode: "none" |
