@@ -23,35 +23,35 @@ jobs:
2323 packages : write
2424 steps :
2525 - name : Check it out
26- uses : actions/checkout@v4
26+ uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
2727
2828 - name : 📥 Download artifact
29- uses : actions/download-artifact@v4
29+ uses : actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e # v4
3030 with :
3131 github-token : ${{ secrets.GITHUB_TOKEN }}
3232 run-id : ${{ inputs.artifact_run_id }}
3333 name : build-output
3434 path : dist
3535
3636 - name : Log in to container registry
37- uses : docker/login-action@0d4c9c5ea7693da7b068278f7b52bda2a190a446
37+ uses : docker/login-action@0d4c9c5ea7693da7b068278f7b52bda2a190a446 # v3.2.0
3838 with :
3939 registry : ${{ env.REGISTRY }}
4040 username : ${{ github.actor }}
4141 password : ${{ secrets.GITHUB_TOKEN }}
4242
4343 - name : Extract metadata (tags, labels) for Docker
4444 id : meta
45- uses : docker/metadata-action@f7b4ed12385588c3f9bc252f0a2b520d83b52d48
45+ uses : docker/metadata-action@8e5442c4ef9f78752691e2d8f8d19755c6f78e81 # v5.5.1
4646 with :
4747 images : ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
4848 tags : ${{ inputs.docker_tags}}
4949
5050 - name : Set up Docker Buildx
51- uses : docker/setup-buildx-action@abe89fb761023d1d963c81f6b5e0df54236dc097
51+ uses : docker/setup-buildx-action@d70bba72b1f3fd22344832f00baa16ece964efeb # v3.3.0
5252
5353 - name : Build and push Docker image
54- uses : docker/build-push-action@31159d49c0d4756269a0940a750801a1ea5d7003
54+ uses : docker/build-push-action@31159d49c0d4756269a0940a750801a1ea5d7003 # v6.1.0
5555 with :
5656 context : .
5757 platforms : linux/amd64,linux/arm64
0 commit comments