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
4 changes: 2 additions & 2 deletions .github/workflows/scorecard.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ jobs:
# No security-events: write. This job no longer uploads SARIF to code
# scanning, so it needs no permission to write code-scanning alerts. It
# does still upload results.sarif as a build artifact below. id-token
# remains because publish_results signs the result for the public
# Scorecard API.
# remains because publish_results uses GitHub's OIDC token to verify the
# result's authenticity when publishing it to the public Scorecard API.
id-token: write
steps:
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7
Expand Down
Loading