No description
- Shell 89.3%
- JavaScript 10.7%
| Filename | Latest commit message | Latest commit date |
|---|---|---|
This PR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| [https://github.com/astral-sh/setup-uv](https://github.com/astral-sh/setup-uv) | action | major | `v9.0.0` → `v10.0.0` |
---
### Release Notes
<details>
<summary>astral-sh/setup-uv (https://github.com/astral-sh/setup-uv)</summary>
### [`v10.0.0`](https://github.com/astral-sh/setup-uv/releases/tag/v10.0.0): 🌈 Disable automatic caching for sensitive events and new QOL features
[Compare Source](https://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://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](
|
||
| .forgejo/workflows | ||
| tasks | ||
| tools | ||
| workflow-templates | ||
| .gitignore | ||
| .nvmrc | ||
| .prettierignore | ||
| .prettierrc | ||
| package-lock.json | ||
| package.json | ||
| renovate-global.js | ||
| renovate.json | ||
| renovate.json.nosync | ||
| reposyncer.sh | ||