@@ -28,19 +28,19 @@ 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
35- - uses : actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3 .0
35+ - uses : actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5 .0
3636 with :
3737 go-version-file : " go.mod"
3838
3939 - name : Set up QEMU
4040 uses : docker/setup-qemu-action@29109295f81e9208d7d86ff1c6c12d2833863392 # v3
4141
4242 - name : Set up Docker Buildx
43- uses : docker/setup-buildx-action@b5ca514318bd6ebac0fb2aedd5d36ec1b5c232a2 # v3
43+ uses : docker/setup-buildx-action@e468171a9de216ec08956ac3ada2f0791b6bd435 # v3
4444
4545 - name : Generate metadata
4646 id : meta
@@ -50,14 +50,14 @@ jobs:
5050 metadata_tags : ${{ env.metadata_tags }}
5151
5252 - name : Login to ghcr.io for CI
53- uses : docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772 # v3.4 .0
53+ uses : docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 # v3.5 .0
5454 with :
5555 registry : ghcr.io
5656 username : ${{ github.actor }}
5757 password : ${{ secrets.GITHUB_TOKEN }}
5858
5959 - name : Install Cosign
60- uses : sigstore/cosign-installer@d7d6bc7722e3daa8354c50bcb52f4837da5e9b6a # v3.8.1
60+ uses : sigstore/cosign-installer@d58896d6a1865668819e1d91763c7751a165e159 # v3.9.2
6161
6262 - name : Install Bom
6363 shell : bash
9393
9494 # Import GitHub's cache build to docker cache
9595 - name : Copy Caph Golang cache to docker cache
96- uses : docker/build-push-action@471d1dc4e07e5cdedd4c2171150001c434f0b7a4 # v6.15 .0
96+ uses : docker/build-push-action@263435318d21b8e681c14492fe198d362a7d2c83 # v6.18 .0
9797 with :
9898 provenance : false
9999 context : /tmp/.cache/caph
@@ -103,7 +103,7 @@ jobs:
103103 target : import-cache
104104
105105 - name : Build and push manager image
106- uses : docker/build-push-action@471d1dc4e07e5cdedd4c2171150001c434f0b7a4 # v6
106+ uses : docker/build-push-action@263435318d21b8e681c14492fe198d362a7d2c83 # v6
107107 id : docker_build_release
108108 with :
109109 provenance : false
@@ -156,7 +156,7 @@ jobs:
156156 # Store docker's golang's cache build locally only on the main branch
157157 - name : Store Caph Golang cache build locally
158158 if : ${{ steps.cache.outputs.cache-hit != 'true' }}
159- uses : docker/build-push-action@471d1dc4e07e5cdedd4c2171150001c434f0b7a4 # v6.15 .0
159+ uses : docker/build-push-action@263435318d21b8e681c14492fe198d362a7d2c83 # v6.18 .0
160160 with :
161161 provenance : false
162162 context : .
0 commit comments