Skip to content

Update actions/checkout from v5 to v7 in all workflows#245

Merged
thiagoesteves merged 1 commit into
mainfrom
thiagoesteves/update-checkout-action-v7
Jul 8, 2026
Merged

Update actions/checkout from v5 to v7 in all workflows#245
thiagoesteves merged 1 commit into
mainfrom
thiagoesteves/update-checkout-action-v7

Conversation

@thiagoesteves

Copy link
Copy Markdown
Owner

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.

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.
@thiagoesteves thiagoesteves self-assigned this Jul 8, 2026
@thiagoesteves thiagoesteves moved this to In Progress in DeployEx Project Jul 8, 2026
@thiagoesteves thiagoesteves merged commit d7afc99 into main Jul 8, 2026
3 checks passed
@thiagoesteves thiagoesteves deleted the thiagoesteves/update-checkout-action-v7 branch July 8, 2026 12:09
@github-project-automation github-project-automation Bot moved this from In Progress to Done in DeployEx Project Jul 8, 2026
thiagoesteves added a commit that referenced this pull request Jul 8, 2026
Add the 0.9.5 enhancement entries for the merged PRs #245 (checkout
action v7) and #246 (OTP matrix for release workflows).

Risk assessment:
- Impact: documentation only.
- Blast radius: CHANGELOG.md.
- Regression risk: none.
- Rollback: revert this commit.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

1 participant