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.
This commit is contained in:
Henry Mercer 2022-02-10 16:55:52 +00:00
Родитель edb1af09c4
Коммит 55c21888af
1 изменённых файлов: 0 добавлений и 2 удалений

2
.github/workflows/codeql.yml поставляемый
Просмотреть файл

@ -26,8 +26,6 @@ jobs:
with:
languages: javascript
config-file: ./.github/codeql/codeql-config.yml
# We require at least CodeQL CLI v2.7.6 to opt into the ML-powered queries beta. This
# can be removed once CodeQL Bundle v2.7.6 ships in the Actions VM images.
tools: latest
- name: Perform CodeQL Analysis