Upload-Sarif: Update all workflows to use Upload-Sarif V3

This commit is contained in:
Josh Soref
2024-04-25 13:24:02 -04:00
parent 889ae22e02
commit 763a1a60f8
53 changed files with 53 additions and 53 deletions
+1 -1
View File
@@ -49,7 +49,7 @@ jobs:
# The service need to know the type of IaC being scanned
template_type: 'CFT'
- name: Upload SARIF file
uses: github/codeql-action/upload-sarif@v2
uses: github/codeql-action/upload-sarif@v3
# Results are generated only on a success or failure
# this is required since GitHub by default won't run the next step
# when the previous one has failed.