docs: surface SARIF + PR-diff in README intro#25
Merged
Conversation
…rsion workflows Adds .github/workflows/still_active_diff.yml — runs bundle exec still_active on main as baseline, on PR HEAD with --baseline, posts the markdown delta as a PR comment + step summary + fails the job on regressions. Dogfoods baseline-diff (closes still_active-action#2). Also: - actions/checkout@v4 -> @v6 (Node 24-ready, drops the deprecation warning we've been seeing on every push) - codeql-action/upload-sarif@v3 -> @v4 in still_active.yml (consistency with the rest of the suite, all already on v4) - Hardcoded Ruby 3.4 -> 4.0 in single-version workflows; rspec matrix unchanged (still tests 3.3/3.4/4.0/head) - publish.yml: ruby-version 'ruby' -> '4.0' (explicit beats system default which varies by runner image) - Dependabot github-actions group now allows major bumps too — Node runtime updates have historically been the only 'breaking' change in this group and we'd rather see them at once Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
still_active diff0 regressions · 0 added · 0 removed · 0 bumped · 0 signal-changes |
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.
One paragraph after the lede so new readers don't have to scroll to line 185 to discover the v1.4 features. Highlights both output formats and the PR-diff use case.