diff options
| author | Yuriy Andamasov <yuriy@vyos.io> | 2026-07-14 15:18:28 +0300 |
|---|---|---|
| committer | Yuriy Andamasov <yuriy@vyos.io> | 2026-07-14 15:18:28 +0300 |
| commit | 482d9a430121b7a93c199121e03bb9f3bdb612d0 (patch) | |
| tree | ff9c52a8571f0e0ee57a89e436b7b131b91ed174 /.github/workflows/codeql.yml | |
| parent | e5e36dd48191cb5194dd541fa91b2d14dd8d9d33 (diff) | |
| download | vyos-1x-482d9a430121b7a93c199121e03bb9f3bdb612d0.tar.gz vyos-1x-482d9a430121b7a93c199121e03bb9f3bdb612d0.zip | |
ci: T9082: scan C code with CodeQL (add c-cpp, build-mode none)feature/T9082-codeql-cpp
The caller previously scanned only Python, leaving the repo's C sources
unanalyzed. build-mode 'none' (codeql-action v4) extracts C/C++ without
a build; final mode subject to the ipaddrcheck canary coverage
comparison under T9082.
🤖 Generated by [robots](https://vyos.io)
Diffstat (limited to '.github/workflows/codeql.yml')
| -rw-r--r-- | .github/workflows/codeql.yml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 48729bdf9..0820108c3 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -33,4 +33,5 @@ jobs: uses: vyos/.github/.github/workflows/codeql-analysis.yml@production secrets: inherit with: - languages: "['python']" + languages: "['python', 'c-cpp']" + build-mode: "none" |
