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.12.0 to 1.13.0.
- [Release notes](https://github.com/docker/github-builder/releases)
- [Commits](https://github.com/docker/github-builder/compare/5f637c833aa76bc99372a1dc9a6f8bcd8056fb85...c4a1b216d96a8c85b45a9974b37857828274c808)

---
updated-dependencies:
- dependency-name: docker/github-builder/.github/workflows/bake.yml
  dependency-version: 1.13.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-07-10 18:38:40 +00:00
committed by GitHub
parent 1f2cef18b8
commit d147db5318
+2 -2
View File
@@ -299,7 +299,7 @@ jobs:
sarif_file: ${{ env.DESTDIR }}/govulncheck.out sarif_file: ${{ env.DESTDIR }}/govulncheck.out
binaries: binaries:
uses: docker/github-builder/.github/workflows/bake.yml@5f637c833aa76bc99372a1dc9a6f8bcd8056fb85 # v1.12.0 uses: docker/github-builder/.github/workflows/bake.yml@c4a1b216d96a8c85b45a9974b37857828274c808 # v1.13.0
permissions: permissions:
contents: read # same as global permission contents: read # same as global permission
id-token: write # for signing attestation(s) with GitHub OIDC Token id-token: write # for signing attestation(s) with GitHub OIDC Token
@@ -380,7 +380,7 @@ jobs:
bin-image: bin-image:
if: ${{ github.repository == 'docker/buildx' }} if: ${{ github.repository == 'docker/buildx' }}
uses: docker/github-builder/.github/workflows/bake.yml@5f637c833aa76bc99372a1dc9a6f8bcd8056fb85 # v1.12.0 uses: docker/github-builder/.github/workflows/bake.yml@c4a1b216d96a8c85b45a9974b37857828274c808 # v1.13.0
needs: needs:
- bin-image-prepare - bin-image-prepare
- test-integration - test-integration