ci: pin the Redline review to askalf/askalf main at #72 and pass redline-ref - #128
Merged
Merged
Conversation
…ine-ref The review script is now fetched at the pinned sha, which the called workflow checks is on askalf/askalf main. The uses sha and redline-ref must always match.
sprayberry-redline
approved these changes
Sep 26, 2026
sprayberry-redline
left a comment
Collaborator
There was a problem hiding this comment.
Verdict: approve. Bumps the pinned askalf/askalf redline-review.yml call from 58a8e5f to f97c635 and passes that same sha as the new redline-ref input, so the review script is fetched at the pinned commit rather than from main. The two shas in the file match, and the job's trigger, permissions, and same-repo/draft gate are unchanged.
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 moves the redline-review.yml pin to askalf/askalf main at f97c635 (askalf/askalf#72) and passes the same sha as redline-ref. The review script is now fetched at that pinned sha, which the called workflow checks is a commit on askalf/askalf main, instead of always running whatever is on main. The uses sha and redline-ref must always name the same commit.