Skip to content

Commit cf3062e

Browse files
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](docker/github-builder@2497a7d...7d2a024) --- 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] <[email protected]>
1 parent 2eda906 commit cf3062e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ftl-build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
run: echo "Exposing env vars for reusable workflow"
4848

4949
build-and-test:
50-
uses: docker/github-builder/.github/workflows/build.yml@2497a7d1e7d8683af4949c9d6d62012bc16ed59c #v1.5.0
50+
uses: docker/github-builder/.github/workflows/build.yml@7d2a02426d4b989616ba5aaee4e879afd4134b0d #v1.6.0
5151
needs:
5252
- smoke-tests
5353
permissions:
@@ -70,7 +70,7 @@ jobs:
7070
build-and-push:
7171
if: needs.smoke-tests.outputs.DO_DEPLOY == 'true'
7272
needs: [smoke-tests, build-and-test]
73-
uses: docker/github-builder/.github/workflows/build.yml@2497a7d1e7d8683af4949c9d6d62012bc16ed59c #v1.5.0
73+
uses: docker/github-builder/.github/workflows/build.yml@7d2a02426d4b989616ba5aaee4e879afd4134b0d #v1.6.0
7474
permissions:
7575
contents: read # same as global permissions
7676
id-token: write # for signing attestation(s) with GitHub OIDC Token

0 commit comments

Comments
 (0)