ci: unpin the Speakeasy CLI - #11
Merged
Merged
Conversation
Reverts the speakeasy_version pin added in #10. Two reasons it should go: 1. It never took effect. `speakeasy_version` is marked [DEPRECATED] on workflow-executor@v15 and is silently ignored -- run 32749499058 was handed "1.795.1" and downloaded v1.795.3 regardless. Keeping it implies a control that does not exist. 2. The bug it was pinning away from is fixed upstream. CLI v1.795.3 (2026-08-24 16:00Z) reverted the client-sdk-go v3.27.0 bump that had stripped auth from the Artifacts.* methods, restoring registry auth for `speakeasy tag promote`. Restores the file byte-for-byte to its pre-#10 state. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Why
Reverts the pin from #10. It should not stay, for two independent reasons.
It never did anything.
speakeasy_versionis marked[DEPRECATED]onworkflow-executor@v15and is silently disregarded. Visible in the container args of run 32749499058 — the action received"1.795.1"and then logged:A pin that reads as load-bearing but is inert is worse than no pin.
The underlying bug is fixed upstream. CLI v1.795.3 (2026-08-24 16:00Z) shipped speakeasy#2120 — "revert: bump speakeasy-core/client-sdk-go (#2117) — restores registry auth" — putting it back on
client-sdk-gov3.26.7. The 403 onspeakeasy tag promoteis gone, so unpinnedlatestis correct again.What
Deletes the five added lines, restoring the file byte-for-byte to its pre-#10 state (blob
532cf34).No behaviour change: the input was ignored, so generation resolves the same CLI either way.
Note on the recovery
Publishing was recovered separately by a
force=truerun, which was required — the failed 2026-08-24 14:52 run had already committed the regenerated SDK and updatedgen.lock, leaving no spec diff for an unforced run to act on. That run logged0 changes detectedandversioning: generation forced, bumping patch version, shipping npm 0.9.3.v0.9.2remains a git tag that never reached npm.