Skip to content

Commit b94c122

Browse files
build(deps): bump the actions group across 1 directory with 5 updates
Bumps the actions group with 5 updates in the / directory: | Package | From | To | | --- | --- | --- | | [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action) | `4.0.0` | `4.1.0` | | [docker/login-action](https://github.com/docker/login-action) | `4.1.0` | `4.2.0` | | [docker/build-push-action](https://github.com/docker/build-push-action) | `7.1.0` | `7.2.0` | | [useblacksmith/setup-docker-builder](https://github.com/useblacksmith/setup-docker-builder) | `1.7.0` | `1.8.0` | | [useblacksmith/build-push-action](https://github.com/useblacksmith/build-push-action) | `2.1.0` | `2.2.0` | Updates `docker/setup-buildx-action` from 4.0.0 to 4.1.0 - [Release notes](https://github.com/docker/setup-buildx-action/releases) - [Commits](docker/setup-buildx-action@4d04d5d...d7f5e7f) Updates `docker/login-action` from 4.1.0 to 4.2.0 - [Release notes](https://github.com/docker/login-action/releases) - [Commits](docker/login-action@4907a6d...650006c) Updates `docker/build-push-action` from 7.1.0 to 7.2.0 - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](docker/build-push-action@bcafcac...f9f3042) Updates `useblacksmith/setup-docker-builder` from 1.7.0 to 1.8.0 - [Release notes](https://github.com/useblacksmith/setup-docker-builder/releases) - [Commits](useblacksmith/setup-docker-builder@ac083cc...722e97d) Updates `useblacksmith/build-push-action` from 2.1.0 to 2.2.0 - [Release notes](https://github.com/useblacksmith/build-push-action/releases) - [Commits](useblacksmith/build-push-action@cbd1f60...fb9e3e6) --- updated-dependencies: - dependency-name: docker/setup-buildx-action dependency-version: 4.1.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions - dependency-name: docker/login-action dependency-version: 4.2.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions - dependency-name: docker/build-push-action dependency-version: 7.2.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions - dependency-name: useblacksmith/setup-docker-builder dependency-version: 1.8.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions - dependency-name: useblacksmith/build-push-action dependency-version: 2.2.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent fc45a9b commit b94c122

5 files changed

Lines changed: 26 additions & 26 deletions

File tree

.github/workflows/docker-release.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -82,10 +82,10 @@ jobs:
8282
fetch-depth: 0
8383

8484
- name: Set up Docker Builder
85-
uses: docker/setup-buildx-action@4d04d5d9486b7bd6fa91e7baf45bbb4f8b9deedd # v4
85+
uses: docker/setup-buildx-action@d7f5e7f509e45cec5c76c4d5afdd7de93d0b3df5 # v4
8686

8787
- name: Login to GitHub Container Registry
88-
uses: docker/login-action@4907a6ddec9925e35a0a9e82d7399ccc52663121 # v4
88+
uses: docker/login-action@650006c6eb7dba73a995cc03b0b2d7f5ca915bee # v4
8989
with:
9090
registry: ${{ env.REGISTRY }}
9191
username: ${{ github.repository_owner }}
@@ -147,7 +147,7 @@ jobs:
147147
- name: Build and push amd64 image
148148
id: build
149149
# WARNING: KEEP THE OFFICIAL DOCKER ACTION HERE; DO NOT SWITCH THIS BACK TO BLACKSMITH BLINDLY.
150-
uses: docker/build-push-action@bcafcacb16a39f128d818304e6c9c0c18556b85f # v7.1.0
150+
uses: docker/build-push-action@f9f3042f7e2789586610d6e8b85c8f03e5195baf # v7.2.0
151151
with:
152152
context: .
153153
platforms: linux/amd64
@@ -180,10 +180,10 @@ jobs:
180180
fetch-depth: 0
181181

182182
- name: Set up Docker Builder
183-
uses: docker/setup-buildx-action@4d04d5d9486b7bd6fa91e7baf45bbb4f8b9deedd # v4
183+
uses: docker/setup-buildx-action@d7f5e7f509e45cec5c76c4d5afdd7de93d0b3df5 # v4
184184

185185
- name: Login to GitHub Container Registry
186-
uses: docker/login-action@4907a6ddec9925e35a0a9e82d7399ccc52663121 # v4
186+
uses: docker/login-action@650006c6eb7dba73a995cc03b0b2d7f5ca915bee # v4
187187
with:
188188
registry: ${{ env.REGISTRY }}
189189
username: ${{ github.repository_owner }}
@@ -245,7 +245,7 @@ jobs:
245245
- name: Build and push arm64 image
246246
id: build
247247
# WARNING: KEEP THE OFFICIAL DOCKER ACTION HERE; DO NOT SWITCH THIS BACK TO BLACKSMITH BLINDLY.
248-
uses: docker/build-push-action@bcafcacb16a39f128d818304e6c9c0c18556b85f # v7.1.0
248+
uses: docker/build-push-action@f9f3042f7e2789586610d6e8b85c8f03e5195baf # v7.2.0
249249
with:
250250
context: .
251251
platforms: linux/arm64
@@ -276,7 +276,7 @@ jobs:
276276
fetch-depth: 0
277277

278278
- name: Login to GitHub Container Registry
279-
uses: docker/login-action@4907a6ddec9925e35a0a9e82d7399ccc52663121 # v4
279+
uses: docker/login-action@650006c6eb7dba73a995cc03b0b2d7f5ca915bee # v4
280280
with:
281281
registry: ${{ env.REGISTRY }}
282282
username: ${{ github.repository_owner }}
@@ -349,10 +349,10 @@ jobs:
349349
fetch-depth: 1
350350

351351
- name: Set up Docker Builder
352-
uses: docker/setup-buildx-action@4d04d5d9486b7bd6fa91e7baf45bbb4f8b9deedd # v4
352+
uses: docker/setup-buildx-action@d7f5e7f509e45cec5c76c4d5afdd7de93d0b3df5 # v4
353353

354354
- name: Login to GitHub Container Registry
355-
uses: docker/login-action@4907a6ddec9925e35a0a9e82d7399ccc52663121 # v4
355+
uses: docker/login-action@650006c6eb7dba73a995cc03b0b2d7f5ca915bee # v4
356356
with:
357357
registry: ${{ env.REGISTRY }}
358358
username: ${{ github.repository_owner }}

.github/workflows/install-smoke.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -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

.github/workflows/npm-telegram-beta-e2e.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -105,12 +105,12 @@ jobs:
105105
fetch-depth: 1
106106

107107
- name: Set up Blacksmith Docker Builder
108-
uses: useblacksmith/setup-docker-builder@ac083cc84672d01c60d5e8561d0a939b697de542 # v1
108+
uses: useblacksmith/setup-docker-builder@722e97d12b1d06a961800dd6c05d79d951ad3c80 # v1
109109
with:
110110
max-cache-size-mb: 800000
111111

112112
- name: Build Docker E2E image
113-
uses: useblacksmith/build-push-action@cbd1f60d194a98cb3be5523b15134501eaf0fbf3 # v2
113+
uses: useblacksmith/build-push-action@fb9e3e6a9299c78462bfadd0d93352c316adc9b8 # v2
114114
with:
115115
context: .
116116
file: ./scripts/e2e/Dockerfile

.github/workflows/openclaw-live-and-e2e-checks-reusable.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -503,7 +503,7 @@ jobs:
503503
fetch-depth: 1
504504

505505
- name: Log in to GHCR for shared Docker E2E image
506-
uses: docker/login-action@4907a6ddec9925e35a0a9e82d7399ccc52663121 # v4
506+
uses: docker/login-action@650006c6eb7dba73a995cc03b0b2d7f5ca915bee # v4
507507
with:
508508
registry: ghcr.io
509509
username: ${{ github.actor }}
@@ -685,7 +685,7 @@ jobs:
685685
fetch-depth: 1
686686

687687
- name: Log in to GHCR for shared Docker E2E image
688-
uses: docker/login-action@4907a6ddec9925e35a0a9e82d7399ccc52663121 # v4
688+
uses: docker/login-action@650006c6eb7dba73a995cc03b0b2d7f5ca915bee # v4
689689
with:
690690
registry: ghcr.io
691691
username: ${{ github.actor }}
@@ -823,7 +823,7 @@ jobs:
823823
fetch-depth: 1
824824

825825
- name: Log in to GHCR for shared Docker E2E image
826-
uses: docker/login-action@4907a6ddec9925e35a0a9e82d7399ccc52663121 # v4
826+
uses: docker/login-action@650006c6eb7dba73a995cc03b0b2d7f5ca915bee # v4
827827
with:
828828
registry: ghcr.io
829829
username: ${{ github.actor }}
@@ -1063,7 +1063,7 @@ jobs:
10631063
10641064
- name: Log in to GHCR
10651065
if: steps.plan.outputs.needs_e2e_image == '1'
1066-
uses: docker/login-action@4907a6ddec9925e35a0a9e82d7399ccc52663121 # v4
1066+
uses: docker/login-action@650006c6eb7dba73a995cc03b0b2d7f5ca915bee # v4
10671067
with:
10681068
registry: ghcr.io
10691069
username: ${{ github.actor }}
@@ -1112,11 +1112,11 @@ jobs:
11121112
11131113
- name: Setup Docker builder
11141114
if: steps.image_exists.outputs.needs_build == '1'
1115-
uses: useblacksmith/setup-docker-builder@ac083cc84672d01c60d5e8561d0a939b697de542 # v1
1115+
uses: useblacksmith/setup-docker-builder@722e97d12b1d06a961800dd6c05d79d951ad3c80 # v1
11161116

11171117
- name: Build and push bare Docker E2E image
11181118
if: steps.plan.outputs.needs_bare_image == '1' && steps.image_exists.outputs.bare_exists != '1'
1119-
uses: useblacksmith/build-push-action@cbd1f60d194a98cb3be5523b15134501eaf0fbf3 # v2
1119+
uses: useblacksmith/build-push-action@fb9e3e6a9299c78462bfadd0d93352c316adc9b8 # v2
11201120
with:
11211121
context: .
11221122
file: ./scripts/e2e/Dockerfile
@@ -1129,7 +1129,7 @@ jobs:
11291129

11301130
- name: Build and push functional Docker E2E image
11311131
if: steps.plan.outputs.needs_functional_image == '1' && steps.image_exists.outputs.functional_exists != '1'
1132-
uses: useblacksmith/build-push-action@cbd1f60d194a98cb3be5523b15134501eaf0fbf3 # v2
1132+
uses: useblacksmith/build-push-action@fb9e3e6a9299c78462bfadd0d93352c316adc9b8 # v2
11331133
with:
11341134
context: .
11351135
file: ./scripts/e2e/Dockerfile

.github/workflows/sandbox-common-smoke.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
submodules: false
3636

3737
- name: Set up Docker Builder
38-
uses: docker/setup-buildx-action@4d04d5d9486b7bd6fa91e7baf45bbb4f8b9deedd # v4
38+
uses: docker/setup-buildx-action@d7f5e7f509e45cec5c76c4d5afdd7de93d0b3df5 # v4
3939

4040
- name: Build minimal sandbox base (USER sandbox)
4141
shell: bash

0 commit comments

Comments
 (0)