File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -128,7 +128,7 @@ jobs:
128128 output-format : sarif
129129
130130 - name : Upload Grype results to GitHub
131- uses : github/codeql-action/upload-sarif@497990dfed22177a82ba1bbab381bc8f6d27058f # v3 .31.6
131+ uses : github/codeql-action/upload-sarif@1b168cd39490f61582a9beae412bb7057a6b2c4e # v4 .31.8
132132 with :
133133 sarif_file : ${{ steps.container-scan.outputs.sarif }}
134134 sha : ${{ contains(github.event_name, 'pull_request') && github.event.pull_request.head.sha || github.sha }}
Original file line number Diff line number Diff line change 5151 RUSTFLAGS : " -D warnings"
5252
5353 - name : Upload Clippy results to GitHub
54- uses : github/codeql-action/upload-sarif@497990dfed22177a82ba1bbab381bc8f6d27058f # v3 .31.6
54+ uses : github/codeql-action/upload-sarif@1b168cd39490f61582a9beae412bb7057a6b2c4e # v4 .31.8
5555 with :
5656 sarif_file : clippy_result.sarif
5757 sha : ${{ contains(github.event_name, 'pull_request') && github.event.pull_request.head.sha || github.sha }}
Original file line number Diff line number Diff line change @@ -249,7 +249,7 @@ jobs:
249249 output-format : sarif
250250
251251 - name : Upload Grype results to GitHub
252- uses : github/codeql-action/upload-sarif@497990dfed22177a82ba1bbab381bc8f6d27058f # v3 .31.6
252+ uses : github/codeql-action/upload-sarif@1b168cd39490f61582a9beae412bb7057a6b2c4e # v4 .31.8
253253 with :
254254 sarif_file : ${{ steps.container-scan.outputs.sarif }}
255255
You can’t perform that action at this time.
0 commit comments