Upload-Sarif: Update all workflows to use Upload-Sarif V3
This commit is contained in:
@@ -55,7 +55,7 @@ jobs:
|
||||
- name: credo-scan
|
||||
run: mix credo --format=sarif > credo_output.sarif
|
||||
- name: upload sarif
|
||||
uses: github/codeql-action/upload-sarif@v2
|
||||
uses: github/codeql-action/upload-sarif@v3
|
||||
with:
|
||||
# Path to SARIF file relative to the root of the repository
|
||||
sarif_file: credo_output.sarif
|
||||
|
||||
Reference in New Issue
Block a user