build(deps): bump docker/github-builder/.github/workflows/bake.yml

Bumps [docker/github-builder/.github/workflows/bake.yml](https://github.com/docker/github-builder) from 1.9.0 to 1.10.0.
- [Release notes](https://github.com/docker/github-builder/releases)
- [Commits](https://github.com/docker/github-builder/compare/073833262a23a17675c95c4541ab063b7646756b...17bd7d64200cae4ba58ffc099934e8012ae320f2)

---
updated-dependencies:
- dependency-name: docker/github-builder/.github/workflows/bake.yml
  dependency-version: 1.10.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2026-06-03 03:22:27 +00:00
committed by GitHub
parent c1b0f3d0f5
commit d90558d476
+2 -2
View File
@@ -278,7 +278,7 @@ jobs:
sarif_file: ${{ env.DESTDIR }}/govulncheck.out
binaries:
uses: docker/github-builder/.github/workflows/bake.yml@073833262a23a17675c95c4541ab063b7646756b # v1.9.0
uses: docker/github-builder/.github/workflows/bake.yml@17bd7d64200cae4ba58ffc099934e8012ae320f2 # v1.10.0
permissions:
contents: read # same as global permission
id-token: write # for signing attestation(s) with GitHub OIDC Token
@@ -359,7 +359,7 @@ jobs:
bin-image:
if: ${{ github.repository == 'docker/buildx' }}
uses: docker/github-builder/.github/workflows/bake.yml@073833262a23a17675c95c4541ab063b7646756b # v1.9.0
uses: docker/github-builder/.github/workflows/bake.yml@17bd7d64200cae4ba58ffc099934e8012ae320f2 # v1.10.0
needs:
- bin-image-prepare
- test-integration