Skip to content

Commit

Permalink
fix(ci): adjust codeql-action permissions (#1220)
Browse files Browse the repository at this point in the history
  • Loading branch information
GoetzGoerisch authored Feb 5, 2024
1 parent 1213c40 commit 3567ebe
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,20 @@ on:
schedule:
- cron: '0 3 * * 1'

permissions: read-all
permissions:
actions: read
checks: read
contents: read
deployments: read
discussions: read
issues: read
packages: read
pages: read
pull-requests: read
repository-projects: read
security-events: write
statuses: read


jobs:
analyze:
Expand Down

0 comments on commit 3567ebe

Please sign in to comment.