File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
.github/actions/docker-build-image Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -130,7 +130,7 @@ runs:
130130
131131 - name : Anchore Scan API Image
132132 if : inputs.grype-scan-enabled == 'true'
133- uses : anchore/scan-action@16910ac423301c6d30554b83a7f71ac6ff4a51f3 # v6.4 .0
133+ uses : anchore/scan-action@df395807f4554463d4455b8047cf58e37b6acaae # v6.5 .0
134134 id : scan
135135 with :
136136 fail-build : ${{ inputs.grype-fail-build }}
@@ -145,7 +145,7 @@ runs:
145145
146146 - name : Upload SARIF Files
147147 if : always() && inputs.grype-scan-enabled == 'true' && github.event_name == 'push'
148- uses : github/codeql-action/upload-sarif@181d5eefc20863364f96762470ba6f862bdef56b # v3.29.2
148+ uses : github/codeql-action/upload-sarif@4e828ff8d448a8a6e532957b1811f387a63867e8 # v3.29.4
149149 continue-on-error : true # do not fail if GHAS is not enabled
150150 with :
151151 sarif_file : ${{ steps.scan.outputs.sarif }}
You can’t perform that action at this time.
0 commit comments