6161 p12-password : ${{ secrets.APPLE_CERTIFICATE_PASSWORD }}
6262
6363 - name : Install Syft
64- uses : anchore/sbom-action/download-syft@deef08a0db64bfad603422135db61477b16cef56 # v0.22.1
64+ uses : anchore/sbom-action/download-syft@28d71544de8eaf1b958d335707167c5f783590ad # v0.22.2
6565 with :
6666 syft-version : v1.32.0
6767
@@ -112,7 +112,7 @@ jobs:
112112 go-version-file : ' go.mod'
113113
114114 - name : Install Syft
115- uses : anchore/sbom-action/download-syft@deef08a0db64bfad603422135db61477b16cef56 # v0.22.1
115+ uses : anchore/sbom-action/download-syft@28d71544de8eaf1b958d335707167c5f783590ad # v0.22.2
116116 with :
117117 syft-version : v1.32.0
118118
@@ -146,7 +146,7 @@ jobs:
146146 go-version-file : ' go.mod'
147147
148148 - name : Install Syft
149- uses : anchore/sbom-action/download-syft@deef08a0db64bfad603422135db61477b16cef56 # v0.22.1
149+ uses : anchore/sbom-action/download-syft@28d71544de8eaf1b958d335707167c5f783590ad # v0.22.2
150150 with :
151151 syft-version : v1.32.0
152152
@@ -380,7 +380,7 @@ jobs:
380380
381381 - name : Build and push base Kit container
382382 id : build-kit-container
383- uses : docker/build-push-action@263435318d21b8e681c14492fe198d362a7d2c83 # v6.18.0
383+ uses : docker/build-push-action@10e90e3645eae34f1e60eeb005ba3a3d33f178e8 # v6.19.2
384384 with :
385385 platforms : linux/amd64,linux/arm64
386386 push : true
@@ -398,7 +398,7 @@ jobs:
398398
399399 - name : Build and push Kit init container
400400 id : build-kit-init-container
401- uses : docker/build-push-action@263435318d21b8e681c14492fe198d362a7d2c83 # v6.18.0
401+ uses : docker/build-push-action@10e90e3645eae34f1e60eeb005ba3a3d33f178e8 # v6.19.2
402402 with :
403403 platforms : linux/amd64,linux/arm64
404404 push : true
@@ -416,7 +416,7 @@ jobs:
416416
417417 - name : Build and push Kit KServe container
418418 id : build-kit-serve-container
419- uses : docker/build-push-action@263435318d21b8e681c14492fe198d362a7d2c83 # v6.18.0
419+ uses : docker/build-push-action@10e90e3645eae34f1e60eeb005ba3a3d33f178e8 # v6.19.2
420420 with :
421421 platforms : linux/amd64,linux/arm64
422422 push : true
@@ -434,7 +434,7 @@ jobs:
434434
435435 - name : Build and push Kubeflow Pipeline components container
436436 id : build-kubeflow-container
437- uses : docker/build-push-action@263435318d21b8e681c14492fe198d362a7d2c83 # v6.18.0
437+ uses : docker/build-push-action@10e90e3645eae34f1e60eeb005ba3a3d33f178e8 # v6.19.2
438438 with :
439439 platforms : linux/amd64,linux/arm64
440440 push : true
0 commit comments