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 250e812 commit 0fee40fCopy full SHA for 0fee40f
.github/workflows/build-unified.yml
@@ -227,7 +227,7 @@ jobs:
227
output-format: sarif
228
229
- name: Upload Grype results to GitHub
230
- uses: github/codeql-action/upload-sarif@76621b61decf072c1cee8dd1ce2d2a82d33c17ed # v3.29.8
+ uses: github/codeql-action/upload-sarif@4e94bd11f71e507f7f87df81788dff88d1dacbfb # v4.31.0
231
with:
232
sarif_file: ${{ steps.container-scan.outputs.sarif }}
233
sha: ${{ contains(github.event_name, 'pull_request') && github.event.pull_request.head.sha || github.sha }}
0 commit comments