Skip to content

Commit

Permalink
Add read-all permissions to code-ql workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Ben Watson committed Feb 8, 2024
1 parent 2778296 commit eb13488
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ jobs:
analyze:
name: Analyze
runs-on: ubuntu-latest
permissions: read-all
steps:
- name: Setup .NET SDK
uses: actions/setup-dotnet@v4
Expand Down

0 comments on commit eb13488

Please sign in to comment.