@@ -56,15 +56,15 @@ jobs:
5656
5757 - name : Set up QEMU
5858 if : ${{ matrix.config.tag != 's390x' }}
59- uses : docker/setup-qemu-action@v3
59+ uses : docker/setup-qemu-action@c7c53464625b32c7a7e944ae62b3e17d2b600130 # v3
6060 with :
6161 image : tonistiigi/binfmt:qemu-v7.0.0-28
6262
6363 - name : Set up Docker Buildx
64- uses : docker/setup-buildx-action@v3
64+ uses : docker/setup-buildx-action@8d2750c68a42422c14e847fe6c8ac0403b4cbd6f # v3
6565
6666 - name : Log in to Docker Hub
67- uses : docker/login-action@v3
67+ uses : docker/login-action@c94ce9fb468520275223c153574b00df6fe4bcc9 # v3
6868 with :
6969 registry : ghcr.io
7070 username : ${{ github.repository_owner }}
@@ -127,7 +127,7 @@ jobs:
127127
128128 - name : Build and push Full Docker image (tagged + versioned)
129129 if : ${{ (github.event_name == 'push' || github.event_name == 'schedule' || github.event_name == 'workflow_dispatch') && matrix.config.full == true }}
130- uses : docker/build-push-action@v6
130+ uses : docker/build-push-action@10e90e3645eae34f1e60eeb005ba3a3d33f178e8 # v6
131131 with :
132132 context : .
133133 push : true
@@ -152,7 +152,7 @@ jobs:
152152
153153 - name : Build and push Light Docker image (tagged + versioned)
154154 if : ${{ (github.event_name == 'push' || github.event_name == 'schedule' || github.event_name == 'workflow_dispatch') && matrix.config.light == true }}
155- uses : docker/build-push-action@v6
155+ uses : docker/build-push-action@10e90e3645eae34f1e60eeb005ba3a3d33f178e8 # v6
156156 with :
157157 context : .
158158 push : true
@@ -177,7 +177,7 @@ jobs:
177177
178178 - name : Build and push Server Docker image (tagged + versioned)
179179 if : ${{ (github.event_name == 'push' || github.event_name == 'schedule' || github.event_name == 'workflow_dispatch') && matrix.config.server == true }}
180- uses : docker/build-push-action@v6
180+ uses : docker/build-push-action@10e90e3645eae34f1e60eeb005ba3a3d33f178e8 # v6
181181 with :
182182 context : .
183183 push : true
0 commit comments