🌱 chore: pin GitHub Actions to digest SHAs and replace setup-kind#386
🌱 chore: pin GitHub Actions to digest SHAs and replace setup-kind#386tesshuflower wants to merge 1 commit into
Conversation
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: tesshuflower The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
|
Warning Review limit reached
More reviews will be available in 18 minutes and 45 seconds. Learn how PR review limits work. Your organization has used up its prepaid credits, and credit purchases are no longer available. Enable the review add-on in the billing tab to keep reviews running — you're only billed for reviews past your plan's rate limits ($0.25/file). ⌛ How to resolve this issue?After more reviews become available, a review can be triggered using the To avoid repeated limits, reduce automatic review volume by pausing incremental auto-reviews earlier, using label-based review opt-in, excluding WIP or generated PR titles, or requesting reviews manually when the PR is ready. If your team needs uninterrupted high-volume reviews, an organization admin can enable usage-based credits. 🚦 How do rate limits work?CodeRabbit enforces per-developer PR review limits for each organization. Most developers receive the normal plan refill rate. For paid Pro and Pro+ PR reviews, CodeRabbit uses adaptive limits for sustained high-volume activity. When a developer's recent PR review activity reaches the 95th percentile or higher among CodeRabbit users, the refill rate gradually slows as usage increases. The highest same-day bursts are limited more strictly. Please see our Fair Usage Limits Policy for further information. ℹ️ Review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (5)
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
f93fb6d to
1eb6a97
Compare
Pin all GitHub Actions to immutable commit SHAs to prevent supply chain issues from moving tags. Replace engineerd/setup-kind with a direct `kind create cluster` run step using the kind binary pre-installed on GitHub-hosted runners. The Kubernetes node image version is now explicit via KUBERNETES_VERSION env variable set to v1.35.0 (same version previously used by kind v0.31.0 by default). Signed-off-by: Tesshu Flower <tflower@redhat.com>
1eb6a97 to
63cd3f2
Compare
Pin all GitHub Actions to immutable commit SHAs to prevent supply chain issues from moving tags.
Replace
engineerd/setup-kindwith a directkind create clusterrun step using thekindbinary pre-installed on GitHub-hosted runners. The Kubernetes node image version is now explicit viaKUBERNETES_VERSIONenv variable set tov1.35.0(same version previously used by kind v0.31.0 by default).Removing setup-kind GH action as it appears to no longer be maintained, and now is causing issues when we use v0.6.2 as the tag v0.6.2 points to a version that is not correct (actual version is the branch v0.6.2). Note both are old and last modified in 2024.
> Note: Draft PR — to be merged after the Go 1.26 upgrade PR (#385) merges to avoid conflicts.