Skip to content

Commit 15321a7

Browse files
committed
lint: Improve CodeQL analysis.
1 parent 5c8eb0f commit 15321a7

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/codeql.yml

+4
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ jobs:
2020
permissions:
2121
actions: read
2222
contents: read
23+
id-token: write
2324
security-events: write
2425

2526
strategy:
@@ -48,3 +49,6 @@ jobs:
4849
uses: github/codeql-action/analyze@74483a38d39275f33fcff5f35b679b5ca4a26a99 # v2.22.5
4950
with:
5051
category: /language:${{matrix.language}}
52+
output: codeql.sarif
53+
cleanup-level: brutal
54+
add-snippets: 'true'

0 commit comments

Comments
 (0)