diff options
| author | Yuriy Andamasov <yuriy@vyos.io> | 2026-05-30 15:59:28 +0300 |
|---|---|---|
| committer | Yuriy Andamasov <yuriy@vyos.io> | 2026-05-30 15:59:28 +0300 |
| commit | 93ca9c8aa208992b52563271773dd9c724d296cd (patch) | |
| tree | a4c5f8fe55f756386772655de835b69adc5d657c | |
| parent | c61fd908c18683202d562e2263fe879a9912aa5e (diff) | |
| download | libnss-tacplus-chore/rollout-1c-high-pin-sweep.tar.gz libnss-tacplus-chore/rollout-1c-high-pin-sweep.zip | |
ci: T8943: sweep HIGH-producer pins to renamed branches (rollout 1c)chore/rollout-1c-high-pin-sweep
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/cla-check.yml | 2 | ||||
| -rw-r--r-- | .github/workflows/pr-mirror-repo-sync.yml | 2 |
2 files changed, 2 insertions, 2 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 be1a045..5a427a6 100644 --- a/.github/workflows/pr-mirror-repo-sync.yml +++ b/.github/workflows/pr-mirror-repo-sync.yml @@ -27,7 +27,7 @@ jobs: github.event_name == 'workflow_dispatch' || (github.event_name == 'pull_request_target' && github.event.pull_request.merged == true) ) - 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: ${{ github.event.inputs.sync_branch || 'master' }} secrets: |
