Skip to content

Commit 6249793

Browse files
committed
Disable cpp in upload-quality-sarif check
1 parent e33b0ab commit 6249793

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.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/upload-quality-sarif.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ steps:
66
- uses: ./../action/init
77
with:
88
tools: ${{ steps.prepare-test.outputs.tools-url }}
9-
languages: cpp,csharp,java,javascript,python
9+
languages: csharp,java,javascript,python
1010
analysis-kinds: code-quality
1111
- name: Build code
1212
run: ./build.sh

0 commit comments

Comments
 (0)