Skip to content

Commit 1f71c47

Browse files
authored
Configure permissions for codeql (#1583)
fixes codeql action error see details: github/codeql#8843 (comment)
1 parent 48f5667 commit 1f71c47

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/codeql-analysis.yml

+5
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
name: "CodeQL"
22

3+
permissions:
4+
actions: read
5+
contents: read
6+
security-events: write
7+
38
on:
49
push:
510
branches: [ master ]

0 commit comments

Comments
 (0)