Skip to content

Commit 724a28f

Browse files
committed
add action read permission for SARIF upload step
1 parent 5db4969 commit 724a28f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/slither.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -34,4 +34,5 @@ jobs:
3434
# security-events must be set to write for the SARIF upload step
3535
permissions:
3636
security-events: write
37-
contents: read
37+
contents: read
38+
actions: read

0 commit comments

Comments
 (0)