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
8 changes: 8 additions & 0 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,10 @@ jobs:
permissions:
security-events: write
contents: read
# WHY: analyze fingerprints SARIF via the Actions workflow-run API, which
# 403s on private repos without this grant (public repos silently fall
# back to public visibility — the failure only surfaces on private ones).
actions: read
steps:
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
with:
Expand All @@ -64,6 +68,10 @@ jobs:
permissions:
security-events: write
contents: read
# WHY: analyze fingerprints SARIF via the Actions workflow-run API, which
# 403s on private repos without this grant (public repos silently fall
# back to public visibility — the failure only surfaces on private ones).
actions: read
steps:
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
with:
Expand Down