summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYuriy Andamasov <yuriy@vyos.io>2026-05-30 16:00:48 +0300
committerYuriy Andamasov <yuriy@vyos.io>2026-05-30 16:00:48 +0300
commitebc1bc3f424d39954f83eceac1db341f30704c3a (patch)
treef698a14bd4727cfb7985dcd2923cee46e46967f6
parentcb132ecdef24ec4b5c2f275dadd7b7bb776a3d0e (diff)
downloadvyos-github-actions-chore/rollout-1c-high-pin-sweep.tar.gz
vyos-github-actions-chore/rollout-1c-high-pin-sweep.zip
ci: T8943: sweep HIGH-producer pins to renamed branches (rollout 1c)chore/rollout-1c-high-pin-sweep
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
-rw-r--r--.github/workflows/cla-check.yml2
-rw-r--r--.github/workflows/pr-mirror-repo-sync.yml2
2 files changed, 2 insertions, 2 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
diff --git a/.github/workflows/pr-mirror-repo-sync.yml b/.github/workflows/pr-mirror-repo-sync.yml
index 0f6c449..ce07349 100644
--- a/.github/workflows/pr-mirror-repo-sync.yml
+++ b/.github/workflows/pr-mirror-repo-sync.yml
@@ -24,7 +24,7 @@ jobs:
github.repository_owner == 'vyos'
&& (github.event.pull_request.merged == true || github.event_name == 'workflow_dispatch')
&& vars.MIRROR_ENABLED != 'false'
- uses: vyos/.github/.github/workflows/pr-mirror-repo-sync.yml@current
+ uses: vyos/.github/.github/workflows/pr-mirror-repo-sync.yml@production
with:
sync_branch: ${{ inputs.sync_branch || github.event.pull_request.base.ref }}
secrets: inherit