summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYuriy Andamasov <yuriy@andamasov.com>2026-05-30 16:05:44 +0300
committerGitHub <noreply@github.com>2026-05-30 16:05:44 +0300
commit03d6f490b4e5c76c3fe5e9a0b2716b2e873d9540 (patch)
treeedf3e25f4289e5abd5c56afea09cf20e35536147
parentc220318ae409b371a7439e793e2d00e54626c58b (diff)
downloadvyos-cloud-init-03d6f490b4e5c76c3fe5e9a0b2716b2e873d9540.tar.gz
vyos-cloud-init-03d6f490b4e5c76c3fe5e9a0b2716b2e873d9540.zip
ci: T8943: sweep HIGH-producer pins to renamed branches (rollout 1c) (#103)
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/check-stale.yml2
-rw-r--r--.github/workflows/cla-check.yml2
-rw-r--r--.github/workflows/pr-mirror-repo-sync.yml2
-rw-r--r--.github/workflows/trigger-rebuild-repo-package.yml2
4 files changed, 4 insertions, 4 deletions
diff --git a/.github/workflows/check-stale.yml b/.github/workflows/check-stale.yml
index 2adbee2f..1b173f50 100644
--- a/.github/workflows/check-stale.yml
+++ b/.github/workflows/check-stale.yml
@@ -9,5 +9,5 @@ permissions:
jobs:
stale:
- uses: vyos/.github/.github/workflows/check-stale.yml@current
+ uses: vyos/.github/.github/workflows/check-stale.yml@production
secrets: inherit
diff --git a/.github/workflows/cla-check.yml b/.github/workflows/cla-check.yml
index 625ff78f..7961cf72 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 0f6c4496..ce073491 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
diff --git a/.github/workflows/trigger-rebuild-repo-package.yml b/.github/workflows/trigger-rebuild-repo-package.yml
index 5630f3cc..24d6ee0f 100644
--- a/.github/workflows/trigger-rebuild-repo-package.yml
+++ b/.github/workflows/trigger-rebuild-repo-package.yml
@@ -29,7 +29,7 @@ jobs:
trigger-build:
needs: setup-vars
- uses: vyos/.github/.github/workflows/trigger-rebuild-repo-package.yml@current
+ uses: vyos/.github/.github/workflows/trigger-rebuild-repo-package.yml@production
with:
branch: ${{ needs.setup-vars.outputs.BRANCH }}
package_name: ${{ needs.setup-vars.outputs.PACKAGE_NAME }}