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 9b313d9 commit e67384eCopy full SHA for e67384e
.github/workflows/build.yml
@@ -279,7 +279,7 @@ jobs:
279
output-format: sarif
280
281
- name: Upload Grype results to GitHub
282
- uses: github/codeql-action/upload-sarif@dd746615b3b9d728a6a37ca2045b68ca76d4841a # v3.28.8
+ uses: github/codeql-action/upload-sarif@16140ae1a102900babc80a33c44059580f687047 # v4.30.9
283
with:
284
sarif_file: ${{ steps.container-scan.outputs.sarif }}
285
sha: ${{ contains(github.event_name, 'pull_request') && github.event.pull_request.head.sha || github.sha }}
0 commit comments