Skip to content

Commit 8dd5ab0

Browse files
committed
ci: declare minimum permissions on CodeQL workflow
Signed-off-by: Arpit Jain <arpitjain099@gmail.com>
1 parent 7c18701 commit 8dd5ab0

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/codeql-analysis.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,11 @@ on:
1414
schedule:
1515
- cron: '0 12 * * 5'
1616

17+
permissions:
18+
actions: read
19+
contents: read
20+
security-events: write
21+
1722
jobs:
1823
analyze:
1924
name: Analyze

0 commit comments

Comments
 (0)