Skip to content

chore(deps): bump actions/setup-python from 6.3.0 to 7.0.0 - #673

Merged
openshift-merge-bot[bot] merged 1 commit into
openshift-eng:mainfrom
cblecker:chore/bump-setup-python-v7
Aug 5, 2026
Merged

openshift-merge-bot[bot] merged 1 commit into
openshift-eng:mainfrom
cblecker:chore/bump-setup-python-v7

Conversation

@cblecker

@cblecker cblecker commented Aug 4, 2026 •

Copy link
Copy Markdown
Collaborator

Summary

  • Bumps actions/setup-python from v6.3.0 to v7.0.0
  • Replaces the removed pip-install input with an explicit pip install step in both workflows

v7.0.0 removed the pip-install input, which broke the Dependabot PR #638. This PR applies the same version bump with the breaking change fixed.

Supersedes #638.

Test plan

Summary by CodeRabbit

  • Chores
    • Updated the automated testing and documentation workflows to use the latest Python setup action.
    • Improved development dependency installation steps for more consistent workflow execution.

v7.0.0 removed the pip-install input, so replace it with an explicit
pip install step in both workflows.

Supersedes: openshift-eng#638

Assisted-by: Claude:claude-opus-4-6
@openshift-ci
openshift-ci Bot requested review from mrunalp and zaneb August 4, 2026 18:56
@openshift-ci openshift-ci Bot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label Aug 4, 2026
@coderabbitai

coderabbitai Bot commented Aug 4, 2026 •

Copy link
Copy Markdown
Contributor

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Path: .coderabbit.yaml

Review profile: CHILL

Plan: Enterprise

Run ID: 0a9c89ac-ddc4-474e-b3c9-2d25a7854c16

📥 Commits

Reviewing files that changed from the base of the PR and between 9ddad0b and 0158306.

📒 Files selected for processing (2)
  • .github/workflows/test.yml
  • .github/workflows/update-docs.yml

Walkthrough

Both GitHub Actions workflows upgrade actions/setup-python to v7.0.0 and replace the action’s pip-install configuration with explicit installation from requirements-dev.txt.

Changes

CI Python workflows

Layer / File(s) Summary
Workflow Python setup and dependencies
.github/workflows/test.yml, .github/workflows/update-docs.yml
Both workflows upgrade actions/setup-python to v7.0.0 and install development dependencies in a separate step using pip install -r requirements-dev.txt. .python-version remains the Python version source in the test workflow.

Estimated code review effort: 2 (Simple) | ~5 minutes

Suggested labels: area/dependency, ok-to-test

Suggested reviewers: not-stbenjam, stbenjam


Important

Pre-merge checks failed

Please resolve all errors before merging. Addressing warnings is optional.

❌ Failed checks (1 error)

Check name Status Explanation Resolution
Git Push Safety Rules ❌ Error The repository contains automated push workflows: update-docs creates a PR with write credentials, and tag-plugin-versions runs git push "$remote" --tags without user confirmation. Require explicit approval before any automated push, or remove push-capable workflow steps and use read-only permissions.
✅ Passed checks (9 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title clearly identifies the primary change: upgrading actions/setup-python from 6.3.0 to 7.0.0.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.
No Real People Names In Style References ✅ Passed The PR changes only two workflow files; added lines contain no person names or style-reference text, and no plugin commands, skills, examples, or documentation changed.
No Assumed Git Remote Names ✅ Passed The PR changes only two workflow files; the parent-to-HEAD diff contains no git remote commands or hardcoded origin/upstream names.
No Untrusted Mcp Servers ✅ Passed The commit only updates pinned actions/setup-python and adds pip installation of existing requirements-dev.txt; no MCP server or untrusted MCP source is introduced.
Ai-Helpers Overlap Detection ✅ Passed The PR changes only .github/workflows/test.yml and update-docs.yml; no plugins//commands, plugins//skills, or agents files are modified, so overlap checks do not apply.
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests

Comment @coderabbitai help to get the list of available commands.

@stbenjam

stbenjam commented Aug 5, 2026

Copy link
Copy Markdown
Member

/lgtm

@openshift-ci openshift-ci Bot added the lgtm Indicates that a PR is ready to be merged. label Aug 5, 2026
@openshift-ci

openshift-ci Bot commented Aug 5, 2026

Copy link
Copy Markdown
Contributor

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: cblecker, stbenjam

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Details Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@openshift-merge-bot
openshift-merge-bot Bot merged commit 9670373 into openshift-eng:main Aug 5, 2026
6 checks passed
@cblecker
cblecker deleted the chore/bump-setup-python-v7 branch August 5, 2026 15:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

approved Indicates a PR has been approved by an approver from all required OWNERS files. lgtm Indicates that a PR is ready to be merged.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants