@@ -103,12 +103,12 @@ jobs:
103103 ref : ${{ inputs.ref || github.ref }}
104104
105105 - name : Set up Blacksmith Docker Builder
106- uses : useblacksmith/setup-docker-builder@ac083cc84672d01c60d5e8561d0a939b697de542 # v1
106+ uses : useblacksmith/setup-docker-builder@722e97d12b1d06a961800dd6c05d79d951ad3c80 # v1
107107
108108 # Blacksmith's builder owns the Docker layer cache; keep smoke builds off
109109 # explicit gha cache directives so local tags still load cleanly.
110110 - name : Build root Dockerfile smoke image
111- uses : useblacksmith/build-push-action@cbd1f60d194a98cb3be5523b15134501eaf0fbf3 # v2
111+ uses : useblacksmith/build-push-action@fb9e3e6a9299c78462bfadd0d93352c316adc9b8 # v2
112112 with :
113113 context : .
114114 file : ./Dockerfile
@@ -210,7 +210,7 @@ jobs:
210210 ref : ${{ inputs.ref || github.ref }}
211211
212212 - name : Set up Blacksmith Docker Builder
213- uses : useblacksmith/setup-docker-builder@ac083cc84672d01c60d5e8561d0a939b697de542 # v1
213+ uses : useblacksmith/setup-docker-builder@722e97d12b1d06a961800dd6c05d79d951ad3c80 # v1
214214
215215 # Blacksmith's builder owns the Docker layer cache; keep smoke builds off
216216 # explicit gha cache directives so local tags still load cleanly.
@@ -222,7 +222,7 @@ jobs:
222222 # Build once with the matrix extension and tag both smoke names. This
223223 # keeps the build-arg coverage without a second Blacksmith build action.
224224 - name : Build root Dockerfile smoke image
225- uses : useblacksmith/build-push-action@cbd1f60d194a98cb3be5523b15134501eaf0fbf3 # v2
225+ uses : useblacksmith/build-push-action@fb9e3e6a9299c78462bfadd0d93352c316adc9b8 # v2
226226 with :
227227 context : .
228228 file : ./Dockerfile
@@ -297,7 +297,7 @@ jobs:
297297 '
298298
299299 - name : Build installer smoke image
300- uses : useblacksmith/build-push-action@cbd1f60d194a98cb3be5523b15134501eaf0fbf3 # v2
300+ uses : useblacksmith/build-push-action@fb9e3e6a9299c78462bfadd0d93352c316adc9b8 # v2
301301 with :
302302 context : ./scripts/docker
303303 file : ./scripts/docker/install-sh-smoke/Dockerfile
@@ -307,7 +307,7 @@ jobs:
307307 provenance : false
308308
309309 - name : Build installer non-root image
310- uses : useblacksmith/build-push-action@cbd1f60d194a98cb3be5523b15134501eaf0fbf3 # v2
310+ uses : useblacksmith/build-push-action@fb9e3e6a9299c78462bfadd0d93352c316adc9b8 # v2
311311 with :
312312 context : ./scripts/docker
313313 file : ./scripts/docker/install-sh-nonroot/Dockerfile
@@ -360,7 +360,7 @@ jobs:
360360 ref : ${{ inputs.ref || github.ref }}
361361
362362 - name : Set up Blacksmith Docker Builder
363- uses : useblacksmith/setup-docker-builder@ac083cc84672d01c60d5e8561d0a939b697de542 # v1
363+ uses : useblacksmith/setup-docker-builder@722e97d12b1d06a961800dd6c05d79d951ad3c80 # v1
364364
365365 - name : Setup Node environment for package smoke
366366 uses : ./.github/actions/setup-node-env
0 commit comments