From 01df82537ca1f943d8324664fda63bd7a9ccfc5c Mon Sep 17 00:00:00 2001 From: "Jonathan D.A. Jewell" <6759885+hyperpolymath@users.noreply.github.com> Date: Mon, 6 Jul 2026 22:44:00 +0100 Subject: [PATCH] fix(ci): make OSSF Scorecard caller valid (perms / drop timeout-minutes) Reusable scorecard caller failed at startup: needed security-events+id-token (reusable perms capped to caller grant) and/or an illegal timeout-minutes on the uses: job. Verified with actionlint. Pin preserved. --- .github/workflows/scorecard.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/scorecard.yml b/.github/workflows/scorecard.yml index 9be1957..711fd4b 100644 --- a/.github/workflows/scorecard.yml +++ b/.github/workflows/scorecard.yml @@ -22,5 +22,4 @@ jobs: security-events: write id-token: write uses: hyperpolymath/standards/.github/workflows/scorecard-reusable.yml@d7c22711e830e1f383846472f6e9b99debdb201e - timeout-minutes: 10 - secrets: inherit \ No newline at end of file + secrets: inherit