Update actions/checkout from v5 to v7 in all workflows#245
Merged
Conversation
Bump the checkout action across pr-ci, releases, testing-release and hot_upgrade workflows (11 call sites). No workflow here is affected by the v6/v7 breaking changes: v6 moved persisted credentials to RUNNER_TEMP (only impacts Docker container actions using git credentials, none used here) and v7 blocks fork PR checkout for pull_request_target/workflow_run triggers (these workflows use pull_request and tag push only). Risk assessment: - Impact: CI-only dependency bump, no application code changes. - Blast radius: the four GitHub Actions workflows. - Regression risk: low. GitHub-hosted ubuntu-24.04 runners satisfy the v6+ minimum runner version, and no workflow persists git credentials or uses the affected triggers. The PR CI run on this branch exercises the new version directly. - Rollback: revert this commit.
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.
Bump the checkout action across pr-ci, releases, testing-release and hot_upgrade workflows (11 call sites). No workflow here is affected by the v6/v7 breaking changes: v6 moved persisted credentials to RUNNER_TEMP (only impacts Docker container actions using git credentials, none used here) and v7 blocks fork PR checkout for pull_request_target/workflow_run triggers (these workflows use pull_request and tag push only).
Risk assessment: