Skip to content

ci: use immutable version tag for setup-uv in perf-test - #2603

Merged
ctron merged 1 commit into
guacsec:mainfrom
ctron:main
Aug 26, 2026
Merged

ci: use immutable version tag for setup-uv in perf-test#2603
ctron merged 1 commit into
guacsec:mainfrom
ctron:main

Conversation

@ctron

@ctron ctron commented Aug 26, 2026

Copy link
Copy Markdown
Contributor

Summary

  • Fix /perf-test CI workflow failing at action resolution because astral-sh/setup-uv@v9 does not exist
  • Since v8.0.0, setup-uv stopped publishing major version alias tags (v8, v9, …) for supply chain security — only immutable exact version tags are published
  • Pin to v10.0.1 (latest release)

Test plan

  • Comment /perf-test on a PR and verify the workflow progresses past action resolution

🤖 Generated with Claude Code

Summary by Sourcery

Fix setup-uv resolution in the performance-test workflow by replacing the unavailable major-version alias with an immutable release tag.

Bug Fixes:

  • Fix the performance-test workflow by pinning setup-uv to the published immutable v10.0.1 tag.

CI:

  • Update the performance-test CI workflow to use an immutable setup-uv version tag.

Since v8.0.0, astral-sh/setup-uv stopped publishing major version alias
tags (v8, v9, etc.) for supply chain security. The @v9 tag does not
exist, causing the workflow to fail at action resolution before any step
runs. Pin to the latest immutable release tag instead.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
@sourcery-ai

sourcery-ai Bot commented Aug 26, 2026

Copy link
Copy Markdown
Contributor
Reviewer's guide (collapsed on small PRs)

Reviewer's Guide

Updates the /perf-test GitHub Actions workflow to use the immutable astral-sh/setup-uv@v10.0.1 tag instead of the unavailable @v9 alias, fixing action resolution and improving supply-chain pinning.

File-Level Changes

Change Details Files
Pin the uv setup action to an immutable published release tag so the performance-test workflow can resolve the action reliably.
  • Replace the nonexistent major alias with astral-sh/setup-uv@v10.0.1.
  • Align the workflow with setup-uv’s post-v8 distribution policy, which publishes exact version tags only.
.github/workflows/perf-test.yaml

Tips and commands

Interacting with Sourcery

  • Trigger a new review: Comment @sourcery-ai review on the pull request.
  • Continue discussions: Reply directly to Sourcery's review comments.
  • Generate a GitHub issue from a review comment: Ask Sourcery to create an
    issue from a review comment by replying to it. You can also reply to a
    review comment with @sourcery-ai issue to create an issue from it.
  • Generate a pull request title: Write @sourcery-ai anywhere in the pull
    request title to generate a title at any time. You can also comment
    @sourcery-ai title on the pull request to (re-)generate the title at any time.
  • Generate a pull request summary: Write @sourcery-ai summary anywhere in
    the pull request body to generate a PR summary at any time exactly where you
    want it. You can also comment @sourcery-ai summary on the pull request to
    (re-)generate the summary at any time.
  • Generate reviewer's guide: Comment @sourcery-ai guide on the pull
    request to (re-)generate the reviewer's guide at any time.
  • Resolve all Sourcery comments: Comment @sourcery-ai resolve on the
    pull request to resolve all Sourcery comments. Useful if you've already
    addressed all the comments and don't want to see them anymore.
  • Dismiss all Sourcery reviews: Comment @sourcery-ai dismiss on the pull
    request to dismiss all existing Sourcery reviews. Especially useful if you
    want to start fresh with a new review - don't forget to comment
    @sourcery-ai review to trigger a new review!

Customizing Your Experience

Access your dashboard to:

  • Enable or disable review features such as the Sourcery-generated pull request
    summary, the reviewer's guide, and others.
  • Change the review language.
  • Add, remove or edit custom review instructions.
  • Adjust other review settings.

Getting Help

@ctron
ctron merged commit 73513bc into guacsec:main Aug 26, 2026
6 of 8 checks passed
@github-project-automation github-project-automation Bot moved this to Done in Trustify Aug 26, 2026

@sourcery-ai sourcery-ai Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Hey - I've reviewed your changes and they look great!

Sourcery assessment

Approved.


Sourcery is free for open source - if you like our reviews please consider sharing them ✨
Help me be more useful! Please click 👍 or 👎 on each comment and I'll use the feedback to improve your reviews.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

1 participant