Pin actions/checkout to major version instead of digest#239
Merged
xylo04 merged 2 commits intorenovate/actions-checkout-digestfrom Feb 6, 2026
Merged
Pin actions/checkout to major version instead of digest#239xylo04 merged 2 commits intorenovate/actions-checkout-digestfrom
xylo04 merged 2 commits intorenovate/actions-checkout-digestfrom
Conversation
1 task
Co-authored-by: xylo04 <389971+xylo04@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Update actions/checkout digest to de0fac2
Pin actions/checkout to major version instead of digest
Feb 4, 2026
xylo04
approved these changes
Feb 6, 2026
xylo04
added a commit
that referenced
this pull request
Feb 6, 2026
* Update actions/checkout digest to de0fac2 * Pin actions/checkout to major version instead of digest (#239) * Initial plan * Pin actions/checkout to major version v6 instead of digest Co-authored-by: xylo04 <389971+xylo04@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: xylo04 <389971+xylo04@users.noreply.github.com> --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Copilot <198982749+Copilot@users.noreply.github.com> Co-authored-by: xylo04 <389971+xylo04@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.
Changed
actions/checkoutfrom digest pinning (@de0fac2e4500dabe0009e67214ff5f5447ce83dd) to major version pinning (@v6) in workflow files per maintainer request.Changes:
.github/workflows/deploy.yml: Both checkout steps now use@v6.github/workflows/test.ymlwas already using major version pinningTrade-off: Major version tags are mutable and provide weaker immutability guarantees than digest pinning. This change prioritizes convenience and automatic patch updates within v6.
✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.