diff options
| author | Yuriy Andamasov <yuriy@vyos.io> | 2026-05-30 16:05:13 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-05-30 16:05:13 +0300 |
| commit | 90426af7c7fc2ec9e47145909a78a3f89db0f165 (patch) | |
| tree | 4af8b91f543680e15b783950380e65aafacdd4d5 /.github/workflows/codeql.yml | |
| parent | c693b56eed65de70c38aef4b3e3c07608d95bb72 (diff) | |
| download | vyatta-bash-90426af7c7fc2ec9e47145909a78a3f89db0f165.tar.gz vyatta-bash-90426af7c7fc2ec9e47145909a78a3f89db0f165.zip | |
ci: T8943: sweep HIGH-producer pins to renamed branches (rollout 1c) (#33)
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 77c7938..29db635 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: "['c']"
\ No newline at end of file |
