Skip to content

Commit 2bea988

Browse files
committed
Add category to Codacy SARIF upload step
1 parent 38d1e47 commit 2bea988

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/codacy.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
# You can also omit the token and run the tools that support default configurations
4646
project-token: ${{ secrets.CODACY_PROJECT_TOKEN }}
4747
verbose: true
48-
output: results.sarif
48+
output: results-codacy.sarif
4949
format: sarif
5050
# Adjust severity of non-security issues
5151
gh-code-scanning-compat: true
@@ -57,4 +57,5 @@ jobs:
5757
- name: Upload SARIF results file
5858
uses: github/codeql-action/upload-sarif@v3
5959
with:
60-
sarif_file: results.sarif
60+
sarif_file: results-codacy.sarif
61+
category: codacy

0 commit comments

Comments
 (0)