Skip to content

Commit f245718

Browse files
committed
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.
1 parent ec3a141 commit f245718

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/scorecard.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,4 @@ jobs:
1616
security-events: write
1717
id-token: write
1818
uses: hyperpolymath/standards/.github/workflows/scorecard-reusable.yml@d7c22711e830e1f383846472f6e9b99debdb201e
19-
timeout-minutes: 10
20-
secrets: inherit
19+
secrets: inherit

0 commit comments

Comments
 (0)