Pin Alpine checkout path to immutable checkout@v4 SHA in verify_install workflow#799
Merged
tammy-baylis-swi merged 3 commits intoJun 29, 2026
Conversation
Copilot
AI
changed the title
[WIP] Fix checkout pinning for Alpine hostname
Pin Alpine checkout path to immutable checkout@v4 SHA in verify_install workflow
Jun 29, 2026
tammy-baylis-swi
approved these changes
Jun 29, 2026
Contributor
|
This corresponds with to @copilot Change to v4.3.1 via |
Contributor
Author
Updated in commit |
8507cb9
into
copilot/codeql-fixes-june2026
49 checks passed
tammy-baylis-swi
pushed a commit
that referenced
this pull request
Jun 29, 2026
…permissions (#795) * Pin GitHub Actions to commit SHAs in workflows * Add explicit workflow permissions and fix pull_request trigger keys * Pin Alpine checkout path to immutable checkout@v4 SHA in verify_install workflow (#799) * Initial plan * Pin Alpine checkout path to checkout v4 SHA * Update Alpine checkout pin to requested SHA --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
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 review feedback called out that Alpine-specific checkout handling should be explicitly pinned to a valid
actions/checkout@v4commit SHA. This updates only that Alpine path inverify_installto match the requested pinning behavior.Workflow change
.github/workflows/verify_install.yamlfor the Alpine< 3.17conditional checkout step.08eba0b27e820071cde6df949e0beb9ba4906955Scope