Skip to content

Commit 272660b

Browse files
committed
Corrected permissions.
1 parent 2989c5e commit 272660b

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/codeql-analysis.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,12 @@ on:
1111
name: Codeql analysis
1212
permissions:
1313
contents: read
14+
security-events: write
1415
jobs:
1516
scan_linux:
1617
name: Linux Q${{matrix.quantum}}-x64 hdri=${{matrix.hdri}} (${{matrix.modules}})
1718
runs-on: ubuntu-24.04
1819

19-
permissions:
20-
contents: read
21-
security-events: write
22-
2320
strategy:
2421
fail-fast: false
2522
matrix:

0 commit comments

Comments
 (0)