From ea5be0cc2c5e7ad681365c29697005adfb8e7135 Mon Sep 17 00:00:00 2001 From: Don Petry <36422719+don-petry@users.noreply.github.com> Date: Thu, 23 Jul 2026 00:53:27 +0000 Subject: [PATCH 1/4] chore: sync 4 org-standard workflow stub(s) from petry-projects/.github --- .github/workflows/dev-lead.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 From a6d5ad3140e1adace1f5207502edc426d1a2de66 Mon Sep 17 00:00:00 2001 From: Don Petry <36422719+don-petry@users.noreply.github.com> Date: Thu, 23 Jul 2026 00:53:28 +0000 Subject: [PATCH 2/4] chore: sync 4 org-standard workflow stub(s) from petry-projects/.github --- .github/workflows/auto-rebase.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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 From 952d0760470af1d9af4794893973ec49c8674615 Mon Sep 17 00:00:00 2001 From: Don Petry <36422719+don-petry@users.noreply.github.com> Date: Thu, 23 Jul 2026 00:53:29 +0000 Subject: [PATCH 3/4] chore: sync 4 org-standard workflow stub(s) from petry-projects/.github --- .github/workflows/dependabot-automerge.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 From 2b1fda1381260a060807215a1b20d8e8da120e7a Mon Sep 17 00:00:00 2001 From: Don Petry <36422719+don-petry@users.noreply.github.com> Date: Thu, 23 Jul 2026 00:53:30 +0000 Subject: [PATCH 4/4] chore: sync 4 org-standard workflow stub(s) from petry-projects/.github