Skip to content

Commit c1ada51

Browse files
committed
Update checks to use analysis-kinds instead of quality-queries
1 parent 055bf49 commit c1ada51

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/__quality-queries.yml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/workflows/__upload-quality-sarif.yml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pr-checks/checks/quality-queries.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ steps:
2929
- uses: ./../action/init
3030
with:
3131
languages: javascript
32-
quality-queries: code-quality
32+
analysis-kinds: code-scanning,code-quality
3333
tools: ${{ steps.prepare-test.outputs.tools-url }}
3434
- uses: ./../action/analyze
3535
with:

pr-checks/checks/upload-quality-sarif.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ steps:
88
tools: ${{ steps.prepare-test.outputs.tools-url }}
99
languages: cpp,csharp,java,javascript,python
1010
config-file: ${{ github.repository }}/tests/multi-language-repo/.github/codeql/custom-queries.yml@${{ github.sha }}
11-
quality-queries: code-quality
11+
analysis-kinds: code-scanning,code-quality
1212
- name: Build code
1313
shell: bash
1414
run: ./build.sh

0 commit comments

Comments
 (0)