Skip to content

Commit

Permalink
Add top level read permission to CodeQL config (#314)
Browse files Browse the repository at this point in the history
It already has the job-level permissions set.

Close #313
  • Loading branch information
spaze authored May 8, 2024
2 parents 6a63c2b + e8161cb commit 32ac1e1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@ on:
- cron: '33 8 * * 6'
workflow_dispatch:

permissions:
contents: read

jobs:
analyze:
name: Analyze (${{ matrix.language }})
Expand Down

0 comments on commit 32ac1e1

Please sign in to comment.