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

Fixes codeql permissions #168

Merged
merged 1 commit into from
Feb 6, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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