From 1a9edce87f384168964517236b6d7f420efec6f7 Mon Sep 17 00:00:00 2001 From: "Jonathan D.A. Jewell" <6759885+hyperpolymath@users.noreply.github.com> Date: Mon, 21 Sep 2026 09:06:53 +0100 Subject: [PATCH 1/2] fix(ci): grant the calling job the union of the callee's permissions (scorecard) --- .github/workflows/scorecard.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/scorecard.yml b/.github/workflows/scorecard.yml index 1eaefef..b5f142a 100644 --- a/.github/workflows/scorecard.yml +++ b/.github/workflows/scorecard.yml @@ -13,6 +13,6 @@ jobs: scorecard: uses: hyperpolymath/standards/.github/workflows/scorecard-reusable.yml@d7c22711e830e1f383846472f6e9b99debdb201e permissions: - actions: read contents: read + id-token: write security-events: write From bc8d0bd20e6ed8ed0010cd7a72e861faeb4fdf15 Mon Sep 17 00:00:00 2001 From: "Jonathan D.A. Jewell" <6759885+hyperpolymath@users.noreply.github.com> Date: Mon, 21 Sep 2026 09:06:53 +0100 Subject: [PATCH 2/2] fix(ci): grant the calling job the union of the callee's permissions (scan) --- .github/workflows/secret-scanner.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/secret-scanner.yml b/.github/workflows/secret-scanner.yml index 4ec32b0..f946e55 100644 --- a/.github/workflows/secret-scanner.yml +++ b/.github/workflows/secret-scanner.yml @@ -20,4 +20,4 @@ jobs: permissions: actions: read contents: read - security-events: write + pull-requests: write