From 762130135846617deca52d3cf2f30aac16163618 Mon Sep 17 00:00:00 2001 From: "Renovate [BOT]" Date: Fri, 29 Aug 2025 20:18:03 +0200 Subject: [PATCH] chore(deps): update actions/attest-build-provenance action to v3 (#30) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [actions/attest-build-provenance](https://github.com/actions/attest-build-provenance) | action | major | `v2` -> `v3` | --- ### Release Notes
actions/attest-build-provenance (actions/attest-build-provenance) ### [`v3`](https://github.com/actions/attest-build-provenance/compare/v2...v3) [Compare Source](https://github.com/actions/attest-build-provenance/compare/v2...v3)
--- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). Reviewed-on: https://git.tainton.uk/actions/gha-workflows/pulls/30 Co-authored-by: Renovate [BOT] Co-committed-by: Renovate [BOT] --- .github/workflows/build-push-attest-docker.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-push-attest-docker.yml b/.github/workflows/build-push-attest-docker.yml index 6c2d469..c58767a 100644 --- a/.github/workflows/build-push-attest-docker.yml +++ b/.github/workflows/build-push-attest-docker.yml @@ -59,7 +59,7 @@ jobs: ghcr.io/${{ github.repository }}:${{ inputs.release }} - name: Generate artifact attestation - uses: actions/attest-build-provenance@v2 + uses: actions/attest-build-provenance@v3 with: subject-name: ghcr.io/${{ github.repository }} subject-digest: ${{ steps.push.outputs.digest }}