Conversation
Contributor
Author
|
Test release on my fork repo: $ gh release download -R takaram/actionlint v1.7.11
$ gh attestation verify -R takaram/actionlint actionlint_1.7.11_linux_amd64.tar.gz
Loaded digest sha256:78fb9ada82ea97285ae17717a9b4739b31d35c22fccc4e1d762913a65957642a for file://actionlint_1.7.11_linux_amd64.tar.gz
Loaded 1 attestation from GitHub API
The following policy criteria will be enforced:
- Predicate type must match:................ https://slsa.dev/provenance/v1
- Source Repository Owner URI must match:... https://github.com/takaram
- Source Repository URI must match:......... https://github.com/takaram/actionlint
- Subject Alternative Name must match regex: (?i)^https://github.com/takaram/actionlint/
- OIDC Issuer must match:................... https://token.actions.githubusercontent.com
✓ Verification succeeded!
The following 1 attestation matched the policy criteria
- Attestation #1
- Build repo:..... takaram/actionlint
- Build workflow:. .github/workflows/release.yaml@refs/tags/v1.7.11
- Signer repo:.... takaram/actionlint
- Signer workflow: .github/workflows/release.yaml@refs/tags/v1.7.11 |
Owner
|
Thank you for this patch. This looks a nice improvement. |
rhysd
approved these changes
Feb 7, 2026
takaram
added a commit
to takaram/actionlint
that referenced
this pull request
Feb 9, 2026
Bug was introduced by rhysd#608
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.
This PR enables artifact attestations for new releases of actionlint, so that people can verify integrity of binaries downloaded from GitHub Releases.