summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorYuriy Andamasov <yuriy@vyos.io>2026-05-30 16:05:48 +0300
committerGitHub <noreply@github.com>2026-05-30 16:05:48 +0300
commit1d27b404815049815b0e9327e7ec3482ec2ecbfa (patch)
tree4be39496b032444faa4303270f35c583197926fb /.github
parentbffba5cb94880cd4b09092e5827c4aed6b76aafe (diff)
downloadvyos-documentation-1d27b404815049815b0e9327e7ec3482ec2ecbfa.tar.gz
vyos-documentation-1d27b404815049815b0e9327e7ec3482ec2ecbfa.zip
ci: T8943: sweep HIGH-producer pins to renamed branches (rollout 1c) (#2071)HEADcurrent
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')
-rw-r--r--.github/workflows/check-open-prs-conflict.yml2
-rw-r--r--.github/workflows/check-pr-conflicts.yml2
-rw-r--r--.github/workflows/cla-check.yml2
3 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/check-open-prs-conflict.yml b/.github/workflows/check-open-prs-conflict.yml
index f7b32cbf..9e850045 100644
--- a/.github/workflows/check-open-prs-conflict.yml
+++ b/.github/workflows/check-open-prs-conflict.yml
@@ -13,5 +13,5 @@ permissions:
jobs:
check-pr-conflict-call:
- uses: vyos/.github/.github/workflows/check-pr-conflict.yml@current
+ uses: vyos/.github/.github/workflows/check-pr-conflict.yml@production
secrets: inherit
diff --git a/.github/workflows/check-pr-conflicts.yml b/.github/workflows/check-pr-conflicts.yml
index f09e6641..c9dd08b3 100644
--- a/.github/workflows/check-pr-conflicts.yml
+++ b/.github/workflows/check-pr-conflicts.yml
@@ -10,5 +10,5 @@ permissions:
jobs:
check-pr-conflict-call:
- uses: vyos/.github/.github/workflows/check-pr-merge-conflict.yml@current
+ uses: vyos/.github/.github/workflows/check-pr-merge-conflict.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