Skip to content

Commit

Permalink
add explicit permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
ArloL committed Dec 27, 2023
1 parent 7143909 commit f2db549
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/codeql-analysis.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,10 @@ jobs:
analyze:
name: Analyze
runs-on: ubuntu-latest
permissions:
actions: read
contents: read
security-events: write
steps:
- name: Checkout repository
uses: actions/[email protected]
Expand Down

0 comments on commit f2db549

Please sign in to comment.