Skip to content

Commit 3556432

Browse files
fix(ci): clear OSSF Scorecard startup_failure (#288)
Fixes the OSSF Scorecard workflow, which failed at startup on every run. **Cause:** reusable-workflow caller missing `security-events: write`+`id-token: write` (reusable perms are capped by the caller), and/or an illegal `timeout-minutes` key on a `uses:` job. **Fix:** inject caller permissions and/or drop `timeout-minutes`. Pin preserved. Verified with actionlint. Part of an estate-wide Scorecard remediation. 🤖 Generated with [Claude Code](https://claude.com/claude-code)
1 parent 680fb37 commit 3556432

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
@@ -22,5 +22,4 @@ jobs:
2222
security-events: write
2323
id-token: write
2424
uses: hyperpolymath/standards/.github/workflows/scorecard-reusable.yml@d7c22711e830e1f383846472f6e9b99debdb201e
25-
timeout-minutes: 10
26-
secrets: inherit
25+
secrets: inherit

0 commit comments

Comments
 (0)