From cf3062e5c9958f677b77dd454f6e7a6d6eb452b1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 18 Apr 2026 10:02:37 +0000 Subject: [PATCH] Bump docker/github-builder/.github/workflows/build.yml Bumps the github_action-dependencies group with 1 update in the / directory: [docker/github-builder/.github/workflows/build.yml](https://github.com/docker/github-builder). Updates `docker/github-builder/.github/workflows/build.yml` from 1.5.0 to 1.6.0 - [Release notes](https://github.com/docker/github-builder/releases) - [Commits](https://github.com/docker/github-builder/compare/2497a7d1e7d8683af4949c9d6d62012bc16ed59c...7d2a02426d4b989616ba5aaee4e879afd4134b0d) --- updated-dependencies: - dependency-name: docker/github-builder/.github/workflows/build.yml dependency-version: 1.6.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github_action-dependencies ... Signed-off-by: dependabot[bot] --- .github/workflows/ftl-build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ftl-build.yml b/.github/workflows/ftl-build.yml index 23a76cf..c821478 100644 --- a/.github/workflows/ftl-build.yml +++ b/.github/workflows/ftl-build.yml @@ -47,7 +47,7 @@ jobs: run: echo "Exposing env vars for reusable workflow" build-and-test: - uses: docker/github-builder/.github/workflows/build.yml@2497a7d1e7d8683af4949c9d6d62012bc16ed59c #v1.5.0 + uses: docker/github-builder/.github/workflows/build.yml@7d2a02426d4b989616ba5aaee4e879afd4134b0d #v1.6.0 needs: - smoke-tests permissions: @@ -70,7 +70,7 @@ jobs: build-and-push: if: needs.smoke-tests.outputs.DO_DEPLOY == 'true' needs: [smoke-tests, build-and-test] - uses: docker/github-builder/.github/workflows/build.yml@2497a7d1e7d8683af4949c9d6d62012bc16ed59c #v1.5.0 + uses: docker/github-builder/.github/workflows/build.yml@7d2a02426d4b989616ba5aaee4e879afd4134b0d #v1.6.0 permissions: contents: read # same as global permissions id-token: write # for signing attestation(s) with GitHub OIDC Token