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 8a93363 commit 638745bCopy full SHA for 638745b
.github/workflows/build-unified.yml
@@ -240,7 +240,7 @@ jobs:
240
output-format: sarif
241
242
- name: Upload Grype results to GitHub
243
- uses: github/codeql-action/upload-sarif@76621b61decf072c1cee8dd1ce2d2a82d33c17ed # v3.29.8
+ uses: github/codeql-action/upload-sarif@16140ae1a102900babc80a33c44059580f687047 # v4.30.9
244
with:
245
sarif_file: ${{ steps.container-scan.outputs.sarif }}
246
sha: ${{ contains(github.event_name, 'pull_request') && github.event.pull_request.head.sha || github.sha }}
0 commit comments