We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa3c9ba commit 36c9756Copy full SHA for 36c9756
.github/workflows/security_scanning.yml
@@ -70,6 +70,6 @@ jobs:
70
run: jq . ${{ steps.scan.outputs.sarif }}
71
72
- name: Upload Anchore scan SARIF report
73
- uses: github/codeql-action/upload-sarif@v3
+ uses: github/codeql-action/upload-sarif@v4
74
with:
75
sarif_file: ${{ steps.scan.outputs.sarif }}
0 commit comments