|
Ran
|
Jobs
7
|
Files
9
|
Run time
1min
|
Badge
README BADGES
|
push
github
Update astral-sh/setup-uv action to v10 (#83) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [astral-sh/setup-uv](https://redirect.github.com/astral-sh/setup-uv) | action | major | `v9.0.0` → `v10.0.0` | --- ### Release Notes <details> <summary>astral-sh/setup-uv (astral-sh/setup-uv)</summary> ### [`v10.0.0`](https://redirect.github.com/astral-sh/setup-uv/releases/tag/v10.0.0): 🌈 Disable automatic caching for sensitive events and new QOL features [Compare Source](https://redirect.github.com/astral-sh/setup-uv/compare/v9.0.0...v10.0.0) ##### Changes Another breaking release, directly after v9.0.0 but we think the added security justifies that. ##### Extra security by default If you use the default `enable-cache: auto` this will now **DISABLE THE CACHE** to protect against cache poisoning for the following events: - `pull_request_target` - `workflow_run` - `release` You can read the full reasoning in [#​984](https://redirect.github.com/astral-sh/setup-uv/issues/984) ##### `version: latest-known` ```yaml - name: Install the latest version of uv known to setup-uv uses: astral-sh/setup-uv@v10.0.0 with: version: "latest-known" ``` This will now install the latest version with a checksum that is known by this action. The [known `uv` checksums](https://redirect.github.com/astral-sh/setup-uv/blob/4f6036f71/src/download/checksum/known-checksums.ts) are automatically updated but will take a release of this action to take effect. You won't be always using the latest & greatest but you will have an extra level of security. ##### Read python version from `.tool-versions` ```yaml - name: Install uv based on the version defined in .tool-versions and also set python uses: astral-sh/setup-uv@v10.0.0 with: version-file: "pyproject.toml" ``` Will now also set the python version if it is defined in `.tool-versions`. You can read the details [in the doc... (continued)
832 of 850 relevant lines covered (97.88%)
6.61 hits per line
| ID | Job ID | Ran | Files | Coverage | |
|---|---|---|---|---|---|
| 1 | run-3.12 - 31715693090.1 | 9 |
97.06 |
GitHub Action Run | |
| 2 | run-3.14 - 31715693090.2 | 6 |
97.38 |
GitHub Action Run | |
| 3 | run-3.9 - 31715693090.3 | 9 |
97.06 |
GitHub Action Run | |
| 4 | run-3.11 - 31715693090.4 | 9 |
97.06 |
GitHub Action Run | |
| 5 | run-3.8 - 31715693090.5 | 9 |
97.06 |
GitHub Action Run | |
| 6 | run-3.13 - 31715693090.6 | 9 |
97.06 |
GitHub Action Run | |
| 7 | run-3.10 - 31715693090.7 | 9 |
97.06 |
GitHub Action Run |
| Coverage | ∆ | File | Lines | Relevant | Covered | Missed | Hits/Line |
|---|