-
Notifications
You must be signed in to change notification settings - Fork 110
Comparing changes
Open a pull request
base repository: astral-sh/setup-uv
base: v9.0.0
head repository: astral-sh/setup-uv
compare: v10.0.0
- 17 commits
- 32 files changed
- 4 contributors
Commits on Jul 21, 2026
-
docs: update version references to v9.0.0 (#971)
Update `uses: astral-sh/setup-uv@...` references in documentation to `c771a70e6277c0a99b617c7a806ffedaca235ff9 # v9.0.0`. Co-authored-by: eifinger <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for c608196 - Browse repository at this point
Copy the full SHA c608196View commit details
Commits on Jul 24, 2026
-
chore: update known checksums for 0.11.31/0.11.32 (#972)
chore: update known checksums for 0.11.32 Co-authored-by: eifinger <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for d269b99 - Browse repository at this point
Copy the full SHA d269b99View commit details
Commits on Jul 29, 2026
-
chore: update known checksums for 0.12.0 (#981)
chore: update known checksums for 0.12.0 Co-authored-by: eifinger <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 094aa22 - Browse repository at this point
Copy the full SHA 094aa22View commit details
Commits on Aug 1, 2026
-
chore: update known checksums for 0.12.1 (#982)
chore: update known checksums for 0.12.1 Co-authored-by: eifinger <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 7e7e21d - Browse repository at this point
Copy the full SHA 7e7e21dView commit details
Commits on Aug 5, 2026
-
chore(deps): bump actions/checkout from 7.0.0 to 7.0.1 (#980)
Signed-off-by: dependabot[bot] <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for d64009a - Browse repository at this point
Copy the full SHA d64009aView commit details -
chore(deps): bump zizmorcore/zizmor-action from 0.5.7 to 0.6.0 (#976)
Signed-off-by: dependabot[bot] <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 7cd5f7f - Browse repository at this point
Copy the full SHA 7cd5f7fView commit details
Commits on Aug 6, 2026
-
chore: update known checksums for 0.12.2 (#985)
chore: update known checksums for 0.12.2 Co-authored-by: eifinger <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 696e4e1 - Browse repository at this point
Copy the full SHA 696e4e1View commit details
Commits on Aug 9, 2026
-
chore: update known checksums for 0.12.3 (#991)
chore: update known checksums for 0.12.3 Co-authored-by: eifinger <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for b68407c - Browse repository at this point
Copy the full SHA b68407cView commit details
Commits on Aug 10, 2026
-
Disable automatic caching for sensitive events (#992)
## Summary - disable `enable-cache: auto` for `pull_request_target`, `workflow_run`, and `release` events - disable automatic caching for tag pushes while leaving branch pushes unchanged - preserve explicit `enable-cache: true` as an override - run a `workflow_run` integration fixture with `act` in pull request CI and verify caching is disabled - document the behavior and update the published bundles ## Testing - `npm run all` - `actionlint .github/workflows/test.yml __tests__/workflows/workflow-run.yml` - `uvx zizmor __tests__/workflows/workflow-run.yml` Closes #984 Refs: pi-session 019fec42-9b26-714e-a359-830ac4401ecd
Configuration menu - View commit details
-
Copy full SHA for f451684 - Browse repository at this point
Copy the full SHA f451684View commit details
Commits on Aug 11, 2026
-
Add latest-known version selector (#993)
## Summary - add `latest-known` as an explicit version selector - resolve it locally to the newest version in the bundled checksum table - preserve existing default and `latest` behavior - document custom-manifest checksum semantics and update published bundles ## Testing - `npm ci --ignore-scripts` - `npm run all` (99 tests passed) Closes #919 Refs: pi-session 019fed0e-6019-7504-911b-bd9955cbbd49
Configuration menu - View commit details
-
Copy full SHA for 18d451d - Browse repository at this point
Copy the full SHA 18d451dView commit details -
chore(deps): roll up Dependabot updates (#994)
## Summary Roll up the remaining net changes from the open Dependabot updates: - release-drafter/release-drafter 7.7.0 (#990) - github/codeql-action 4.37.4 (#987, #988, #989) - zizmorcore/zizmor-action 0.6.1 (#986) - @actions/cache 6.2.0 (#975) - @biomejs/biome 2.5.4 (#974) - undici 8.7.0 (#973) The Jest 30.4.2 (#905) and @renovatebot/pep440 5.0.0 (#907) updates are already present on main and require no additional changes. This also updates the Biome schema, applies the formatter changes from Biome 2.5.4, and regenerates the published bundles. ## Testing - `npm run all` - `actionlint` - `git diff --check` Refs: pi-session 019ff01b-f917-73c1-950e-2966956f263c
Configuration menu - View commit details
-
Copy full SHA for 8473c7f - Browse repository at this point
Copy the full SHA 8473c7fView commit details -
ci: pin Alpine container image (#995)
## Summary - pin the Alpine test container to the current multi-platform digest for Alpine 3.24.1 - resolve zizmor's `unpinned-images` finding ## Validation - `actionlint .github/workflows/test.yml` - `uvx zizmor .github/workflows/test.yml` - `docker buildx imagetools inspect alpine@sha256:28bd5fe8b56d1bd048e5babf5b10710ebe0bae67db86916198a6eec434943f8b` Refs: pi-session 019ff01a-544c-79f3-8f73-a00132af39f5
Configuration menu - View commit details
-
Copy full SHA for 8ed89c5 - Browse repository at this point
Copy the full SHA 8ed89c5View commit details -
Read Python version from .tool-versions (#996)
## Summary - read the Python version from an explicitly selected `.tool-versions` file - preserve `python-version` and existing `UV_PYTHON` precedence - add parser, input, and workflow coverage and update documentation and bundled action artifacts ## Validation - `npm run all` - `actionlint .github/workflows/test.yml` - `uvx zizmor .github/workflows/test.yml` Closes #983 Refs: pi-session 019ff01a-544c-79f3-8f73-a00132af39f5
Configuration menu - View commit details
-
Copy full SHA for 46f427b - Browse repository at this point
Copy the full SHA 46f427bView commit details -
chore(deps): roll up Dependabot updates (#1004)
## Summary Roll up the remaining dependency changes from Dependabot PRs #997, #998, #999, #1000, #1001, #1002, and #1003: - update `github/codeql-action` to 4.37.6 - update `zizmorcore/zizmor-action` to 0.6.2 - update `undici` to 8.10.0 - update `smol-toml` to 1.7.1 - update `@biomejs/biome` and its schema to 2.5.6 - regenerate the published bundles PRs #905 and #907 were excluded because their requested Jest and pep440 versions are already present on `main`. ## Validation - `npm run all` - `actionlint .github/workflows/codeql-analysis.yml .github/workflows/test.yml` - `uvx zizmor .github/workflows/codeql-analysis.yml .github/workflows/test.yml` - `git diff --check` Refs: pi-session 019ff0c9-8e00-72d3-99ad-d4383a4c57d4
Configuration menu - View commit details
-
Copy full SHA for 8d6402c - Browse repository at this point
Copy the full SHA 8d6402cView commit details -
Require pull requests for Dependabot rollups (#1005)
## Summary - require the Dependabot rollup skill to commit and push validated changes - always create a pull request with the `dependencies` label - report the created PR and label confirmation ## Testing - `git diff --check` Refs: pi-session 019ff0f1-1aee-7691-8a2c-7c708812f7b0
Configuration menu - View commit details
-
Copy full SHA for 4f6036f - Browse repository at this point
Copy the full SHA 4f6036fView commit details
Commits on Aug 12, 2026
-
Reject paths in .tool-versions (#1007)
## Summary - reject path-like uv versions from `.tool-versions` - reject path-like Python versions from `.tool-versions` - document the restriction and cover Unix and Windows paths in tests ## Testing - `npm ci --ignore-scripts` - `npm run all` Refs: pi-session 019ff4bb-8b7c-7c4b-8bdf-7c188dfa2e3f
Configuration menu - View commit details
-
Copy full SHA for f9cdb47 - Browse repository at this point
Copy the full SHA f9cdb47View commit details -
chore(deps): roll up Dependabot updates (#1013)
## Summary Roll up the remaining dependency changes from: - #1008 (`@actions/glob` 0.7.0) - #1009 (`@types/node` 26.1.2) - #1010 (`js-yaml` 5.2.3) - #1011 (`@biomejs/biome` 2.5.7) - #1012 (`@types/semver` 7.8.0) The Biome schema URL and committed action bundles are updated accordingly. ## Validation - `npm run all` Refs: pi-session 019ff5b2-b439-7431-9595-b965f7fe6119
Configuration menu - View commit details
-
Copy full SHA for ae62891 - Browse repository at this point
Copy the full SHA ae62891View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v9.0.0...v10.0.0