We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d96f302 commit 0b261d0Copy full SHA for 0b261d0
1 file changed
.github/workflows/codacy.yml
@@ -51,8 +51,8 @@ jobs:
51
# You can also omit the token and run the tools that support default configurations
52
project-token: ${{ secrets.CODACY_PROJECT_TOKEN }}
53
verbose: true
54
- #output: results.sarif
55
- output: /tmp/results.sarif
+ output: results.sarif
+ #output: /tmp/results.sarif
56
format: sarif
57
# Adjust severity of non-security issues
58
gh-code-scanning-compat: true
@@ -64,5 +64,5 @@ jobs:
64
- name: Upload SARIF results file
65
uses: github/codeql-action/upload-sarif@v3
66
with:
67
- #sarif_file: results.sarif
68
- sarif_file: /tmp/results.sarif
+ sarif_file: results.sarif
+ #sarif_file: /tmp/results.sarif
0 commit comments