diff --git a/.github/workflows/auto-rebase.yml b/.github/workflows/auto-rebase.yml index a45c4117..ec4140e2 100644 --- a/.github/workflows/auto-rebase.yml +++ b/.github/workflows/auto-rebase.yml @@ -7,7 +7,7 @@ # • This file is a THIN CALLER STUB. All branch-update logic lives in the # reusable workflow above. # • You MUST NOT change: the `uses:` ref — it is pinned to the -# `auto-rebase/stable` channel, a moving tag advanced centrally. Never +# `auto-rebase/v2-stable` channel, a moving tag advanced centrally. Never # repoint it to `@main`, a SHA, or a frozen `@vX` (see ci-standards.md → # Reusable workflow versioning). Also do not change the trigger event, # the concurrency group name, @@ -48,7 +48,7 @@ permissions: {} jobs: auto-rebase: permissions: - contents: write # update-branch via GITHUB_TOKEN (may touch .github/workflows/) + contents: write # update-branch via GITHUB_TOKEN (may touch .github/workflows/) pull-requests: write # post comments on PRs - uses: petry-projects/.github/.github/workflows/auto-rebase-reusable.yml@auto-rebase/v2-stable # NOSONAR(githubactions:S7637) first-party channel ref - secrets: inherit + uses: petry-projects/.github/.github/workflows/auto-rebase-reusable.yml@auto-rebase/v2-stable # NOSONAR(githubactions:S7637) first-party channel ref + secrets: inherit # NOSONAR(githubactions:S7635) first-party trusted reusable diff --git a/.github/workflows/dependabot-automerge.yml b/.github/workflows/dependabot-automerge.yml index a0b83321..eddb767e 100644 --- a/.github/workflows/dependabot-automerge.yml +++ b/.github/workflows/dependabot-automerge.yml @@ -35,5 +35,5 @@ jobs: permissions: contents: read pull-requests: read - uses: petry-projects/.github/.github/workflows/dependabot-automerge-reusable.yml@dependabot-automerge/v2-stable # NOSONAR(githubactions:S7637) first-party channel ref - secrets: inherit + uses: petry-projects/.github/.github/workflows/dependabot-automerge-reusable.yml@dependabot-automerge/v2-stable # NOSONAR(githubactions:S7637) first-party channel ref + secrets: inherit # NOSONAR(githubactions:S7635) first-party trusted reusable diff --git a/.github/workflows/dev-lead.yml b/.github/workflows/dev-lead.yml index ec2c71f6..fbceadb3 100644 --- a/.github/workflows/dev-lead.yml +++ b/.github/workflows/dev-lead.yml @@ -64,7 +64,7 @@ jobs: uses: petry-projects/.github-private/.github/workflows/dev-lead-reusable.yml@dev-lead/v1-stable # NOSONAR(githubactions:S7637) first-party channel ref with: agent_ref: dev-lead/v1-stable - secrets: inherit + secrets: inherit # NOSONAR(githubactions:S7635) first-party trusted reusable permissions: contents: write pull-requests: write