Skip to content

Commit

Permalink
Move SARIF output
Browse files Browse the repository at this point in the history
Signed-off-by: Marvin A. Ruder <[email protected]>
  • Loading branch information
marvinruder committed Nov 22, 2023
1 parent 43fdf87 commit 4153eda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/codacy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ jobs:
with:
project-token: ${{ secrets.CODACY_PROJECT_TOKEN }}
upload: true
output: results.sarif
format: sarif
gh-code-scanning-compat: true
run-staticcheck: "true"
output: results.sarif
max-allowed-issues: 2147483647
- name: Upload SARIF results file
uses: github/codeql-action/upload-sarif@v2
Expand Down

0 comments on commit 4153eda

Please sign in to comment.