Skip to content

Commit 90426af

Browse files
authored
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
1 parent c693b56 commit 90426af

7 files changed

Lines changed: 7 additions & 7 deletions

File tree

.github/workflows/chceck-pr-message.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,5 @@
1616

1717
jobs:
1818
check-pr-title:
19-
uses: vyos/.github/.github/workflows/check-pr-message.yml@current
19+
uses: vyos/.github/.github/workflows/check-pr-message.yml@production
2020
secrets: inherit

.github/workflows/check-pr-conflicts.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@ permissions:
99

1010
jobs:
1111
check-pr-conflict-call:
12-
uses: vyos/.github/.github/workflows/check-pr-merge-conflict.yml@current
12+
uses: vyos/.github/.github/workflows/check-pr-merge-conflict.yml@production
1313
secrets: inherit

.github/workflows/check-stale.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@ permissions:
99

1010
jobs:
1111
stale:
12-
uses: vyos/.github/.github/workflows/check-stale.yml@current
12+
uses: vyos/.github/.github/workflows/check-stale.yml@production
1313
secrets: inherit

.github/workflows/cla-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,5 @@ on:
1414

1515
jobs:
1616
call-cla-assistant:
17-
uses: vyos/vyos-cla-signatures/.github/workflows/cla-reusable.yml@current
17+
uses: vyos/vyos-cla-signatures/.github/workflows/cla-reusable.yml@production
1818
secrets: inherit

.github/workflows/codeql.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ permissions:
3030

3131
jobs:
3232
codeql-analysis-call:
33-
uses: vyos/.github/.github/workflows/codeql-analysis.yml@current
33+
uses: vyos/.github/.github/workflows/codeql-analysis.yml@production
3434
secrets: inherit
3535
with:
3636
languages: "['c']"

.github/workflows/pr-mirror-repo-sync.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
github.repository_owner == 'vyos'
2525
&& (github.event.pull_request.merged == true || github.event_name == 'workflow_dispatch')
2626
&& vars.MIRROR_ENABLED != 'false'
27-
uses: vyos/.github/.github/workflows/pr-mirror-repo-sync.yml@current
27+
uses: vyos/.github/.github/workflows/pr-mirror-repo-sync.yml@production
2828
with:
2929
sync_branch: ${{ inputs.sync_branch || github.event.pull_request.base.ref }}
3030
secrets: inherit

.github/workflows/trigger-rebuild-repo-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
2424
trigger-build:
2525
needs: get_repo_name
26-
uses: vyos/.github/.github/workflows/trigger-rebuild-repo-package.yml@current
26+
uses: vyos/.github/.github/workflows/trigger-rebuild-repo-package.yml@production
2727
with:
2828
branch: ${{ github.event.pull_request.base.ref }}
2929
package_name: ${{ needs.get_repo_name.outputs.PACKAGE_NAME }}

0 commit comments

Comments
 (0)