diff options
| author | Yuriy Andamasov <yuriy@vyos.io> | 2026-05-30 16:05:40 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-05-30 16:05:40 +0300 |
| commit | 94e466647e8c1b8fb793e68098e2e40c04a44cfc (patch) | |
| tree | 09e3ab0ccdc0b6e42629bde76c402df9e977cf0f /.github/workflows/codeql.yml | |
| parent | 6ad0cf514e1478186794b7e5928dc991af119b30 (diff) | |
| download | vyos-build-94e466647e8c1b8fb793e68098e2e40c04a44cfc.tar.gz vyos-build-94e466647e8c1b8fb793e68098e2e40c04a44cfc.zip | |
ci: T8943: sweep HIGH-producer pins to renamed branches (rollout 1c) (#1203)
Rewrites uses: pins to the three HIGH-fanout producers (vyos/.github,
vyos/vyos-cla-signatures, VyOS-Networks/vyos-reusable-workflows) from their
old default branch to the new production compat branch staged in Task 1.
No functional change; pin-ref rewrite only.
Tracking: T8943
Diffstat (limited to '.github/workflows/codeql.yml')
| -rw-r--r-- | .github/workflows/codeql.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index bc9f06f6..47ab5fd5 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -30,7 +30,7 @@ permissions: jobs: codeql-analysis-call: - uses: vyos/.github/.github/workflows/codeql-analysis.yml@current + uses: vyos/.github/.github/workflows/codeql-analysis.yml@production secrets: inherit with: languages: "['python']" |
