Switch github upload sarif to tag
GitHub owed actions are allowed to use tags instead of SHAs Co-authored-by: Jacob Wallraff <[email protected]>
This commit is contained in:
co-authored by
Jacob Wallraff
parent
763a1a60f8
commit
570cd926cd
@@ -46,6 +46,6 @@ jobs:
|
|||||||
ci_run: "false"
|
ci_run: "false"
|
||||||
sarif_file: findings.sarif
|
sarif_file: findings.sarif
|
||||||
- name: Upload SARIF to github
|
- name: Upload SARIF to github
|
||||||
uses: github/codeql-action/upload-sarif@8f596b4ae3cb3c588a5c46780b86dd53fef16c52 # v3.25.2
|
uses: github/codeql-action/upload-sarif@v3
|
||||||
with:
|
with:
|
||||||
sarif_file: findings.sarif
|
sarif_file: findings.sarif
|
||||||
|
|||||||
@@ -68,6 +68,6 @@ jobs:
|
|||||||
# Upload the results to GitHub's code scanning dashboard (optional).
|
# Upload the results to GitHub's code scanning dashboard (optional).
|
||||||
# Commenting out will disable upload of results to your repo's Code Scanning dashboard
|
# Commenting out will disable upload of results to your repo's Code Scanning dashboard
|
||||||
- name: "Upload to code-scanning"
|
- name: "Upload to code-scanning"
|
||||||
uses: github/codeql-action/upload-sarif@8f596b4ae3cb3c588a5c46780b86dd53fef16c52 # v3.25.2
|
uses: github/codeql-action/upload-sarif@v3
|
||||||
with:
|
with:
|
||||||
sarif_file: results.sarif
|
sarif_file: results.sarif
|
||||||
|
|||||||
Reference in New Issue
Block a user