Skip to content

build(deps): Bump astral-sh/setup-uv from 6.8.0 to 8.0.0#46

Merged
kantorcodes merged 2 commits intomainfrom
dependabot/github_actions/astral-sh/setup-uv-8.0.0
Apr 12, 2026
Merged

build(deps): Bump astral-sh/setup-uv from 6.8.0 to 8.0.0#46
kantorcodes merged 2 commits intomainfrom
dependabot/github_actions/astral-sh/setup-uv-8.0.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Apr 6, 2026

Bumps astral-sh/setup-uv from 6.8.0 to 8.0.0.

Release notes

Sourced from astral-sh/setup-uv's releases.

v8.0.0 🌈 Immutable releases and secure tags

This is the first immutable release of setup-uv 🥳

All future releases are also immutable, if you want to know more about what this means checkout the docs.

This release also has two breaking changes

New format for manifest-file

The previously deprecated way of defining a custom version manifest to control which uv versions are available and where to download them from got removed. The functionality is still there but you have to use the new format.

No more major and minor tags

To increase security even more we will stop publishing minor tags. You won't be able to use @v8 or @v8.0 any longer. We do this because pinning to major releases opens up users to supply chain attacks like what happened to tj-actions.

[!TIP] Use the immutable tag as a version astral-sh/setup-uv@v8.0.0 Or even better the githash astral-sh/setup-uv@cec208311dfd045dd5311c1add060b2062131d57

🚨 Breaking changes

🧰 Maintenance

v7.6.0 🌈 Fetch uv from Astral's mirror by default

Changes

We now default to download uv from releases.astral.sh. This means by default we don't hit the GitHub API at all and shouldn't see any rate limits and timeouts any more.

🚀 Enhancements

🧰 Maintenance

... (truncated)

Commits

@dependabot dependabot bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels Apr 6, 2026
@kilo-code-bot
Copy link
Copy Markdown

kilo-code-bot bot commented Apr 6, 2026

Code Review Summary

Status: No Issues Found | Recommendation: Merge

Files Reviewed (17 files)
  • .github/workflows/ci.yml - setup-uv updated to cec208311dfd045dd5311c1add060b2062131d57 (2 occurrences) [carried forward]
  • .github/workflows/publish.yml - setup-uv updated; renamed artifact; renamed concurrency group to hol-guard-publish; added hol-guard package build; added uv tool install hol-guard to changelog
  • .github/workflows/publish-action-repo.yml - Major refactor to sync canonical and compatibility repos [carried forward]
  • README.md - Major restructure: renamed to "HOL Guard"; added Guard quickstart section; reorganized around local-first protection then CI scanning
  • pyproject.toml - Renamed primary package to hol-guard; added hol-guard and plugin-guard script entries; added hatch excludes for e2e directories
  • action/README.md - Renamed; added new inputs for PR comments [carried forward]
  • action/README.legacy.md - New file [carried forward]
  • action/action.yml - Renamed action; added inputs/outputs [carried forward]
  • docs/guard/architecture.md - Added guard/shims module documentation; added product loop section
  • docs/guard/get-started.md - New file with comprehensive Guard onboarding guide
  • docs/guard/local-vs-cloud.md - Updated to reference hol-guard commands
  • docs/guard/testing-matrix.md - Updated to reference hol-guard commands; added first-party canaries section
  • src/codex_plugin_scanner/cli.py - Added Guard root parser for direct hol-guard invocation; added _is_guard_program() detection
  • src/codex_plugin_scanner/guard/adapters/base.py - Added shim installation during adapter install/uninstall
  • src/codex_plugin_scanner/guard/adapters/claude_code.py - Added shim support for Claude Code hook; updated hook command to include --guard-home
  • src/codex_plugin_scanner/guard/cli/__init__.py - Added add_guard_root_parser export
  • src/codex_plugin_scanner/guard/cli/commands.py - Major expansion: added start/status commands; added publisher scope; added guard-home arg; added interactive prompt resolution
  • src/codex_plugin_scanner/guard/cli/product.py - New file for start and status payloads
  • src/codex_plugin_scanner/guard/cli/prompt.py - New file for interactive artifact approval prompts
  • src/codex_plugin_scanner/guard/shims.py - New file for launcher shim creation

Reviewed by minimax-m2.5-20260211


Reviewed by minimax-m2.5-20260211 · 228,780 tokens

@dependabot dependabot bot force-pushed the dependabot/github_actions/astral-sh/setup-uv-8.0.0 branch 7 times, most recently from d9fa619 to 979d5b0 Compare April 10, 2026 13:15
Bumps [astral-sh/setup-uv](https://github.com/astral-sh/setup-uv) from 6.8.0 to 8.0.0.
- [Release notes](https://github.com/astral-sh/setup-uv/releases)
- [Commits](astral-sh/setup-uv@d0cc045...cec2083)

---
updated-dependencies:
- dependency-name: astral-sh/setup-uv
  dependency-version: 8.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/github_actions/astral-sh/setup-uv-8.0.0 branch from 979d5b0 to 544fffa Compare April 10, 2026 18:29
@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot bot commented on behalf of github Apr 10, 2026

Dependabot can't parse your publish.yml. Because of this, Dependabot cannot update this pull request.

1 similar comment
@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot bot commented on behalf of github Apr 12, 2026

Dependabot can't parse your publish.yml. Because of this, Dependabot cannot update this pull request.

Copy link
Copy Markdown
Member

@kantorcodes kantorcodes left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Reviewed dependency update; scope and change are appropriate.

@kantorcodes kantorcodes merged commit 6b24ee2 into main Apr 12, 2026
19 checks passed
@kantorcodes kantorcodes deleted the dependabot/github_actions/astral-sh/setup-uv-8.0.0 branch April 12, 2026 14:27
kantorcodes added a commit that referenced this pull request Apr 12, 2026
Bumps [astral-sh/setup-uv](https://github.com/astral-sh/setup-uv) from 6.8.0 to 8.0.0.
- [Release notes](https://github.com/astral-sh/setup-uv/releases)
- [Commits](astral-sh/setup-uv@d0cc045...cec2083)

---
updated-dependencies:
- dependency-name: astral-sh/setup-uv
  dependency-version: 8.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Michael Kantor <6068672+kantorcodes@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant