ci: swap attest-build-provenance for actions/attest - #934
Open
tonyandrewmeyer wants to merge 1 commit into
Open
Conversation
actions/attest-build-provenance is a thin wrapper around actions/attest as of its v4.0.0, and its release notes recommend using actions/attest directly. With no predicate inputs, actions/attest defaults to build provenance, so subject-path is the only input and the job permissions are unchanged. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_019e4ws34Es9T8rKzwu3zW93
tonyandrewmeyer
marked this pull request as ready for review
September 6, 2026 23:35
hpidcock
approved these changes
Sep 7, 2026
hpidcock
left a comment
Member
There was a problem hiding this comment.
LGTM, will land after the release has been finalised.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
actions/attest-build-provenancehas been a thin wrapper aroundactions/attestsince its v4.0.0, and its release notes recommend usingactions/attestdirectly, so this swaps the action in both places it's used: the binaries workflow and the snap one.With no predicate inputs,
actions/attestdefaults to build provenance, sosubject-pathis the only input either action needs and the job permissions are unchanged. Both were still pinned to v4.1.1; the new pin is v4.2.2, the current release.