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