diff options
| author | Yuriy Andamasov <yuriy@vyos.io> | 2026-05-30 15:56:45 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-05-30 15:56:45 +0300 |
| commit | 0a46c06e46dc7f77408a4a35c429f3314d6825a5 (patch) | |
| tree | 4d458f7011355e57264ecfa2f440ba7d7ee6313a /.github/workflows | |
| parent | 80e1764619b2aa11df69d351a8f149e6784cce10 (diff) | |
| download | vyos-1x-0a46c06e46dc7f77408a4a35c429f3314d6825a5.tar.gz vyos-1x-0a46c06e46dc7f77408a4a35c429f3314d6825a5.zip | |
ci: T8943: sweep HIGH-producer pins to renamed branches (rollout 1c) (#5240)
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-pr-conflicts.yml | 2 | ||||
| -rw-r--r-- | .github/workflows/check-stale.yml | 2 | ||||
| -rw-r--r-- | .github/workflows/check-typos.yml | 2 | ||||
| -rw-r--r-- | .github/workflows/cla-check.yml | 2 | ||||
| -rw-r--r-- | .github/workflows/codeql.yml | 2 | ||||
| -rw-r--r-- | .github/workflows/darker-ruff-lint.yml | 2 | ||||
| -rw-r--r-- | .github/workflows/pr-mirror-repo-sync.yml | 2 | ||||
| -rw-r--r-- | .github/workflows/trigger-rebuild-repo-package.yml | 2 |
8 files changed, 8 insertions, 8 deletions
diff --git a/.github/workflows/check-pr-conflicts.yml b/.github/workflows/check-pr-conflicts.yml index 91e786c3c..b4ed1915c 100644 --- a/.github/workflows/check-pr-conflicts.yml +++ b/.github/workflows/check-pr-conflicts.yml @@ -15,7 +15,7 @@ jobs: github.event_name == 'workflow_dispatch' || (github.event_name == 'pull_request_target' && github.event.action == 'synchronize') || (github.event_name == 'pull_request_target' && github.event.action == 'closed' && github.event.pull_request.merged == true) - uses: vyos/.github/.github/workflows/check-pr-merge-conflict.yml@current + uses: vyos/.github/.github/workflows/check-pr-merge-conflict.yml@production permissions: contents: read pull-requests: write diff --git a/.github/workflows/check-stale.yml b/.github/workflows/check-stale.yml index 2adbee2f6..1b173f50e 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 diff --git a/.github/workflows/check-typos.yml b/.github/workflows/check-typos.yml index 04dd4837b..1056be98e 100644 --- a/.github/workflows/check-typos.yml +++ b/.github/workflows/check-typos.yml @@ -15,5 +15,5 @@ permissions: jobs: check-typos: - uses: vyos/.github/.github/workflows/check-typos.yml@current + uses: vyos/.github/.github/workflows/check-typos.yml@production secrets: inherit diff --git a/.github/workflows/cla-check.yml b/.github/workflows/cla-check.yml index 4b8182585..bc3fea8d3 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 diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index bc9f06f6d..47ab5fd5c 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: "['python']" diff --git a/.github/workflows/darker-ruff-lint.yml b/.github/workflows/darker-ruff-lint.yml index 0307d14d4..e211d0d9f 100644 --- a/.github/workflows/darker-ruff-lint.yml +++ b/.github/workflows/darker-ruff-lint.yml @@ -10,5 +10,5 @@ permissions: jobs: darker-ruff-lint: - uses: vyos/.github/.github/workflows/lint-with-darker-ruff.yml@current + uses: vyos/.github/.github/workflows/lint-with-darker-ruff.yml@production secrets: inherit diff --git a/.github/workflows/pr-mirror-repo-sync.yml b/.github/workflows/pr-mirror-repo-sync.yml index 0f6c44963..ce0734914 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 e26669bdf..f3f2bfdf1 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 }} |
