ci: pin semantic-release workflow actions to commit SHAs - #51
Merged
Conversation
Org policy now enforces full-length SHA pinning for all actions. Pin the six remaining tag-based refs in the release workflow so it can run: create-github-app-token, checkout, setup-python, ghaction-import-gpg, git-cliff-action, and gh-action-pypi-publish (version retained in trailing comments).
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.
The org now enforces full-length SHA pinning for GitHub Actions. The Semantic Release workflow still referenced six actions by tag, so it fails immediately ("all actions must be pinned to a full-length commit SHA") and no release can run.
Pins the six remaining refs in
semantic-release.ymlto commit SHAs (version kept in trailing# vNcomments), matching the convention already used across the other workflows:actions/create-github-app-token@…d72941d# v1actions/checkout@…34e1148# v4 (×2)actions/setup-python@…a26af69# v5crazy-max/ghaction-import-gpg@…e89d409# v6orhun/git-cliff-action@…f50e115# v4pypa/gh-action-pypi-publish@…cef2210# release/v1Once merged, the push to
mainwill trigger Semantic Release, which will cut v0.4.0 (minor — backlog since v0.3.6 includesfeat(prompts)#45).