Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Oct 28, 2025

This PR contains the following updates:

Package Type Update Change
astral-sh/setup-uv action digest 2ddd2b9 -> 8585678

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot added the renovate label Oct 28, 2025
@coderabbitai
Copy link
Contributor

coderabbitai bot commented Oct 28, 2025

Warning

Rate limit exceeded

@renovate[bot] has exceeded the limit for the number of commits or files that can be reviewed per hour. Please wait 4 minutes and 57 seconds before requesting another review.

⌛ How to resolve this issue?

After the wait time has elapsed, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

We recommend that you space out your commits to avoid hitting the rate limit.

🚦 How do rate limits work?

CodeRabbit enforces hourly rate limits for each developer per organization.

Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout.

Please see our FAQ for further information.

📥 Commits

Reviewing files that changed from the base of the PR and between 4d3da30 and 7ba881a.

📒 Files selected for processing (2)
  • .github/actions/create-venv-for-tests/action.yml (1 hunks)
  • .github/workflows/copilot-setup-steps.yml (1 hunks)
📝 Walkthrough

Walkthrough

Updated two GitHub Actions workflow files to change the pinned commit for the astral-sh/setup-uv action from 2ddd2b9cb38ad8efd50337e8ab201519a34c9f24 to 85856786d1ce8acfbcc2f13a5f3fbd6b938f9f41. No other steps, control flow, or exported/public interfaces were modified.

Sequence Diagram(s)

sequenceDiagram
  autonumber
  participant Repo as Repository
  participant GH as GitHub Actions
  participant Action as astral-sh/setup-uv

  note left of Repo `#E8F0FF`: Updated pinned commit in\n.github/actions/create-venv-for-tests/action.yml\n.github/workflows/copilot-setup-steps.yml
  Repo->>GH: push workflow changes
  GH->>Action: checkout action@v7\npinned at 85856786d1ce8a...
  alt action runs successfully
    Action-->>GH: setup uv environment
    GH-->>Repo: continue workflow
  else action fails
    Action-->>GH: error
    GH-->>Repo: workflow fails
  end
Loading

Possibly related PRs

Suggested reviewers

  • saltenasl
  • Artmann
  • jamesbhobbs

Pre-merge checks

✅ Passed checks (2 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed Title clearly describes the main change: updating the astral-sh/setup-uv GitHub Action digest to a specific commit hash.

Comment @coderabbitai help to get the list of available commands and usage tips.

@codecov
Copy link

codecov bot commented Oct 28, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 73%. Comparing base (6d4adec) to head (7ba881a).
⚠️ Report is 1 commits behind head on main.
✅ All tests successful. No failed tests found.

Additional details and impacted files
@@          Coverage Diff          @@
##            main    #127   +/-   ##
=====================================
  Coverage     73%     73%           
=====================================
  Files        575     575           
  Lines      46924   46924           
  Branches    5521    5521           
=====================================
  Hits       34490   34490           
  Misses     10612   10612           
  Partials    1822    1822           
🚀 New features to boost your workflow:
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@renovate renovate bot force-pushed the renovate/github-actions branch 9 times, most recently from 5aa1f0b to 7e79edc Compare October 30, 2025 08:13
Copy link
Contributor

@coderabbitai coderabbitai bot left a comment

Choose a reason for hiding this comment

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

Actionable comments posted: 1

📜 Review details

Configuration used: CodeRabbit UI

Review profile: ASSERTIVE

Plan: Pro

📥 Commits

Reviewing files that changed from the base of the PR and between 5aa1f0b and 7e79edc.

📒 Files selected for processing (2)
  • .github/actions/create-venv-for-tests/action.yml (1 hunks)
  • .github/workflows/copilot-setup-steps.yml (1 hunks)
⏰ Context from checks skipped due to timeout of 90000ms. You can increase the timeout in your CodeRabbit configuration to a maximum of 15 minutes (900000ms). (4)
  • GitHub Check: Build & Package Extension
  • GitHub Check: Build & Test
  • GitHub Check: copilot-setup-steps
  • GitHub Check: copilot-setup-steps
🔇 Additional comments (1)
.github/workflows/copilot-setup-steps.yml (1)

81-81: Consistent with other file update.

This change mirrors the update in .github/actions/create-venv-for-tests/action.yml (line 19), keeping the digest pinning consistent across both files. Verification of the digest validity will cover both locations.

@renovate renovate bot force-pushed the renovate/github-actions branch from 7e79edc to 3012471 Compare October 30, 2025 12:39
Copy link
Contributor

@coderabbitai coderabbitai bot left a comment

Choose a reason for hiding this comment

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

Actionable comments posted: 1

♻️ Duplicate comments (1)
.github/actions/create-venv-for-tests/action.yml (1)

19-19: Update version tag comment to reflect actual release.

The digest 85856786d1ce8acfbcc2f13a5f3fbd6b938f9f41 corresponds to a v7.1.x release, not just v7. Update the inline comment for clarity and consistency.

-      uses: astral-sh/setup-uv@85856786d1ce8acfbcc2f13a5f3fbd6b938f9f41 # v7
+      uses: astral-sh/setup-uv@85856786d1ce8acfbcc2f13a5f3fbd6b938f9f41 # v7.1.0
📜 Review details

Configuration used: CodeRabbit UI

Review profile: ASSERTIVE

Plan: Pro

Disabled knowledge base sources:

  • Linear integration is disabled by default for public repositories

You can enable these sources in your CodeRabbit configuration.

📥 Commits

Reviewing files that changed from the base of the PR and between 7e79edc and 3012471.

📒 Files selected for processing (2)
  • .github/actions/create-venv-for-tests/action.yml (1 hunks)
  • .github/workflows/copilot-setup-steps.yml (1 hunks)
⏰ Context from checks skipped due to timeout of 90000ms. You can increase the timeout in your CodeRabbit configuration to a maximum of 15 minutes (900000ms). (3)
  • GitHub Check: Build & Test
  • GitHub Check: copilot-setup-steps
  • GitHub Check: copilot-setup-steps

@renovate renovate bot force-pushed the renovate/github-actions branch 14 times, most recently from 6209e40 to 4681722 Compare October 31, 2025 14:28
@renovate renovate bot force-pushed the renovate/github-actions branch 12 times, most recently from e4a165b to c6159ed Compare November 3, 2025 22:33
@jamesbhobbs jamesbhobbs marked this pull request as ready for review November 4, 2025 09:51
@jamesbhobbs jamesbhobbs requested a review from a team as a code owner November 4, 2025 09:51
@renovate renovate bot force-pushed the renovate/github-actions branch 10 times, most recently from 348587a to 4d3da30 Compare November 4, 2025 18:46
@renovate renovate bot force-pushed the renovate/github-actions branch from 4d3da30 to 7ba881a Compare November 4, 2025 18:52
@jamesbhobbs jamesbhobbs merged commit 8f1e302 into main Nov 4, 2025
15 checks passed
@jamesbhobbs jamesbhobbs deleted the renovate/github-actions branch November 4, 2025 19:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants