Skip to content

Commit 4883ab4

Browse files
authored
ci: fix missing CodeQL workflow permissions
Signed-off-by: Michael Beemer <[email protected]>
1 parent af9d3da commit 4883ab4

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/build.yml

+4-1
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,10 @@ jobs:
6868

6969
sast:
7070
runs-on: ubuntu-latest
71-
71+
permissions:
72+
actions: read
73+
contents: read
74+
security-events: write
7275
steps:
7376
- uses: actions/checkout@v4
7477
- uses: actions/setup-python@v5

0 commit comments

Comments
 (0)