Skip to content

Commit 57c933c

Browse files
committed
Limit workflow action's access
1 parent c683960 commit 57c933c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/codeql-analysis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@ on:
2121
paths-ignore:
2222
- "README.md"
2323
- "release-notes/*"
24+
permissions:
25+
contents: read
2426

2527
jobs:
2628
analyze:

0 commit comments

Comments
 (0)