3535 uses : ./.github/actions/setup-go
3636
3737 - name : Set up QEMU
38- uses : docker/setup-qemu-action@53851d14592bedcffcf25ea515637cff71ef929a # v3
38+ uses : docker/setup-qemu-action@29109295f81e9208d7d86ff1c6c12d2833863392 # v3
3939 - name : Set up Docker Buildx
40- uses : docker/setup-buildx-action@6524bf65af31da8d45b59e8c27de4bd072b392f5 # v3
40+ uses : docker/setup-buildx-action@b5ca514318bd6ebac0fb2aedd5d36ec1b5c232a2 # v3
4141
4242 - name : Generate metadata cspo
4343 id : metacspo
@@ -49,14 +49,14 @@ jobs:
4949 metadata_tags : ${{ env.metadata_tags }}
5050
5151 - name : Login to ghcr.io for CI
52- uses : docker/login-action@9780b0c442fbb1117ed29e0efdff1e18412f7567 # v3.3 .0
52+ uses : docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772 # v3.4 .0
5353 with :
5454 registry : ghcr.io
5555 username : ${{ github.actor }}
5656 password : ${{ secrets.GITHUB_TOKEN }}
5757
5858 - name : Install Cosign
59- uses : sigstore/cosign-installer@dc72c7d5c4d10cd6bcb8cf6e3fd625a9e5e537da # v3.7.0
59+ uses : sigstore/cosign-installer@3454372f43399081ed03b604cb2d021dabca52bb # v3.8.2
6060
6161 - name : Install Bom
6262 shell : bash
9191
9292 # Import GitHub's cache build to docker cache
9393 - name : Copy cspo Golang cache to docker cache
94- uses : docker/build-push-action@ca877d9245402d1537745e0e356eab47c3520991 # v6.13 .0
94+ uses : docker/build-push-action@263435318d21b8e681c14492fe198d362a7d2c83 # v6.18 .0
9595 with :
9696 provenance : false
9797 context : /tmp/.cache/cspo
@@ -101,7 +101,7 @@ jobs:
101101 target : import-cache
102102
103103 - name : Build and push cspo image
104- uses : docker/build-push-action@ca877d9245402d1537745e0e356eab47c3520991 # v6
104+ uses : docker/build-push-action@263435318d21b8e681c14492fe198d362a7d2c83 # v6
105105 id : docker_build_release_cspo
106106 with :
107107 provenance : false
@@ -154,7 +154,7 @@ jobs:
154154 # Store docker's golang's cache build locally only on the main branch
155155 - name : Store cspo Golang cache build locally
156156 if : ${{ steps.cache.outputs.cache-hit != 'true' }}
157- uses : docker/build-push-action@ca877d9245402d1537745e0e356eab47c3520991 # v6.13 .0
157+ uses : docker/build-push-action@263435318d21b8e681c14492fe198d362a7d2c83 # v6.18 .0
158158 with :
159159 provenance : false
160160 context : .
0 commit comments