@@ -28,16 +28,16 @@ jobs:
2828 runs-on : ubuntu-latest
2929 steps :
3030 - name : Checkout code
31- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
31+ uses : actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
3232 with :
3333 fetch-depth : 0
3434 - name : Setup Go
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@e468171a9de216ec08956ac3ada2f0791b6bd435 # 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@5e57cd118135c172c3672efd75eb46360885c0ef # v3.6 .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@7e8b541eb2e61bf99390e1afd4be13a184e9ebc5 # v3.10.1
6060
6161 - name : Install Bom
6262 shell : bash
7373
7474 # Load Golang cache build from GitHub
7575 - name : Load cspo Golang cache build from GitHub
76- uses : actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2 .0
76+ uses : actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3 .0
7777 id : cache
7878 with :
7979 path : /tmp/.cache/cspo
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