Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .github/workflows/scorecard.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,11 @@ jobs:
scorecard:
uses: hyperpolymath/standards/.github/workflows/scorecard-reusable.yml@08586a12bb64b98268fe9ebf552998aa2433a3c2
permissions:
# A job-level permissions: block REPLACES the workflow-level one — it does
# not merge. Omitting actions: read here (granted above) made the called
# reusable request more than the job was allowed, which GitHub rejects as
# a 0-job startup_failure. See DEBT.md I-1 / the estate perm-escalation note.
actions: read
contents: read
security-events: write
id-token: write
Loading