Skip to content

Commit 0b261d0

Browse files
Update codacy.yml
1 parent d96f302 commit 0b261d0

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/codacy.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,8 @@ jobs:
5151
# You can also omit the token and run the tools that support default configurations
5252
project-token: ${{ secrets.CODACY_PROJECT_TOKEN }}
5353
verbose: true
54-
#output: results.sarif
55-
output: /tmp/results.sarif
54+
output: results.sarif
55+
#output: /tmp/results.sarif
5656
format: sarif
5757
# Adjust severity of non-security issues
5858
gh-code-scanning-compat: true
@@ -64,5 +64,5 @@ jobs:
6464
- name: Upload SARIF results file
6565
uses: github/codeql-action/upload-sarif@v3
6666
with:
67-
#sarif_file: results.sarif
68-
sarif_file: /tmp/results.sarif
67+
sarif_file: results.sarif
68+
#sarif_file: /tmp/results.sarif

0 commit comments

Comments
 (0)