Skip to content

Commit 0bd2391

Browse files
build(deps): bump the actions group across 1 directory with 3 updates
Bumps the actions group with 3 updates in the / directory: [useblacksmith/setup-docker-builder](https://github.com/useblacksmith/setup-docker-builder), [useblacksmith/build-push-action](https://github.com/useblacksmith/build-push-action) and [actions/stale](https://github.com/actions/stale). 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) Updates `actions/stale` from 10 to 10.2.0 - [Release notes](https://github.com/actions/stale/releases) - [Changelog](https://github.com/actions/stale/blob/main/CHANGELOG.md) - [Commits](actions/stale@v10...v10.2.0) --- updated-dependencies: - 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 - dependency-name: actions/stale dependency-version: 10.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 0bd2391

4 files changed

Lines changed: 18 additions & 18 deletions

File tree

.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: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -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/stale.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
- name: Mark stale unassigned issues and pull requests (primary)
3333
id: stale-primary
3434
continue-on-error: true
35-
uses: actions/stale@v10
35+
uses: actions/stale@v10.2.0
3636
with:
3737
repo-token: ${{ steps.app-token.outputs.token || steps.app-token-fallback.outputs.token }}
3838
days-before-issue-stale: 7
@@ -65,7 +65,7 @@ jobs:
6565
- name: Mark stale assigned issues (primary)
6666
id: assigned-issue-stale-primary
6767
continue-on-error: true
68-
uses: actions/stale@v10
68+
uses: actions/stale@v10.2.0
6969
with:
7070
repo-token: ${{ steps.app-token.outputs.token || steps.app-token-fallback.outputs.token }}
7171
days-before-issue-stale: 30
@@ -89,7 +89,7 @@ jobs:
8989
- name: Mark stale assigned pull requests (primary)
9090
id: assigned-stale-primary
9191
continue-on-error: true
92-
uses: actions/stale@v10
92+
uses: actions/stale@v10.2.0
9393
with:
9494
repo-token: ${{ steps.app-token.outputs.token || steps.app-token-fallback.outputs.token }}
9595
days-before-issue-stale: -1
@@ -136,7 +136,7 @@ jobs:
136136
}
137137
- name: Mark stale unassigned issues and pull requests (fallback)
138138
if: (steps.stale-primary.outcome == 'failure' || steps.stale-state.outputs.has_state == 'true') && steps.app-token-fallback.outputs.token != ''
139-
uses: actions/stale@v10
139+
uses: actions/stale@v10.2.0
140140
with:
141141
repo-token: ${{ steps.app-token-fallback.outputs.token }}
142142
days-before-issue-stale: 7
@@ -168,7 +168,7 @@ jobs:
168168
That channel is the escape hatch for high-quality PRs that get auto-closed.
169169
- name: Mark stale assigned issues (fallback)
170170
if: (steps.assigned-issue-stale-primary.outcome == 'failure' || steps.stale-state.outputs.has_state == 'true') && steps.app-token-fallback.outputs.token != ''
171-
uses: actions/stale@v10
171+
uses: actions/stale@v10.2.0
172172
with:
173173
repo-token: ${{ steps.app-token-fallback.outputs.token }}
174174
days-before-issue-stale: 30
@@ -191,7 +191,7 @@ jobs:
191191
close-issue-reason: not_planned
192192
- name: Mark stale assigned pull requests (fallback)
193193
if: (steps.assigned-stale-primary.outcome == 'failure' || steps.stale-state.outputs.has_state == 'true') && steps.app-token-fallback.outputs.token != ''
194-
uses: actions/stale@v10
194+
uses: actions/stale@v10.2.0
195195
with:
196196
repo-token: ${{ steps.app-token-fallback.outputs.token }}
197197
days-before-issue-stale: -1

0 commit comments

Comments
 (0)