Skip to content

Commit 862e7df

Browse files
authored
Merge pull request #2325 from microsoftgraph/andrueastman-patch-1
Fix codeQL permissions
2 parents 38bbf99 + 0f7b37b commit 862e7df

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)