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 219993c commit 1334ed8Copy full SHA for 1334ed8
.github/workflows/build.yml
@@ -280,7 +280,7 @@ jobs:
280
output-format: sarif
281
282
- name: Upload Grype results to GitHub
283
- uses: github/codeql-action/upload-sarif@0499de31b99561a6d14a36a5f662c2a54f91beee # v4.31.2
+ uses: github/codeql-action/upload-sarif@e12f0178983d466f2f6028f5cc7a6d786fd97f4b # v4.31.4
284
with:
285
sarif_file: ${{ steps.container-scan.outputs.sarif }}
286
sha: ${{ contains(github.event_name, 'pull_request') && github.event.pull_request.head.sha || github.sha }}
0 commit comments