@@ -11,25 +11,25 @@ jobs:
1111
1212 steps :
1313 - name : Checkout
14- uses : actions/checkout@v4
14+ uses : actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
1515 with :
1616 # Need this to get version number from last tag
1717 fetch-depth : 0
1818
1919 - name : Set up Docker Buildx
2020 id : buildx
21- uses : docker/setup-buildx-action@v3
21+ uses : docker/setup-buildx-action@8d2750c68a42422c14e847fe6c8ac0403b4cbd6f # v3
2222
2323 - name : Log in to GitHub Docker Registry
2424 if : github.event_name != 'pull_request'
25- uses : docker/login-action@v3
25+ uses : docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3
2626 with :
2727 registry : ghcr.io
2828 username : ${{ github.actor }}
2929 password : ${{ secrets.GITHUB_TOKEN }}
3030
3131 - name : Build and export to Docker local cache
32- uses : docker/build-push-action@v6
32+ uses : docker/build-push-action@263435318d21b8e681c14492fe198d362a7d2c83 # v6
3333 env :
3434 DOCKER_BUILD_RECORD_UPLOAD : false
3535 with :
4343
4444 - name : Create tags for publishing image
4545 id : meta
46- uses : docker/metadata-action@v5
46+ uses : docker/metadata-action@c299e40c65443455700f0fdfc63efafe5b349051 # v5
4747 with :
4848 images : ghcr.io/${{ github.repository }}
4949 tags : |
5252
5353 - name : Push cached image to container registry
5454 if : inputs.publish && github.ref_type == 'tag'
55- uses : docker/build-push-action@v6
55+ uses : docker/build-push-action@263435318d21b8e681c14492fe198d362a7d2c83 # v6
5656 env :
5757 DOCKER_BUILD_RECORD_UPLOAD : false
5858 # This does not build the image again, it will find the image in the
0 commit comments