Skip to content

Commit 66d8028

Browse files
committed
Add explicit permissions block to codeql-analysis.yml
1 parent 426849b commit 66d8028

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/codeql-analysis.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,10 @@ on:
1818
schedule:
1919
- cron: '32 17 * * 4'
2020

21+
permissions:
22+
contents: write
23+
pull-requests: write
24+
2125
jobs:
2226
analyze:
2327
name: Analyze

0 commit comments

Comments
 (0)