Skip to content

Commit 8781683

Browse files
committed
remove tools:latest from codeql-action in QL-for-QL
1 parent 2850b35 commit 8781683

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

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

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ jobs:
1919
uses: github/codeql-action/init@aa93aea877e5fb8841bcb1193f672abf6e9f2980
2020
with:
2121
languages: javascript # does not matter
22-
tools: latest
2322
- name: Get CodeQL version
2423
id: get-codeql-version
2524
run: |
@@ -184,7 +183,6 @@ jobs:
184183
languages: ql
185184
db-location: ${{ runner.temp }}/db
186185
config-file: ./ql-for-ql-config.yml
187-
tools: latest
188186

189187
- name: Perform CodeQL Analysis
190188
uses: github/codeql-action/analyze@aa93aea877e5fb8841bcb1193f672abf6e9f2980
@@ -224,4 +222,4 @@ jobs:
224222
uses: actions/upload-artifact@v3
225223
with:
226224
name: combined.sarif
227-
path: combined.sarif
225+
path: combined.sarif

0 commit comments

Comments
 (0)