From 2f5fc7be4ed9303b95db56b18d38a6f825ae66bc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jun 2026 22:04:03 +0000 Subject: [PATCH] build(deps): bump depot/build-push-action from 1.17.0 to 1.18.0 (#6488) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bumps [depot/build-push-action](https://github.com/depot/build-push-action) from 1.17.0 to 1.18.0.
Release notes

Sourced from depot/build-push-action's releases.

v1.18.0

What's Changed

Commits

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=depot/build-push-action&package-manager=github_actions&previous-version=1.17.0&new-version=1.18.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) ---
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Anthony Stirling <77850077+Frooodle@users.noreply.github.com> --- .github/workflows/PR-Auto-Deploy-V2.yml | 2 +- .github/workflows/PR-Demo-Comment-with-react.yml | 4 ++-- .github/workflows/deploy-on-v2-commit.yml | 4 ++-- .github/workflows/test-build-docker.yml | 4 ++-- .github/workflows/testdriver.yml | 2 +- 5 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/PR-Auto-Deploy-V2.yml b/.github/workflows/PR-Auto-Deploy-V2.yml index aca0c4f83..b6ab8d34c 100644 --- a/.github/workflows/PR-Auto-Deploy-V2.yml +++ b/.github/workflows/PR-Auto-Deploy-V2.yml @@ -239,7 +239,7 @@ jobs: - name: Build and push V2 image (Depot) if: env.USE_DEPOT == 'true' && steps.check-image.outputs.exists == 'false' - uses: depot/build-push-action@5f3b3c2e5a00f0093de47f657aeaefcedff27d18 # v1.16.0 + uses: depot/build-push-action@98e78adca7817480b8185f474a400b451d74e287 # v1.16.0 with: project: ${{ vars.DEPOT_PROJECT_ID }} context: . diff --git a/.github/workflows/PR-Demo-Comment-with-react.yml b/.github/workflows/PR-Demo-Comment-with-react.yml index 519ad8975..23f2320c5 100644 --- a/.github/workflows/PR-Demo-Comment-with-react.yml +++ b/.github/workflows/PR-Demo-Comment-with-react.yml @@ -256,7 +256,7 @@ jobs: - name: Build and push PR-specific image (Depot) if: env.USE_DEPOT == 'true' - uses: depot/build-push-action@5f3b3c2e5a00f0093de47f657aeaefcedff27d18 # v1.16.0 + uses: depot/build-push-action@98e78adca7817480b8185f474a400b451d74e287 # v1.16.0 with: project: ${{ vars.DEPOT_PROJECT_ID }} context: . @@ -285,7 +285,7 @@ jobs: - name: Build and push engine image (Depot) if: env.USE_DEPOT == 'true' && needs.check-comment.outputs.enable_prototypes == 'true' - uses: depot/build-push-action@5f3b3c2e5a00f0093de47f657aeaefcedff27d18 # v1.16.0 + uses: depot/build-push-action@98e78adca7817480b8185f474a400b451d74e287 # v1.16.0 with: project: ${{ vars.DEPOT_PROJECT_ID }} context: ./engine diff --git a/.github/workflows/deploy-on-v2-commit.yml b/.github/workflows/deploy-on-v2-commit.yml index f94ded653..850dcb12e 100644 --- a/.github/workflows/deploy-on-v2-commit.yml +++ b/.github/workflows/deploy-on-v2-commit.yml @@ -107,7 +107,7 @@ jobs: - name: Build and push frontend image (Depot) if: env.USE_DEPOT == 'true' && steps.check-frontend.outputs.exists == 'false' - uses: depot/build-push-action@5f3b3c2e5a00f0093de47f657aeaefcedff27d18 # v1.16.0 + uses: depot/build-push-action@98e78adca7817480b8185f474a400b451d74e287 # v1.16.0 with: project: ${{ vars.DEPOT_PROJECT_ID }} context: . @@ -136,7 +136,7 @@ jobs: - name: Build and push backend image (Depot) if: env.USE_DEPOT == 'true' && steps.check-backend.outputs.exists == 'false' - uses: depot/build-push-action@5f3b3c2e5a00f0093de47f657aeaefcedff27d18 # v1.16.0 + uses: depot/build-push-action@98e78adca7817480b8185f474a400b451d74e287 # v1.16.0 with: project: ${{ vars.DEPOT_PROJECT_ID }} context: . diff --git a/.github/workflows/test-build-docker.yml b/.github/workflows/test-build-docker.yml index f020e5a0e..637318ace 100644 --- a/.github/workflows/test-build-docker.yml +++ b/.github/workflows/test-build-docker.yml @@ -157,7 +157,7 @@ jobs: - name: Build ${{ matrix.docker-rev }} (Depot) if: env.USE_DEPOT == 'true' - uses: depot/build-push-action@5f3b3c2e5a00f0093de47f657aeaefcedff27d18 # v1.16.0 + uses: depot/build-push-action@98e78adca7817480b8185f474a400b451d74e287 # v1.16.0 with: project: ${{ vars.DEPOT_PROJECT_ID }} context: . @@ -230,7 +230,7 @@ jobs: - name: Build docker/unoserver/Dockerfile (Depot) if: env.USE_DEPOT == 'true' - uses: depot/build-push-action@5f3b3c2e5a00f0093de47f657aeaefcedff27d18 # v1.16.0 + uses: depot/build-push-action@98e78adca7817480b8185f474a400b451d74e287 # v1.16.0 with: project: ${{ vars.DEPOT_PROJECT_ID }} context: . diff --git a/.github/workflows/testdriver.yml b/.github/workflows/testdriver.yml index 7d5036964..05fce0199 100644 --- a/.github/workflows/testdriver.yml +++ b/.github/workflows/testdriver.yml @@ -83,7 +83,7 @@ jobs: - name: Build and push test image (Depot) if: env.USE_DEPOT == 'true' - uses: depot/build-push-action@5f3b3c2e5a00f0093de47f657aeaefcedff27d18 # v1.16.0 + uses: depot/build-push-action@98e78adca7817480b8185f474a400b451d74e287 # v1.16.0 with: project: ${{ vars.DEPOT_PROJECT_ID }} context: .