chore(deps): update actions/setup-python action to v7#115
Merged
Conversation
Contributor
Dependency Review✅ No vulnerabilities or license issues or OpenSSF Scorecard issues found.OpenSSF Scorecard
Scanned Files
|
|
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #115 +/- ##
=======================================
Coverage 72.59% 72.59%
=======================================
Files 22 22
Lines 3416 3416
=======================================
Hits 2480 2480
Misses 936 936
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
CybotTM
added a commit
that referenced
this pull request
Jul 20, 2026
…ity job (#116) ## What Continues moving this repo's CI onto the shared `netresearch/.github` reusables (the `test` and `security.yml` jobs already use them): - **`lint`** → folds the inline flake8 + mypy job into **`python-ci.yml@main`** (`run-lint` + `run-type-check`, tests off), mirroring how the `test` job already calls it. flake8 keeps both passes (blocking select + `--exit-zero` complexity); mypy stays non-blocking (`|| true`). - **`security`** → **removed.** It duplicated `security.yml`, which already runs bandit + pip-audit via the shared `python-audit.yml` reusable on push/PR/schedule. Removes this workflow's inline `checkout` + `setup-python` for both jobs (`-55 / +22`). ## Why `actions/setup-python` was pinned inline in every job, so Renovate opened a per-repo bump PR (#115 was the latest). Routing jobs through reusables maintains those pins once in `netresearch/.github`. ## Not centralized (bespoke — no reusable fits) `build` (wheel + twine), `docs` (README/YAML checks), `integration-e2e` (CLI e2e), and `shell-tests` keep their inline steps — `python-ci.yml` can't express them without misusing its lint/type/test toggles. Their `setup-python` stays inline, so Renovate will still bump those. Centralizing them would need a new generic "python-command" reusable in `netresearch/.github` — happy to author one as a follow-up if wanted. ## Independent Uses `python-ci.yml@main`, already live — no dependency on netresearch/.github#243.
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.



This PR contains the following updates:
v6.3.0→v7.0.0Release Notes
actions/setup-python (actions/setup-python)
v7.0.0Compare Source
v7Compare Source
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 this update again.
This PR was generated by Mend Renovate. View the repository job log.