summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYuriy Andamasov <yuriy@vyos.io>2026-05-30 16:05:13 +0300
committerGitHub <noreply@github.com>2026-05-30 16:05:13 +0300
commit90426af7c7fc2ec9e47145909a78a3f89db0f165 (patch)
tree4af8b91f543680e15b783950380e65aafacdd4d5
parentc693b56eed65de70c38aef4b3e3c07608d95bb72 (diff)
downloadvyatta-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
-rw-r--r--.github/workflows/chceck-pr-message.yml2
-rw-r--r--.github/workflows/check-pr-conflicts.yml2
-rw-r--r--.github/workflows/check-stale.yml2
-rw-r--r--.github/workflows/cla-check.yml2
-rw-r--r--.github/workflows/codeql.yml2
-rw-r--r--.github/workflows/pr-mirror-repo-sync.yml2
-rw-r--r--.github/workflows/trigger-rebuild-repo-package.yml2
7 files changed, 7 insertions, 7 deletions
diff --git a/.github/workflows/chceck-pr-message.yml b/.github/workflows/chceck-pr-message.yml
index 15474b4..5da2bd4 100644
--- a/.github/workflows/chceck-pr-message.yml
+++ b/.github/workflows/chceck-pr-message.yml
@@ -16,5 +16,5 @@
jobs:
check-pr-title:
- uses: vyos/.github/.github/workflows/check-pr-message.yml@current
+ uses: vyos/.github/.github/workflows/check-pr-message.yml@production
secrets: inherit
diff --git a/.github/workflows/check-pr-conflicts.yml b/.github/workflows/check-pr-conflicts.yml
index a17d31c..2f86637 100644
--- a/.github/workflows/check-pr-conflicts.yml
+++ b/.github/workflows/check-pr-conflicts.yml
@@ -9,5 +9,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/check-stale.yml b/.github/workflows/check-stale.yml
index 0db9d6a..50ae140 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 \ No newline at end of file
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/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
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
diff --git a/.github/workflows/trigger-rebuild-repo-package.yml b/.github/workflows/trigger-rebuild-repo-package.yml
index e26669b..f3f2bfd 100644
--- a/.github/workflows/trigger-rebuild-repo-package.yml
+++ b/.github/workflows/trigger-rebuild-repo-package.yml
@@ -23,7 +23,7 @@ jobs:
trigger-build:
needs: get_repo_name
- uses: vyos/.github/.github/workflows/trigger-rebuild-repo-package.yml@current
+ uses: vyos/.github/.github/workflows/trigger-rebuild-repo-package.yml@production
with:
branch: ${{ github.event.pull_request.base.ref }}
package_name: ${{ needs.get_repo_name.outputs.PACKAGE_NAME }}