Upload-Sarif: Update all workflows to use Upload-Sarif V3
This commit is contained in:
@@ -42,6 +42,6 @@ jobs:
|
||||
# Setting a SARIF output will generate a file named "datree.sarif" containing your test results
|
||||
cliArguments: "-o sarif"
|
||||
- name: Upload result to GitHub Code Scanning
|
||||
uses: github/codeql-action/upload-sarif@v2
|
||||
uses: github/codeql-action/upload-sarif@v3
|
||||
with:
|
||||
sarif_file: datree.sarif
|
||||
|
||||
Reference in New Issue
Block a user