Skip to content

ci: pin the termlens report action to v0.11.0 - #107

Merged
vyncint merged 1 commit into
mainfrom
ci/report-action-v0.11.0
Sep 11, 2026
Merged

vyncint merged 1 commit into
mainfrom
ci/report-action-v0.11.0

Conversation

@vyncint

@vyncint vyncint commented Sep 11, 2026

Copy link
Copy Markdown
Owner

Missed by #106. That PR moved the requirement, the lockfile and the vendored skill; this pin is the one place the tool version appears in this repository, and it stayed at v0.10.1.

Left as it was, a failing PTY job would install a 0.10 termlens-cli to render the screens of a suite running against 0.11 — and since termlens#340 the two read a saved screen slightly differently, so the renderer would be a release behind the thing it is rendering. Only reachable on a failure, which is exactly when a confusing artifact costs the most.

b8af0fa457dd023aa708a493b7f485256009f1a5 is the v0.11.0 tag, verified with gh api rather than typed. The four sibling repositories that carry this action were bumped in their own migration PRs; this is the one that slipped through, found by grepping every workflow in the family for the old SHA after the fact.

Missed by the dependency bump: that PR moved the requirement, the lockfile
and the vendored skill, and this pin is the one place the *tool* version
appears here. Left at v0.10.1 the action would install a 0.10 termlens-cli
to render the screens of a suite running against 0.11 — which reads a
saved screen slightly differently since termlens#340.

The SHA is the v0.11.0 tag, verified with `gh api` rather than typed.

Signed-off-by: Vyncint Ng <115854244+vyncint@users.noreply.github.com>
@vyncint
vyncint merged commit db5886b into main Sep 11, 2026
13 checks passed
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