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 38d1e47 commit 2bea988Copy full SHA for 2bea988
.github/workflows/codacy.yml
@@ -45,7 +45,7 @@ jobs:
45
# You can also omit the token and run the tools that support default configurations
46
project-token: ${{ secrets.CODACY_PROJECT_TOKEN }}
47
verbose: true
48
- output: results.sarif
+ output: results-codacy.sarif
49
format: sarif
50
# Adjust severity of non-security issues
51
gh-code-scanning-compat: true
@@ -57,4 +57,5 @@ jobs:
57
- name: Upload SARIF results file
58
uses: github/codeql-action/upload-sarif@v3
59
with:
60
- sarif_file: results.sarif
+ sarif_file: results-codacy.sarif
61
+ category: codacy
0 commit comments