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 @@ -126,7 +126,7 @@ runs:
126126
127127 - name : Anchore Scan API Image
128128 if : inputs.grype-scan-enabled == 'true'
129- uses : anchore/scan-action@4e08a16a68fb1b35d2fca00f0607db0b5b5120a7 # v5.0.0
129+ uses : anchore/scan-action@49e50b215b647c5ec97abb66f69af73c46a4ca08 # v5.0.1
130130 id : scan
131131 with :
132132 fail-build : ${{ inputs.grype-fail-build }}
@@ -141,7 +141,7 @@ runs:
141141
142142 - name : Upload SARIF Files
143143 if : always() && inputs.grype-scan-enabled == 'true' && github.event_name == 'push'
144- uses : github/codeql-action/upload-sarif@c36620d31ac7c881962c3d9dd939c40ec9434f2b # v3.26.12
144+ uses : github/codeql-action/upload-sarif@f779452ac5af1c261dce0346a8f964149f49322b # v3.26.13
145145 continue-on-error : true # do not fail if GHAS is not enabled
146146 with :
147147 sarif_file : ${{ steps.scan.outputs.sarif }}
You can’t perform that action at this time.
0 commit comments