Skip to content

Commit 21192b7

Browse files
committed
use latest tools in codeql-action/init
1 parent 5fb84a7 commit 21192b7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ql-for-ql-build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ jobs:
1919
uses: github/codeql-action/init@aa93aea877e5fb8841bcb1193f672abf6e9f2980
2020
with:
2121
languages: javascript # does not matter
22+
tools: latest
2223
- name: Get CodeQL version
2324
id: get-codeql-version
2425
run: |
@@ -186,6 +187,7 @@ jobs:
186187
languages: ql
187188
db-location: ${{ runner.temp }}/db
188189
config-file: ./ql-for-ql-config.yml
190+
tools: latest
189191

190192
- name: Perform CodeQL Analysis
191193
uses: github/codeql-action/analyze@aa93aea877e5fb8841bcb1193f672abf6e9f2980

0 commit comments

Comments
 (0)