diff options
| author | Yuriy Andamasov <yuriy@vyos.io> | 2026-05-30 16:05:48 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-05-30 16:05:48 +0300 |
| commit | 1d27b404815049815b0e9327e7ec3482ec2ecbfa (patch) | |
| tree | 4be39496b032444faa4303270f35c583197926fb /.github/workflows | |
| parent | bffba5cb94880cd4b09092e5827c4aed6b76aafe (diff) | |
| download | vyos-documentation-current.tar.gz vyos-documentation-current.zip | |
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/check-open-prs-conflict.yml | 2 | ||||
| -rw-r--r-- | .github/workflows/check-pr-conflicts.yml | 2 | ||||
| -rw-r--r-- | .github/workflows/cla-check.yml | 2 |
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 |
