@@ -37,29 +37,29 @@ jobs:
3737
3838 steps :
3939 - name : Checkout repository
40- uses : actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
40+ uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7
4141 with :
4242 submodules : recursive
4343
4444 # Install the cosign tool except on PR
4545 # https://github.com/sigstore/cosign-installer
4646 - name : Install cosign
4747 if : github.event_name != 'pull_request'
48- uses : sigstore/cosign-installer@7e8b541eb2e61bf99390e1afd4be13a184e9ebc5 # v3.10.1
48+ uses : sigstore/cosign-installer@6f9f17788090df1f26f669e9d70d6ae9567deba6 # v4.1.2
4949 with :
5050 cosign-release : ' v2.2.4'
5151
5252 # Set up BuildKit Docker container builder to be able to build
5353 # multi-platform images and export cache
5454 # https://github.com/docker/setup-buildx-action
5555 - name : Set up Docker Buildx
56- uses : docker/setup-buildx-action@8d2750c68a42422c14e847fe6c8ac0403b4cbd6f # v3.12 .0
56+ uses : docker/setup-buildx-action@bb05f3f5519dd87d3ba754cc423b652a5edd6d2c # v4.2 .0
5757
5858 # Login against a Docker registry except on PR
5959 # https://github.com/docker/login-action
6060 - name : Log into registry ${{ env.REGISTRY }}
6161 if : github.event_name != 'pull_request'
62- uses : docker/login-action@c94ce9fb468520275223c153574b00df6fe4bcc9 # v3.7 .0
62+ uses : docker/login-action@af1e73f918a031802d376d3c8bbc3fe56130a9b0 # v4.4 .0
6363 with :
6464 registry : ${{ env.REGISTRY }}
6565 username : ${{ secrets.QUAY_IOP_BUILD_USERNAME }}
6969 # https://github.com/docker/metadata-action
7070 - name : Extract Docker metadata
7171 id : meta
72- uses : docker/metadata-action@c299e40c65443455700f0fdfc63efafe5b349051 # v5.10 .0
72+ uses : docker/metadata-action@dc802804100637a589fabce1cb79ff13a1411302 # v6.2 .0
7373 with :
7474 images : ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
7575 tags : |
8282 # https://github.com/docker/build-push-action
8383 - name : Build and push Docker image
8484 id : build-and-push
85- uses : docker/build-push-action@ca052bb54ab0790a636c9b5f226502c73d547a25 # v5.4 .0
85+ uses : docker/build-push-action@53b7df96c91f9c12dcc8a07bcb9ccacbed38856a # v7.3 .0
8686 with :
8787 platforms : linux/amd64,linux/arm64
8888 context : .
0 commit comments