Skip to content

Commit

Permalink
Set permissions to recommended values for codeql
Browse files Browse the repository at this point in the history
  • Loading branch information
Ben Watson committed Feb 8, 2024
1 parent eb13488 commit 5c6fe36
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,10 @@ jobs:
analyze:
name: Analyze
runs-on: ubuntu-latest
permissions: read-all
permissions:
contents: read
actions: read
security-events: write
steps:
- name: Setup .NET SDK
uses: actions/setup-dotnet@v4
Expand Down

0 comments on commit 5c6fe36

Please sign in to comment.