@@ -35,19 +35,19 @@ jobs:
3535 ref : ${{ github.event_name == 'pull_request' && github.event.pull_request.head.sha || github.sha }}
3636
3737 - name : Set up Docker Buildx
38- uses : docker/setup-buildx-action@af5b9c285a8492c5170a95a7e462f6b3fca0dede
38+ uses : docker/setup-buildx-action@e468171a9de216ec08956ac3ada2f0791b6bd435 # v3
3939
4040 - name : Log in to GHCR
4141 if : ${{ github.event_name == 'push' || env.IS_INTERNAL_PR == 'true' }}
42- uses : docker/login-action@465a07811f14bebb1938fbedb7d318ce25d57f0a
42+ uses : docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3
4343 with :
4444 registry : ${{ env.REGISTRY }}
4545 username : ${{ github.actor }}
4646 password : ${{ secrets.GITHUB_TOKEN }}
4747
4848 - name : Build and push DiskGalaxy image (development)
4949 if : ${{ github.event_name == 'push' }}
50- uses : docker/build-push-action@ac9327f06ed0493cb7f0f86e8bc64c06e0b932b4
50+ uses : docker/build-push-action@263435318d21b8e681c14492fe198d362a7d2c83 # v6
5151 with :
5252 context : .
5353 file : .github/workflows/dockerfiles/ROCm-DiskGalaxy/Dockerfile
6262
6363 - name : Build and push DiskGalaxy image (PR)
6464 if : ${{ env.IS_INTERNAL_PR == 'true' }}
65- uses : docker/build-push-action@ac9327f06ed0493cb7f0f86e8bc64c06e0b932b4
65+ uses : docker/build-push-action@263435318d21b8e681c14492fe198d362a7d2c83 # v6
6666 with :
6767 context : .
6868 file : .github/workflows/dockerfiles/ROCm-DiskGalaxy/Dockerfile
7777
7878 - name : Build DiskGalaxy image (PR, no publish)
7979 if : ${{ github.event_name == 'pull_request' && env.IS_INTERNAL_PR != 'true' }}
80- uses : docker/build-push-action@v6
80+ uses : docker/build-push-action@263435318d21b8e681c14492fe198d362a7d2c83 # v6
8181 with :
8282 context : .
8383 file : .github/workflows/dockerfiles/ROCm-DiskGalaxy/Dockerfile
0 commit comments