Skip to content

Commit

Permalink
Update codacy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
austenstone authored Sep 27, 2024
1 parent 4f9c8cb commit aca5ab5
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/codacy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,14 @@ jobs:
# Force 0 exit code to allow SARIF file generation
# This will hand over control about PR rejection to the GitHub side
max-allowed-issues: 2147483647

tool: issues

# archive the SARIF file generated in the previous step
- name: Archive SARIF results file
uses: actions/upload-artifact@v4
with:
path: results.sarif

# Upload the SARIF file generated in the previous step
- name: Upload SARIF results file
uses: github/codeql-action/upload-sarif@main
Expand Down

0 comments on commit aca5ab5

Please sign in to comment.