chore(deps): update actions/setup-python action to v7 - #22
Conversation
|
adb9e28 to
b280ee6
Compare
|
PR author is in the excluded authors list. |
| with: | ||
| persist-credentials: false | ||
| - uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6.0 | ||
| - uses: actions/setup-python@5fda3b95a4ea91299a34e894583c3862153e4b97 # v7.0.0 |
There was a problem hiding this comment.
🔍 Action pin bumped across a major version jump for the reusable workflow
.github/workflows/_checks.yml:57 jumps from v5.6.0 straight to v7.0.0, while .github/workflows/python-lint.yml:26 came from v6.2.0. Both now share the same pinned SHA, so drift is resolved. The steps only use python-version: "3.12" (no cache, no outputs consumed), so the major-version input/output changes in v7 are unlikely to affect these jobs. Note that _checks.yml is a reusable gate documented as mirroring wave-foundation's checks.yml (see the header comment at .github/workflows/_checks.yml:3-6); if the upstream copy in wave-foundation is not bumped in parallel, the two copies drift, which that comment explicitly warns against.
Was this helpful? React with 👍 or 👎 to provide feedback.
ApprovabilityVerdict: Not approved Macroscope's review found this PR not approvable — This is a narrowly scoped SHA update to the Python setup action across test, lint, smoke-install, and release workflows, with no changes to SDK runtime behavior, permissions, triggers, or publishing targets. All touched workflow files are owned by the core team, and an unresolved comment flags possible drift between a local reusable gate and its documented upstream counterpart. Not approved because:
Review your spending limits in Billing settings. You can add or adjust custom eligibility rules. Learn more. |
b280ee6 to
6f92a10
Compare
|
Your free trial PR review limit of 300 PRs has been reached. Please upgrade your plan to continue using CodeAnt AI. |
6f92a10 to
929a011
Compare
|
Your free trial PR review limit of 300 PRs has been reached. Please upgrade your plan to continue using CodeAnt AI. |
929a011 to
a6f9c68
Compare
|
Your free trial PR review limit of 300 PRs has been reached. Please upgrade your plan to continue using CodeAnt AI. |
a6f9c68 to
743c8c8
Compare
|
Your free trial PR review limit of 300 PRs has been reached. Please upgrade your plan to continue using CodeAnt AI. |


This PR contains the following updates:
v6.2.0→v7.0.0v5.6.0→v7.0.0Release Notes
actions/setup-python (actions/setup-python)
v7.0.0Compare Source
v6.3.0Compare Source
What's Changed
Enhancement
Dependency update
Documentation
New Contributors
Full Changelog: actions/setup-python@v6...v6.3.0
Configuration
📅 Schedule: (UTC)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about these updates again.
This PR was generated by Mend Renovate. View the repository job log.