We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2850b35 commit 8781683Copy full SHA for 8781683
.github/workflows/ql-for-ql-build.yml
@@ -19,7 +19,6 @@ jobs:
19
uses: github/codeql-action/init@aa93aea877e5fb8841bcb1193f672abf6e9f2980
20
with:
21
languages: javascript # does not matter
22
- tools: latest
23
- name: Get CodeQL version
24
id: get-codeql-version
25
run: |
@@ -184,7 +183,6 @@ jobs:
184
183
languages: ql
185
db-location: ${{ runner.temp }}/db
186
config-file: ./ql-for-ql-config.yml
187
188
189
- name: Perform CodeQL Analysis
190
uses: github/codeql-action/analyze@aa93aea877e5fb8841bcb1193f672abf6e9f2980
@@ -224,4 +222,4 @@ jobs:
224
222
uses: actions/upload-artifact@v3
225
223
226
name: combined.sarif
227
- path: combined.sarif
+ path: combined.sarif
0 commit comments