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 cf97081 commit 01297b6Copy full SHA for 01297b6
.github/workflows/security_scanning.yml
@@ -77,6 +77,6 @@ jobs:
77
run: jq . ${{ steps.scan.outputs.sarif }}
78
79
- name: Upload Anchore scan SARIF report
80
- uses: github/codeql-action/upload-sarif@v3
+ uses: github/codeql-action/upload-sarif@v4
81
with:
82
sarif_file: ${{ steps.scan.outputs.sarif }}
0 commit comments