Skip to content

Commit

Permalink
Restrict CodeQL action to read-only access (#2844)
Browse files Browse the repository at this point in the history
  • Loading branch information
AlCutter authored Nov 22, 2022
1 parent 4eb4110 commit 7fe5b1e
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:
schedule:
- cron: '17 0 * * 3'

permissions:
contents: read

jobs:
analyze:
name: Analyze
Expand Down

0 comments on commit 7fe5b1e

Please sign in to comment.