@@ -46,21 +46,21 @@ jobs:
4646 # https://github.com/sigstore/cosign-installer
4747 - name : Install cosign
4848 if : github.event_name != 'pull_request'
49- uses : sigstore/cosign-installer@ba7bc0a3fef59531c69a25acd34668d6d3fe6f22 # v4.1.0
49+ uses : sigstore/cosign-installer@6f9f17788090df1f26f669e9d70d6ae9567deba6 # v4.1.2
5050 with :
5151 cosign-release : " v2.2.4"
5252
5353 # Set up BuildKit Docker container builder to be able to build
5454 # multi-platform images and export cache
5555 # https://github.com/docker/setup-buildx-action
5656 - name : Set up Docker Buildx
57- uses : docker/setup-buildx-action@8d2750c68a42422c14e847fe6c8ac0403b4cbd6f # v3.12 .0
57+ uses : docker/setup-buildx-action@d7f5e7f509e45cec5c76c4d5afdd7de93d0b3df5 # v4.1 .0
5858
5959 # Login against a Docker registry except on PR
6060 # https://github.com/docker/login-action
6161 - name : Log into registry ${{ env.REGISTRY }}
6262 if : github.event_name != 'pull_request'
63- uses : docker/login-action@c94ce9fb468520275223c153574b00df6fe4bcc9 # v3.7 .0
63+ uses : docker/login-action@650006c6eb7dba73a995cc03b0b2d7f5ca915bee # v4.2 .0
6464 with :
6565 registry : ${{ env.REGISTRY }}
6666 username : ${{ github.actor }}
7070 # https://github.com/docker/metadata-action
7171 - name : Extract Docker metadata
7272 id : meta
73- uses : docker/metadata-action@030e881283bb7a6894de51c315a6bfe6a94e05cf # v6.0 .0
73+ uses : docker/metadata-action@80c7e94dd9b9319bd5eb7a0e0fe9291e23a2a2e9 # v6.1 .0
7474 with :
7575 images : ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
7676 tags : |
9393 key : ${{ runner.os }}-go-build-cache-${{ hashFiles('**/go.sum') }}
9494
9595 - name : Inject go-build-cache
96- uses : reproducible-containers/buildkit-cache-dance@1b8ab18fbda5ad3646e3fcc9ed9dd41ce2f297b4 # v3.3.2
96+ uses : reproducible-containers/buildkit-cache-dance@5422eac04292c961a382e0f584ea0f03ad9da723 # v3.4.0
9797 with :
9898 cache-map : |
9999 {
@@ -106,7 +106,7 @@ jobs:
106106 # https://github.com/docker/build-push-action
107107 - name : Build and push Docker image
108108 id : build-and-push
109- uses : docker/build-push-action@d08e5c354a6adb9ed34480a06d141179aa583294 # v7.0 .0
109+ uses : docker/build-push-action@f9f3042f7e2789586610d6e8b85c8f03e5195baf # v7.2 .0
110110 with :
111111 context : .
112112 push : ${{ github.event_name != 'pull_request' }}
0 commit comments