Skip to content

🌱 chore: pin GitHub Actions to digest SHAs and replace setup-kind#386

Open
tesshuflower wants to merge 1 commit into
open-cluster-management-io:mainfrom
tesshuflower:pin-github-actions
Open

🌱 chore: pin GitHub Actions to digest SHAs and replace setup-kind#386
tesshuflower wants to merge 1 commit into
open-cluster-management-io:mainfrom
tesshuflower:pin-github-actions

Conversation

@tesshuflower

@tesshuflower tesshuflower commented Jun 12, 2026

Copy link
Copy Markdown
Contributor

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).

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.

@openshift-ci

openshift-ci Bot commented Jun 12, 2026

Copy link
Copy Markdown
Contributor

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by: tesshuflower
Once this PR has been reviewed and has the lgtm label, please assign zhiweiyin318 for approval. For more information see the Code Review Process.

The full list of commands accepted by this bot can be found here.

Details Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@coderabbitai

coderabbitai Bot commented Jun 12, 2026

Copy link
Copy Markdown

Warning

Review limit reached

@tesshuflower, we couldn't start this review because you've reached your PR review rate limit.

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 @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

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 configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro

Run ID: 9961fad7-8f26-4e49-af71-a0f1827356ee

📥 Commits

Reviewing files that changed from the base of the PR and between 0e55300 and 63cd3f2.

📒 Files selected for processing (5)
  • .github/workflows/cloudevents-integration.yml
  • .github/workflows/dco.yml
  • .github/workflows/go-postsubmit.yml
  • .github/workflows/go-presubmit.yml
  • .github/workflows/go-release.yml
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests

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.

❤️ Share

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

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>
@tesshuflower tesshuflower marked this pull request as ready for review June 18, 2026 14:34
@openshift-ci openshift-ci Bot requested review from deads2k and elgnay June 18, 2026 14:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant