diff options
| author | Yuriy Andamasov <yuriy@vyos.io> | 2026-07-14 16:03:33 +0300 |
|---|---|---|
| committer | Yuriy Andamasov <yuriy@vyos.io> | 2026-07-14 16:03:33 +0300 |
| commit | bdc5287aa60b4b7ddcfb1c767d73f151e4797d00 (patch) | |
| tree | 83abe6afe74d40a46b7e810c18e6a39cc6f50308 /.github/workflows/codeql.yml | |
| parent | ab872e068723103dba774711241760a217de7697 (diff) | |
| download | ipaddrcheck-feature/T9082-codeql-onboard.tar.gz ipaddrcheck-feature/T9082-codeql-onboard.zip | |
ci: T9082: finalize — pin to @production, restore paths filterfeature/T9082-codeql-onboard
Pre-merge validation complete (legacy autobuild on v4, validation
fail-fast, build-mode none — all green; vyos/.github#155 merged).
Fleet-standard caller shape.
🤖 Generated by [robots](https://vyos.io)
Diffstat (limited to '.github/workflows/codeql.yml')
| -rw-r--r-- | .github/workflows/codeql.yml | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 9d90b49..3f878bc 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -4,9 +4,17 @@ on: push: branches: - rolling + paths: + - '**' + - '!.github/**' + - '!**/*.md' pull_request: branches: - rolling + paths: + - '**' + - '!.github/**' + - '!**/*.md' schedule: - cron: '28 13 * * 0' @@ -17,7 +25,7 @@ permissions: jobs: codeql-analysis-call: - uses: vyos/.github/.github/workflows/codeql-analysis.yml@b0082401423f12eb68200266227edc8bb54c9937 + uses: vyos/.github/.github/workflows/codeql-analysis.yml@production with: languages: "['c-cpp']" build-mode: "none" |
