chore(deps)(deps): Bump the "weekly-dependency-refresh" group with 1 update across multiple ecosystems - #74
dependabot[bot] wants to merge 1 commit into
Conversation
Bumps the weekly-dependency-refresh group with 1 update: [actions/setup-python](https://github.com/actions/setup-python). Updates `actions/setup-python` from 6 to 7 - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@v6...v7) --- updated-dependencies: - dependency-name: actions/setup-python dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major dependency-group: weekly-dependency-refresh ... Signed-off-by: dependabot[bot] <[email protected]>
There was a problem hiding this comment.
Security review: no high-confidence vulnerabilities found
Verdict: ✅ Pass — this PR does not introduce or expose exploitable security issues.
Scope
Single-line change in .github/workflows/lint.yml: bumps actions/setup-python from @v6 to @v7 for the python-tests job.
Threat checklist
| Area | Result |
|---|---|
| Injection (command/SQL/template/path) | Not applicable — no application or shell script changes; workflow inputs are static (python-version: '3.12'). |
| Authn/authz bypass | Not applicable — no permission or access-control changes. |
| Secrets / token leakage | Not applicable — the affected step does not reference secrets.* or write credentials to logs. |
| Deserialization / SSRF / XSS / CSRF | Not applicable — no runtime code or web surface changed. |
| Supply chain | No new risk identified — official actions/setup-python major bump; workflow does not use the v7-removed pip-install input. |
Dependency note (informational, not a finding)
actions/setup-python@v7 removes the deprecated pip-install input. This workflow only sets python-version, so the breaking change does not affect behavior here. v7 also migrates internals to ESM and upgrades bundled dependencies (e.g. @actions/cache); no known CVEs or security regressions were identified for this usage.
Confirmed vulnerabilities
None.
Uncertain concerns requiring validation
None for this diff. General CI hygiene (pinning actions to full commit SHAs instead of floating @v7 tags) is a pre-existing pattern in this repo and is outside the scope of this change.
Sent by Cursor Automation: Find vulnerabilities
|
Closing automated bot PR. |
|
This pull request was built based on a group rule. Closing it will not ignore any of these versions in future pull requests. To ignore these dependencies, configure ignore rules in dependabot.yml |


Rebasing might not happen immediately, so don't worry if this takes some time.
Note: if you make any changes to this PR yourself, they will take precedence over the rebase.
Bumps the weekly-dependency-refresh group with 1 update: actions/setup-python.
Updates
actions/setup-pythonfrom 6 to 7Release notes
Sourced from actions/setup-python's releases.
... (truncated)
Commits
5fda3b9Pin SHA commits and update docs with latest versions (#1338)4ab7e95Merge pull request #1337 from actions/philip-gai/bump-actions-cache-6-2-00f3a009Remove the pip-install input (#1336)f8cf429Migrate to ESM and upgrade dependencies (#1330)54baeeaValidate and retry manifest fetch to prevent silent failures (#1332)c709277Annotation code fix (#1335)6849080remove EOL Python versions and Bumps numpy text fixture (#1333)0903b46Bump certifi from 2020.6.20 to 2024.7.4 in /tests/data (#1328)Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>will remove the ignore condition of the specified dependency and ignore conditions