From 56e60f1834d7c4830a1c9d751ba71f37cdd16648 Mon Sep 17 00:00:00 2001 From: "Jonathan D.A. Jewell" <6759885+hyperpolymath@users.noreply.github.com> Date: Mon, 6 Jul 2026 22:34:47 +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 | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/scorecard.yml b/.github/workflows/scorecard.yml index 47acbb5..0007544 100644 --- a/.github/workflows/scorecard.yml +++ b/.github/workflows/scorecard.yml @@ -14,3 +14,7 @@ permissions: jobs: scorecard: uses: hyperpolymath/standards/.github/workflows/scorecard-reusable.yml@5a93d9d57cc04de4002d6d0ecd336fc7a8698910 + permissions: + contents: read + security-events: write + id-token: write