Skip to content

Commit a7dabd3

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.9.0 to 1.10.0 - [Release notes](https://github.com/docker/github-builder/releases) - [Commits](docker/github-builder@0738332...17bd7d6) --- updated-dependencies: - dependency-name: docker/github-builder/.github/workflows/build.yml dependency-version: 1.10.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github_action-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent fde9dd7 commit a7dabd3

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@073833262a23a17675c95c4541ab063b7646756b #v1.9.0
50+
uses: docker/github-builder/.github/workflows/build.yml@17bd7d64200cae4ba58ffc099934e8012ae320f2 #v1.10.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@073833262a23a17675c95c4541ab063b7646756b #v1.9.0
73+
uses: docker/github-builder/.github/workflows/build.yml@17bd7d64200cae4ba58ffc099934e8012ae320f2 #v1.10.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)