build: bump editorconfig-checker, ruff, and pyright action defaults - #53
Merged
Conversation
Absorbs the three tool-version drifts flagged by the weekly drift check (#45): editorconfig-checker 3.7.0 -> 3.8.0, ruff 0.15.19 -> 0.15.20, pyright 1.1.410 -> 1.1.411 — each verified still the latest stable upstream. The editorconfig sha256 default is recomputed from the v3.8.0 ec-linux-amd64.tar.gz release asset and matches upstream's published checksums.txt; ruff and pyright install via uvx (no checksum). Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_017K9RRMdUKD7HLExmHwMXAe
|
Claude finished @kyle-sexton's task in 1m 8s —— View job PR Review
SummaryThree minimal, mechanical bumps across three action defaults. The changes are correct, follow the project's established patterns, and raise no concerns. editorconfig-checker
|
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.


Absorbs the three tool-version drifts flagged by the weekly drift check — each re-verified as still the latest stable upstream at PR time:
3.7.0→3.8.0(binary-install lane). The pairedsha256:default is recomputed from the v3.8.0ec-linux-amd64.tar.gzrelease asset (downloaded and hashed locally:613bd88f34165a334adcb6b7e92a123c9de0eada65846d31af63613b779ff3be) and verified against upstream's publishedchecksums.txtfor the release — the two match.0.15.19→0.15.20(uvx lane, no checksum).1.1.410→1.1.411(uvx lane, no checksum).Consumers pick the new defaults up when they re-pin.
Closes #45
🤖 Generated with Claude Code
https://claude.ai/code/session_017K9RRMdUKD7HLExmHwMXAe
Note
Low Risk
CI-only default version bumps with no application or auth logic changes; editorconfig SHA256 stays aligned with the pinned binary release.
Overview
Bumps default tool versions in three composite GitHub Actions so consumers get current releases when they rely on action defaults (or re-pin).
editorconfig default
versionmoves 3.7.0 → 3.8.0, with the pairedsha256default updated for theec-linux-amd64.tar.gzasset. ruff default 0.15.19 → 0.15.20; pyright default 1.1.410 → 1.1.411. No changes to install/run steps—only input defaults.Reviewed by Cursor Bugbot for commit 4839ba9. Bugbot is set up for automated code reviews on this repo. Configure here.