Skip to content

Commit

Permalink
Update GitHub actions
Browse files Browse the repository at this point in the history
  • Loading branch information
rrrene committed Feb 17, 2024
1 parent a57b83e commit df327c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/code-scan-sarif.yml
Expand Up @@ -48,7 +48,7 @@ jobs:
- name: compile
run: mix compile
- name: credo-scan
run: mix credo --format=sarif > credo_output.sarif
run: mix credo --format=sarif --mute-exit-status > credo_output.sarif
- name: upload sarif
uses: github/codeql-action/upload-sarif@v2
with:
Expand Down

0 comments on commit df327c1

Please sign in to comment.