Skip to content

Commit

Permalink
lint: Improve CodeQL analysis.
Browse files Browse the repository at this point in the history
  • Loading branch information
skyzyx committed Oct 27, 2023
1 parent 5c8eb0f commit 15321a7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ jobs:
permissions:
actions: read
contents: read
id-token: write
security-events: write

strategy:
Expand Down Expand Up @@ -48,3 +49,6 @@ jobs:
uses: github/codeql-action/analyze@74483a38d39275f33fcff5f35b679b5ca4a26a99 # v2.22.5
with:
category: /language:${{matrix.language}}
output: codeql.sarif
cleanup-level: brutal
add-snippets: 'true'

0 comments on commit 15321a7

Please sign in to comment.