Skip to content

Commit

Permalink
Update codeql.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
tmberthold authored Nov 25, 2024
1 parent a4252f1 commit 9e21a52
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,11 @@ on:
schedule:
- cron: '0 6 * * 1'

permissions:
actions: read
contents: read
security-events: write

jobs:
analyze:
name: Analyze (${{ matrix.language }})
Expand Down Expand Up @@ -57,7 +62,6 @@ jobs:

- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v3
env:
GH_TOKEN: ${{ secrets.GHCR_READONLY_TOKEN }}
with:
category: "/language:${{matrix.language}}"
token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 9e21a52

Please sign in to comment.