diff options
| author | Yuriy Andamasov <yuriy@sentrium.io> | 2026-05-30 16:05:27 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-05-30 16:05:27 +0300 |
| commit | a908aa676df76d423a42ea7bebad65bafbe5c61e (patch) | |
| tree | fbaa5fbd88f95e802618fed0061564b71aa6b242 /.github/workflows/codeql.yml | |
| parent | fa0c318595858105aaa1999e6a916d8b9aff0b56 (diff) | |
| download | vyatta-cfg-a908aa676df76d423a42ea7bebad65bafbe5c61e.tar.gz vyatta-cfg-a908aa676df76d423a42ea7bebad65bafbe5c61e.zip | |
ci: T8943: sweep HIGH-producer pins to renamed branches (rollout 1c) (#140)
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 d73a9e2..622994d 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: "['cpp']" |
