Skip to content

Commit 32ac1e1

Browse files
authored
Add top level read permission to CodeQL config (#314)
It already has the job-level permissions set. Close #313
2 parents 6a63c2b + e8161cb commit 32ac1e1

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/codeql.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,9 @@ on:
2020
- cron: '33 8 * * 6'
2121
workflow_dispatch:
2222

23+
permissions:
24+
contents: read
25+
2326
jobs:
2427
analyze:
2528
name: Analyze (${{ matrix.language }})

0 commit comments

Comments
 (0)