Skip to content

Commit 64a8eb4

Browse files
authored
CI: Run CodeQL analysis using nightly tools
Dogfood the nightly CodeQL bundle so we can find issues earlier.
1 parent b61be79 commit 64a8eb4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/codeql.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
with:
3333
languages: ${{ matrix.language }}
3434
config-file: ./.github/codeql/codeql-config.yml
35-
tools: latest
35+
tools: nightly
3636

3737
- name: Perform CodeQL Analysis
3838
uses: github/codeql-action/analyze@main

0 commit comments

Comments
 (0)