Skip to content
This repository has been archived by the owner on Jul 9, 2024. It is now read-only.

Commit

Permalink
Merge pull request #203 from microsoft/andrueastman-patch-1
Browse files Browse the repository at this point in the history
Fixes codeql permissions
  • Loading branch information
andrueastman authored Feb 6, 2024
2 parents 365af6f + 5c998e1 commit 05759d5
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/build-and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@ on:
pull_request:
branches: [ 'main', 'dev' ]

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

jobs:
build-and-test:
runs-on: windows-latest
Expand Down

0 comments on commit 05759d5

Please sign in to comment.