Skip to content

Commit

Permalink
- fixes codeql permissions
Browse files Browse the repository at this point in the history
Signed-off-by: Vincent Biret <[email protected]>
  • Loading branch information
baywet committed Feb 5, 2024
1 parent 7363f17 commit fa1b575
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 fa1b575

Please sign in to comment.