From e001e047bb8eb5bc5daa66bb109bdcc376325472 Mon Sep 17 00:00:00 2001 From: Don Petry <36422719+don-petry@users.noreply.github.com> Date: Sun, 28 Jun 2026 06:05:15 -0500 Subject: [PATCH] ci(dev-lead): inline NOSONAR S7637 marker on first-party channel ref (#549 canonical) --- .github/workflows/dev-lead.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/dev-lead.yml b/.github/workflows/dev-lead.yml index 70a7cbe6..05eec9b4 100644 --- a/.github/workflows/dev-lead.yml +++ b/.github/workflows/dev-lead.yml @@ -43,7 +43,7 @@ permissions: {} jobs: dev-lead: - uses: petry-projects/.github-private/.github/workflows/dev-lead-reusable.yml@dev-lead/ring0 + uses: petry-projects/.github-private/.github/workflows/dev-lead-reusable.yml@dev-lead/ring0 # NOSONAR(githubactions:S7637) first-party channel ref with: agent_ref: dev-lead/ring0 secrets: inherit @@ -53,4 +53,4 @@ jobs: issues: write actions: read checks: read - statuses: read # required by dev-lead-reusable.yml since #435 + statuses: read # required by dev-lead-reusable.yml since #435 \ No newline at end of file