Skip to content

Commit

Permalink
Merge pull request #2325 from microsoftgraph/andrueastman-patch-1
Browse files Browse the repository at this point in the history
Fix codeQL permissions
  • Loading branch information
andrueastman authored Feb 9, 2024
2 parents 38bbf99 + 0f7b37b commit 862e7df
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/validatePullRequest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,12 @@ on:
branches: [ 'feature/*', 'dev' ,'master' ]
pull_request:
branches: [ 'feature/*', 'dev' ,'master' ]


permissions:
contents: read #those permissions are required to run the codeql analysis
actions: read
security-events: write

jobs:
build:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 862e7df

Please sign in to comment.