Skip to content

Commit 55c2188

Browse files
committed
Update Code Scanning workflow now that we no longer need tools: latest
The Actions VM image containing v2.7.6 of the CodeQL CLI has now fully rolled out, so we no longer need to download the latest CodeQL bundle to use this CLI and include this repo in the ML-powered queries beta.
1 parent edb1af0 commit 55c2188

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/codeql.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,6 @@ 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.
3129
tools: latest
3230

3331
- name: Perform CodeQL Analysis

0 commit comments

Comments
 (0)