diff options
| author | Yuriy Andamasov <yuriy@vyos.io> | 2026-05-30 16:04:42 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-05-30 16:04:42 +0300 |
| commit | ad7bed2ffb5347f4904ca59e7e1527c8e95cc7e7 (patch) | |
| tree | 14caaa929aac112973da4b3e129fcbdbb98f8e37 /.github/workflows/cla-check.yml | |
| parent | 197db74a36cda217555e479ca1059cd2d7b5f3f9 (diff) | |
| download | ipaddrcheck-ad7bed2ffb5347f4904ca59e7e1527c8e95cc7e7.tar.gz ipaddrcheck-ad7bed2ffb5347f4904ca59e7e1527c8e95cc7e7.zip | |
ci: T8943: sweep HIGH-producer pins to renamed branches (rollout 1c) (#31)
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/cla-check.yml')
| -rw-r--r-- | .github/workflows/cla-check.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/cla-check.yml b/.github/workflows/cla-check.yml index 625ff78..7961cf7 100644 --- a/.github/workflows/cla-check.yml +++ b/.github/workflows/cla-check.yml @@ -14,5 +14,5 @@ on: jobs: call-cla-assistant: - uses: vyos/vyos-cla-signatures/.github/workflows/cla-reusable.yml@current + uses: vyos/vyos-cla-signatures/.github/workflows/cla-reusable.yml@production secrets: inherit
\ No newline at end of file |
