4545
4646 - uses : sigstore/cosign-installer@3454372f43399081ed03b604cb2d021dabca52bb # v3.8.2
4747
48- - uses : anchore/sbom-action/download-syft@f325610c9f50a54015d37c8d16cb3b0e2c8f4de0 # v0.18 .0
48+ - uses : anchore/sbom-action/download-syft@9f7302141466aa6482940f15371237e9d9f4c34a # v0.19 .0
4949
5050 - uses : docker/setup-qemu-action@29109295f81e9208d7d86ff1c6c12d2833863392 # v3.6.0
5151 if : runner.os != 'Windows'
@@ -157,7 +157,7 @@ jobs:
157157
158158 - uses : sigstore/cosign-installer@3454372f43399081ed03b604cb2d021dabca52bb # v3.8.2
159159
160- - uses : anchore/sbom-action/download-syft@f325610c9f50a54015d37c8d16cb3b0e2c8f4de0 # v0.18 .0
160+ - uses : anchore/sbom-action/download-syft@9f7302141466aa6482940f15371237e9d9f4c34a # v0.19 .0
161161
162162 - uses : docker/setup-qemu-action@29109295f81e9208d7d86ff1c6c12d2833863392 # v3.6.0
163163 if : runner.os != 'Windows'
@@ -182,21 +182,21 @@ jobs:
182182 go-version : " ~1.24"
183183 check-latest : true
184184
185- - uses : actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4.2.1
185+ - uses : actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
186186 if : runner.os == 'Windows'
187187 with :
188188 pattern : artifacts-${{ inputs.distribution }}-windows-*
189189 path : distributions/${{ inputs.distribution }}/dist
190190 merge-multiple : true
191191
192- - uses : actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4.2.1
192+ - uses : actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
193193 if : runner.os != 'Windows'
194194 with :
195195 pattern : artifacts-${{ inputs.distribution }}-darwin-*
196196 path : distributions/${{ inputs.distribution }}/dist
197197 merge-multiple : true
198198
199- - uses : actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4.2.1
199+ - uses : actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
200200 if : runner.os != 'Windows'
201201 with :
202202 pattern : artifacts-${{ inputs.distribution }}-linux-*
0 commit comments