Skip to content
Closed
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
8 changes: 4 additions & 4 deletions .github/workflows/scorecard.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ on:
schedule:
- cron: "27 3 * * 1"

permissions:
actions: read
contents: read
security-events: write
# scorecard-action refuses to publish results when the workflow grants
# write permissions at the top level; the analysis job below declares the
# id-token/security-events writes it needs.
permissions: read-all

jobs:
analysis:
Expand Down
Loading