Skip to content

Commit

Permalink
set github token permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
waltjones committed Jul 9, 2024
1 parent 2dde852 commit c69b319
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/analyze.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,11 @@ jobs:
name: CodeQL
runs-on: ubuntu-latest

permissions:
actions: read
contents: read
security-events: write

steps:
- name: Checkout repository
uses: actions/checkout@v2
Expand Down

0 comments on commit c69b319

Please sign in to comment.