🌱 chore: pin GitHub Actions to digest SHAs and replace setup-kind - #90
Conversation
Pin all GitHub Actions to immutable commit SHAs to prevent supply chain issues from moving tags. Replace engineerd/setup-kind with direct `kind create cluster` run steps 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.32.2 (same version previously used by kind v0.27.0 by default). Signed-off-by: Tesshu Flower <tflower@redhat.com>
|
Warning Review limit reached
More reviews will be available in 51 minutes and 6 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 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 include higher PR review limits than trial, open-source, and free plans. In all cases, reviews become available again over time. During sustained high-volume PR review activity, CodeRabbit may temporarily slow when the next review becomes available. 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 |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #90 +/- ##
=======================================
Coverage 68.94% 68.94%
=======================================
Files 4 4
Lines 892 892
=======================================
Hits 615 615
Misses 243 243
Partials 34 34
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: mikeshng, 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 |
6a3e08a
into
open-cluster-management-io:main
Pin all GitHub Actions to immutable commit SHAs to prevent supply chain issues from moving tags.
Replace
engineerd/setup-kindwith directkind create clusterrun steps using thekindbinary pre-installed on GitHub-hosted runners. The Kubernetes node image version is now explicit viaKUBERNETES_VERSIONenv variable set tov1.32.2(same version previously used by kind v0.27.0 by default).Similar to what we did in ocm: open-cluster-management-io/ocm#1572