Skip to content

Commit c9c27d0

Browse files
authored
fix(ci): actions permissions for codeql (#353)
1 parent 423ba25 commit c9c27d0

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/codeql-analysis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,9 @@ on: # yamllint disable-line rule:truthy
99
branches: [master]
1010

1111
permissions:
12+
actions: read
1213
contents: read
13-
statuses: write
14+
security-events: write
1415

1516
jobs:
1617
analyze:

0 commit comments

Comments
 (0)