diff --git a/.github/workflows/open-pr.yml b/.github/workflows/open-pr.yml index 2f1321f..3857469 100644 --- a/.github/workflows/open-pr.yml +++ b/.github/workflows/open-pr.yml @@ -80,7 +80,7 @@ jobs: write-comment: true github-token: ${{ secrets.GITHUB_TOKEN }} multi-arch-build: - uses: docker/github-builder/.github/workflows/build.yml@70ac3fc303efa83d2b94905e6ab78bb83cbdc2ae # v1.11.0 + uses: docker/github-builder/.github/workflows/build.yml@5f637c833aa76bc99372a1dc9a6f8bcd8056fb85 # v1.12.0 with: output: image push: false diff --git a/.github/workflows/push-tag.yml b/.github/workflows/push-tag.yml index 9a8fff8..6db54f2 100644 --- a/.github/workflows/push-tag.yml +++ b/.github/workflows/push-tag.yml @@ -7,7 +7,7 @@ permissions: contents: read # to fetch the repository content jobs: build-push: - uses: docker/github-builder/.github/workflows/build.yml@70ac3fc303efa83d2b94905e6ab78bb83cbdc2ae # v1.11.0 + uses: docker/github-builder/.github/workflows/build.yml@5f637c833aa76bc99372a1dc9a6f8bcd8056fb85 # v1.12.0 permissions: id-token: write # to sign attestation(s) with GitHub OIDC Token packages: write # to push container image to ghcr