Skip to content

Commit 4843083

Browse files
Update codacy.yml
1 parent 6cbb82d commit 4843083

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/codacy.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,8 @@ jobs:
5050
project-token: ${{ secrets.CODACY_PROJECT_TOKEN }}
5151
verbose: true
5252
#output: results.sarif
53-
output: ./results.sarif
53+
#output: ./results.sarif
54+
output: ${{ github.workspace }}/results.sarif
5455
format: sarif
5556
# Adjust severity of non-security issues
5657
gh-code-scanning-compat: true

0 commit comments

Comments
 (0)