We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ca35b9e commit 6a80dfdCopy full SHA for 6a80dfd
1 file changed
.github/workflows/build.yml
@@ -270,7 +270,7 @@ jobs:
270
output-format: sarif
271
272
- name: Upload Grype results to GitHub
273
- uses: github/codeql-action/upload-sarif@cdefb33c0f6224e58673d9004f47f7cb3e328b89 # v4.31.10
+ uses: github/codeql-action/upload-sarif@45cbd0c69e560cd9e7cd7f8c32362050c9b7ded2 # v4.32.2
274
with:
275
sarif_file: ${{ steps.container-scan.outputs.sarif }}
276
sha: ${{ contains(github.event_name, 'pull_request') && github.event.pull_request.head.sha || github.sha }}
0 commit comments