3333
3434 steps :
3535 - name : Checkout repository
36- uses : actions/checkout@v4
36+ uses : actions/checkout@v5
3737
3838 # Install the cosign tool except on PR
3939 # https://github.com/sigstore/cosign-installer
@@ -47,13 +47,13 @@ jobs:
4747 # multi-platform images and export cache
4848 # https://github.com/docker/setup-buildx-action
4949 - name : Set up Docker Buildx
50- uses : docker/setup-buildx-action@f95db51fddba0c2d1ec667646a06c2ce06100226 # v3.0.0
50+ uses : docker/setup-buildx-action@e468171a9de216ec08956ac3ada2f0791b6bd435 # v3.11.1
5151
5252 # Login against a Docker registry except on PR
5353 # https://github.com/docker/login-action
5454 - name : Log into registry ${{ env.REGISTRY }}
5555 if : github.event_name != 'pull_request'
56- uses : docker/login-action@343f7c4344506bcbf9b4de18042ae17996df046d # v3.0 .0
56+ uses : docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 # v3.5 .0
5757 with :
5858 registry : ${{ env.REGISTRY }}
5959 username : ${{ github.actor }}
6363 # https://github.com/docker/metadata-action
6464 - name : Extract Docker metadata
6565 id : meta
66- uses : docker/metadata-action@96383f45573cb7f253c731d3b3ab81c87ef81934 # v5.0 .0
66+ uses : docker/metadata-action@c1e51972afc2121e065aed6d45c65596fe445f3f # v5.8 .0
6767 with :
6868 images : ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
6969 tags : |
0 commit comments