From bcb95756bfb3fe8e46863c678ae12727a608d61b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 13 May 2026 01:24:29 +0000 Subject: [PATCH] build(deps): bump the actions group across 1 directory with 3 updates Bumps the actions group with 3 updates in the / directory: [actions/create-github-app-token](https://github.com/actions/create-github-app-token), [useblacksmith/setup-docker-builder](https://github.com/useblacksmith/setup-docker-builder) and [useblacksmith/build-push-action](https://github.com/useblacksmith/build-push-action). Updates `actions/create-github-app-token` from 3 to 3.1.1 - [Release notes](https://github.com/actions/create-github-app-token/releases) - [Changelog](https://github.com/actions/create-github-app-token/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/create-github-app-token/compare/v3...v3.1.1) Updates `useblacksmith/setup-docker-builder` from 1.7.0 to 1.8.0 - [Release notes](https://github.com/useblacksmith/setup-docker-builder/releases) - [Commits](https://github.com/useblacksmith/setup-docker-builder/compare/ac083cc84672d01c60d5e8561d0a939b697de542...722e97d12b1d06a961800dd6c05d79d951ad3c80) Updates `useblacksmith/build-push-action` from 2.1.0 to 2.2.0 - [Release notes](https://github.com/useblacksmith/build-push-action/releases) - [Commits](https://github.com/useblacksmith/build-push-action/compare/cbd1f60d194a98cb3be5523b15134501eaf0fbf3...fb9e3e6a9299c78462bfadd0d93352c316adc9b8) --- updated-dependencies: - dependency-name: actions/create-github-app-token dependency-version: 3.1.1 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] --- .github/workflows/auto-response.yml | 4 ++-- .github/workflows/install-smoke.yml | 14 +++++++------- .github/workflows/labeler.yml | 12 ++++++------ .github/workflows/npm-telegram-beta-e2e.yml | 4 ++-- .../openclaw-live-and-e2e-checks-reusable.yml | 6 +++--- .github/workflows/stale.yml | 6 +++--- 6 files changed, 23 insertions(+), 23 deletions(-) diff --git a/.github/workflows/auto-response.yml b/.github/workflows/auto-response.yml index f079f8d7..0d310396 100644 --- a/.github/workflows/auto-response.yml +++ b/.github/workflows/auto-response.yml @@ -29,13 +29,13 @@ jobs: with: ref: ${{ github.sha }} persist-credentials: false - - uses: actions/create-github-app-token@v3 + - uses: actions/create-github-app-token@v3.1.1 id: app-token continue-on-error: true with: app-id: "2729701" private-key: ${{ secrets.GH_APP_PRIVATE_KEY }} - - uses: actions/create-github-app-token@v3 + - uses: actions/create-github-app-token@v3.1.1 id: app-token-fallback if: steps.app-token.outcome == 'failure' with: diff --git a/.github/workflows/install-smoke.yml b/.github/workflows/install-smoke.yml index 14d9e620..b3ca56fb 100644 --- a/.github/workflows/install-smoke.yml +++ b/.github/workflows/install-smoke.yml @@ -103,12 +103,12 @@ jobs: ref: ${{ inputs.ref || github.ref }} - name: Set up Blacksmith Docker Builder - uses: useblacksmith/setup-docker-builder@ac083cc84672d01c60d5e8561d0a939b697de542 # v1 + uses: useblacksmith/setup-docker-builder@722e97d12b1d06a961800dd6c05d79d951ad3c80 # v1 # Blacksmith's builder owns the Docker layer cache; keep smoke builds off # explicit gha cache directives so local tags still load cleanly. - name: Build root Dockerfile smoke image - uses: useblacksmith/build-push-action@cbd1f60d194a98cb3be5523b15134501eaf0fbf3 # v2 + uses: useblacksmith/build-push-action@fb9e3e6a9299c78462bfadd0d93352c316adc9b8 # v2 with: context: . file: ./Dockerfile @@ -210,7 +210,7 @@ jobs: ref: ${{ inputs.ref || github.ref }} - name: Set up Blacksmith Docker Builder - uses: useblacksmith/setup-docker-builder@ac083cc84672d01c60d5e8561d0a939b697de542 # v1 + uses: useblacksmith/setup-docker-builder@722e97d12b1d06a961800dd6c05d79d951ad3c80 # v1 # Blacksmith's builder owns the Docker layer cache; keep smoke builds off # explicit gha cache directives so local tags still load cleanly. @@ -222,7 +222,7 @@ jobs: # Build once with the matrix extension and tag both smoke names. This # keeps the build-arg coverage without a second Blacksmith build action. - name: Build root Dockerfile smoke image - uses: useblacksmith/build-push-action@cbd1f60d194a98cb3be5523b15134501eaf0fbf3 # v2 + uses: useblacksmith/build-push-action@fb9e3e6a9299c78462bfadd0d93352c316adc9b8 # v2 with: context: . file: ./Dockerfile @@ -297,7 +297,7 @@ jobs: ' - name: Build installer smoke image - uses: useblacksmith/build-push-action@cbd1f60d194a98cb3be5523b15134501eaf0fbf3 # v2 + uses: useblacksmith/build-push-action@fb9e3e6a9299c78462bfadd0d93352c316adc9b8 # v2 with: context: ./scripts/docker file: ./scripts/docker/install-sh-smoke/Dockerfile @@ -307,7 +307,7 @@ jobs: provenance: false - name: Build installer non-root image - uses: useblacksmith/build-push-action@cbd1f60d194a98cb3be5523b15134501eaf0fbf3 # v2 + uses: useblacksmith/build-push-action@fb9e3e6a9299c78462bfadd0d93352c316adc9b8 # v2 with: context: ./scripts/docker file: ./scripts/docker/install-sh-nonroot/Dockerfile @@ -360,7 +360,7 @@ jobs: ref: ${{ inputs.ref || github.ref }} - name: Set up Blacksmith Docker Builder - uses: useblacksmith/setup-docker-builder@ac083cc84672d01c60d5e8561d0a939b697de542 # v1 + uses: useblacksmith/setup-docker-builder@722e97d12b1d06a961800dd6c05d79d951ad3c80 # v1 - name: Setup Node environment for package smoke uses: ./.github/actions/setup-node-env diff --git a/.github/workflows/labeler.yml b/.github/workflows/labeler.yml index 5345468c..dd2616d6 100644 --- a/.github/workflows/labeler.yml +++ b/.github/workflows/labeler.yml @@ -32,13 +32,13 @@ jobs: pull-requests: write runs-on: ubuntu-24.04 steps: - - uses: actions/create-github-app-token@v3 + - uses: actions/create-github-app-token@v3.1.1 id: app-token continue-on-error: true with: app-id: "2729701" private-key: ${{ secrets.GH_APP_PRIVATE_KEY }} - - uses: actions/create-github-app-token@v3 + - uses: actions/create-github-app-token@v3.1.1 id: app-token-fallback if: steps.app-token.outcome == 'failure' with: @@ -441,13 +441,13 @@ jobs: pull-requests: write runs-on: ubuntu-24.04 steps: - - uses: actions/create-github-app-token@v3 + - uses: actions/create-github-app-token@v3.1.1 id: app-token continue-on-error: true with: app-id: "2729701" private-key: ${{ secrets.GH_APP_PRIVATE_KEY }} - - uses: actions/create-github-app-token@v3 + - uses: actions/create-github-app-token@v3.1.1 id: app-token-fallback if: steps.app-token.outcome == 'failure' with: @@ -739,13 +739,13 @@ jobs: issues: write runs-on: ubuntu-24.04 steps: - - uses: actions/create-github-app-token@v3 + - uses: actions/create-github-app-token@v3.1.1 id: app-token continue-on-error: true with: app-id: "2729701" private-key: ${{ secrets.GH_APP_PRIVATE_KEY }} - - uses: actions/create-github-app-token@v3 + - uses: actions/create-github-app-token@v3.1.1 id: app-token-fallback if: steps.app-token.outcome == 'failure' with: diff --git a/.github/workflows/npm-telegram-beta-e2e.yml b/.github/workflows/npm-telegram-beta-e2e.yml index 2dd18804..faf8fc8b 100644 --- a/.github/workflows/npm-telegram-beta-e2e.yml +++ b/.github/workflows/npm-telegram-beta-e2e.yml @@ -105,12 +105,12 @@ jobs: fetch-depth: 1 - name: Set up Blacksmith Docker Builder - uses: useblacksmith/setup-docker-builder@ac083cc84672d01c60d5e8561d0a939b697de542 # v1 + uses: useblacksmith/setup-docker-builder@722e97d12b1d06a961800dd6c05d79d951ad3c80 # v1 with: max-cache-size-mb: 800000 - name: Build Docker E2E image - uses: useblacksmith/build-push-action@cbd1f60d194a98cb3be5523b15134501eaf0fbf3 # v2 + uses: useblacksmith/build-push-action@fb9e3e6a9299c78462bfadd0d93352c316adc9b8 # v2 with: context: . file: ./scripts/e2e/Dockerfile diff --git a/.github/workflows/openclaw-live-and-e2e-checks-reusable.yml b/.github/workflows/openclaw-live-and-e2e-checks-reusable.yml index b8fedfcc..760cd63e 100644 --- a/.github/workflows/openclaw-live-and-e2e-checks-reusable.yml +++ b/.github/workflows/openclaw-live-and-e2e-checks-reusable.yml @@ -1112,11 +1112,11 @@ jobs: - name: Setup Docker builder if: steps.image_exists.outputs.needs_build == '1' - uses: useblacksmith/setup-docker-builder@ac083cc84672d01c60d5e8561d0a939b697de542 # v1 + uses: useblacksmith/setup-docker-builder@722e97d12b1d06a961800dd6c05d79d951ad3c80 # v1 - name: Build and push bare Docker E2E image if: steps.plan.outputs.needs_bare_image == '1' && steps.image_exists.outputs.bare_exists != '1' - uses: useblacksmith/build-push-action@cbd1f60d194a98cb3be5523b15134501eaf0fbf3 # v2 + uses: useblacksmith/build-push-action@fb9e3e6a9299c78462bfadd0d93352c316adc9b8 # v2 with: context: . file: ./scripts/e2e/Dockerfile @@ -1129,7 +1129,7 @@ jobs: - name: Build and push functional Docker E2E image if: steps.plan.outputs.needs_functional_image == '1' && steps.image_exists.outputs.functional_exists != '1' - uses: useblacksmith/build-push-action@cbd1f60d194a98cb3be5523b15134501eaf0fbf3 # v2 + uses: useblacksmith/build-push-action@fb9e3e6a9299c78462bfadd0d93352c316adc9b8 # v2 with: context: . file: ./scripts/e2e/Dockerfile diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml index 237696e2..fc867615 100644 --- a/.github/workflows/stale.yml +++ b/.github/workflows/stale.yml @@ -17,13 +17,13 @@ jobs: pull-requests: write runs-on: blacksmith-16vcpu-ubuntu-2404 steps: - - uses: actions/create-github-app-token@v3 + - uses: actions/create-github-app-token@v3.1.1 id: app-token continue-on-error: true with: app-id: "2729701" private-key: ${{ secrets.GH_APP_PRIVATE_KEY }} - - uses: actions/create-github-app-token@v3 + - uses: actions/create-github-app-token@v3.1.1 id: app-token-fallback continue-on-error: true with: @@ -218,7 +218,7 @@ jobs: issues: write runs-on: blacksmith-16vcpu-ubuntu-2404 steps: - - uses: actions/create-github-app-token@v3 + - uses: actions/create-github-app-token@v3.1.1 id: app-token with: app-id: "2729701"