Skip to content

chore(deps): update actions/setup-python action to v7#115

Merged
github-actions[bot] merged 1 commit into
mainfrom
renovate/actions-setup-python-7.x
Jul 20, 2026
Merged

chore(deps): update actions/setup-python action to v7#115
github-actions[bot] merged 1 commit into
mainfrom
renovate/actions-setup-python-7.x

Conversation

@renovate

@renovate renovate Bot commented Jul 20, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Type Update Change
actions/setup-python action major v6.3.0v7.0.0

Release Notes

actions/setup-python (actions/setup-python)

v7.0.0

Compare Source

v7

Compare Source


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 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.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@github-actions

Copy link
Copy Markdown
Contributor

Dependency Review

✅ No vulnerabilities or license issues or OpenSSF Scorecard issues found.

OpenSSF Scorecard

PackageVersionScoreDetails
actions/actions/setup-python 5fda3b95a4ea91299a34e894583c3862153e4b97 🟢 6
Details
CheckScoreReason
Code-Review🟢 10all changesets reviewed
Maintained🟢 911 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 9
Binary-Artifacts🟢 10no binaries found in the repo
Dangerous-Workflow🟢 10no dangerous workflow patterns detected
CII-Best-Practices⚠️ 0no effort to earn an OpenSSF best practices badge detected
Packaging⚠️ -1packaging workflow not detected
Token-Permissions⚠️ 0detected GitHub workflow tokens with excessive permissions
Pinned-Dependencies⚠️ 0dependency not pinned by hash detected -- score normalized to 0
Fuzzing⚠️ 0project is not fuzzed
License🟢 10license file detected
Signed-Releases⚠️ -1no releases found
Security-Policy🟢 9security policy file detected
Branch-Protection⚠️ 0branch protection not enabled on development/release branches
SAST🟢 9SAST tool is not run on all commits -- score normalized to 9

Scanned Files

  • .github/workflows/release.yml

@github-actions
github-actions Bot merged commit c5e610a into main Jul 20, 2026
15 checks passed
@github-actions
github-actions Bot deleted the renovate/actions-setup-python-7.x branch July 20, 2026 05:15
@sonarqubecloud

Copy link
Copy Markdown

@codecov

codecov Bot commented Jul 20, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 72.59%. Comparing base (e3fe350) to head (cd95f11).
⚠️ Report is 3 commits behind head on main.

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           
Flag Coverage Δ
unittests 72.59% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants