diff options
| author | Yuriy Andamasov <yuriy@vyos.io> | 2026-05-30 16:05:09 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-05-30 16:05:09 +0300 |
| commit | 306cc6b8babc1d0b80d43927d279060e83fde4e6 (patch) | |
| tree | 81f67a09a18ba5dce9531bc67ad8d49792adc3a8 /.github/workflows | |
| parent | 55536a663767dcf4f9cfe4e6a49208f1ae501132 (diff) | |
| download | live-boot-306cc6b8babc1d0b80d43927d279060e83fde4e6.tar.gz live-boot-306cc6b8babc1d0b80d43927d279060e83fde4e6.zip | |
ci: T8943: sweep HIGH-producer pins to renamed branches (rollout 1c) (#19)
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/workflows')
| -rw-r--r-- | .github/workflows/cla-check.yml | 2 | ||||
| -rw-r--r-- | .github/workflows/pr-mirror-repo-sync.yml | 2 | ||||
| -rw-r--r-- | .github/workflows/trigger-rebuild-repo-package.yml | 2 |
3 files changed, 3 insertions, 3 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 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 }} |
