Skip to content

Commit 69c66cb

Browse files
fix(ci): clear OSSF Scorecard startup_failure (#77)
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 668638e commit 69c66cb

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)