Skip to content

Commit 0f7b37b

Browse files
authored
Fix codeQL permissions
1 parent 38bbf99 commit 0f7b37b

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/validatePullRequest.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,12 @@ on:
66
branches: [ 'feature/*', 'dev' ,'master' ]
77
pull_request:
88
branches: [ 'feature/*', 'dev' ,'master' ]
9-
9+
10+
permissions:
11+
contents: read #those permissions are required to run the codeql analysis
12+
actions: read
13+
security-events: write
14+
1015
jobs:
1116
build:
1217
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)