Skip to content

ci: pin the Supabase CLI instead of resolving "latest" - #6

Merged
dabelle merged 1 commit into
mainfrom
ci/pin-supabase-cli
Sep 17, 2026
Merged

dabelle merged 1 commit into
mainfrom
ci/pin-supabase-cli

Conversation

@dabelle

@dabelle dabelle commented Sep 17, 2026

Copy link
Copy Markdown
Collaborator

The control plane e2e failed on main with:

Failed to resolve latest Supabase CLI release: rate limit exceeded

Nothing in the repo caused it. supabase/setup-cli resolves latest through an unauthenticated call to the GitHub releases API, which is rate limited per runner IP, and today's run of PRs used the budget up. The action's source confirms that API is consulted only to resolve latest, so an explicit version skips the call.

Pinning also buys determinism: on latest, a new Supabase CLI release can turn CI red with no commit to point at.

This PR is also the check that the fix works, since it exercises the same job that failed.

The control plane e2e failed on main with "Failed to resolve latest Supabase
CLI release: rate limit exceeded". Nothing in the repo caused it:
supabase/setup-cli resolves "latest" through an unauthenticated call to the
GitHub releases API, which is rate limited per runner IP, and today's run of
PRs used the budget up. The action's source confirms the API is only consulted
to resolve "latest", so an explicit version skips the call entirely.

Pinning also buys determinism. On "latest" a new Supabase CLI release can turn
CI red with no commit to point at, which is a bad way to spend a morning.
@dabelle
dabelle merged commit 2c3f254 into main Sep 17, 2026
4 checks passed
dabelle pushed a commit that referenced this pull request Sep 19, 2026
ci: pin the Supabase CLI instead of resolving "latest"
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