Revert "build(deps): bump astral-sh/setup-uv from 7.1.3 to 7.1.4"#1054
Revert "build(deps): bump astral-sh/setup-uv from 7.1.3 to 7.1.4"#1054amilcarlucas wants to merge 1 commit into
Conversation
This reverts commit 4b1bbed.
There was a problem hiding this comment.
Pull request overview
This PR reverts a previous dependency bump of the astral-sh/setup-uv GitHub Action from version 7.1.4 back to version 7.1.3 across all workflow files. The revert affects 10 workflow files where the action is used to install the uv package manager for Python dependency management.
- Downgrades
astral-sh/setup-uvfrom v7.1.4 (commit1e862dfacbd1d6d858c55d9b792c756523627244) to v7.1.3 (commit5a7eac68fb9809dea845d802897dc5c723910fa3) - Maintains the security best practice of pinning actions to specific commit SHAs with version comments
- Ensures consistency across all CI/CD workflows
Reviewed changes
Copilot reviewed 9 out of 9 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
.github/workflows/windows_build.yml |
Reverts setup-uv version for Windows build workflow |
.github/workflows/update_vehicle_templates.yml |
Reverts setup-uv version for vehicle templates update workflow |
.github/workflows/update_motor_diagrams.yml |
Reverts setup-uv version for motor diagrams update workflow |
.github/workflows/update_codebase_chart.yml |
Reverts setup-uv version in both jobs of the codebase chart workflow |
.github/workflows/reuse.yml |
Reverts setup-uv version for REUSE compliance workflow |
.github/workflows/python-publish.yml |
Reverts setup-uv version for Python package publishing workflow |
.github/workflows/pytest.yml |
Reverts setup-uv version in both test and coverage jobs |
.github/workflows/pyright.yml |
Reverts setup-uv version for Pyright type checking workflow |
.github/workflows/pylint.yml |
Reverts setup-uv version for Pylint linting workflow |
☂️ Python Coverage
Overall Coverage
New FilesNo new covered files... Modified FilesNo covered modified files...
|
Test Results 3 files ±0 3 suites ±0 2m 56s ⏱️ -16s For more details on these failures and errors, see this check. Results for commit d25b954. ± Comparison against base commit 4b1bbed. |
This reverts commit 4b1bbed.