Skip to content

Commit

Permalink
Added permissions needed for codeql-action v3.
Browse files Browse the repository at this point in the history
  • Loading branch information
nmoinvaz committed Mar 6, 2024
1 parent 3f9bb5a commit 990f512
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,10 @@ jobs:
analyze:
name: Analyze
runs-on: ubuntu-latest

permissions:
actions: read
contents: read
security-events: write
steps:
- name: Checkout repository
uses: actions/checkout@v4
Expand Down

0 comments on commit 990f512

Please sign in to comment.