Skip to content

Commit 17c31e1

Browse files
committed
Run CodeQL analysis with latest CLI to opt into ML-powered queries beta
1 parent b0fb4d6 commit 17c31e1

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/codeql.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,9 @@ jobs:
2626
with:
2727
languages: javascript
2828
config-file: ./.github/codeql/codeql-config.yml
29+
# We require at least CodeQL CLI v2.7.6 to opt into the ML-powered queries beta. This
30+
# can be removed once CodeQL Bundle v2.7.6 ships in the Actions VM images.
31+
tools: latest
2932

3033
- name: Perform CodeQL Analysis
3134
uses: github/codeql-action/analyze@main

0 commit comments

Comments
 (0)