Skip to content

Commit 1648733

Browse files
committed
fix: Add actions: read permission to zizmor workflow
codeql-action/upload-sarif needs actions: read to fetch workflow run metadata for telemetry. Without it the SARIF upload step fails with "Resource not accessible by integration".
1 parent dd9f4ed commit 1648733

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/zizmor.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ jobs:
1414
permissions:
1515
security-events: write
1616
contents: read
17+
actions: read
1718
steps:
1819
- name: Checkout repository
1920
uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4

0 commit comments

Comments
 (0)