feat: create-check-run default true, codeql 4.37.7 combined bump - #42
Merged
Conversation
This was referenced Aug 23, 2026
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.
What
create-check-rundefault flipsfalse->truein both the Action metadata (action.yml) and the JS parser fallback (src/action/index.ts), mirroring the establishedfail-onpattern. A bareuses: daichunghy/patchgate@tagis now visible as a Check Run by default; explicitcreate-check-run: falsestill opts out, andfail-on: blockedbehavior is unchanged.github/codeql-action/initandgithub/codeql-action/analyzemove fromf3712979...to the v4.37.7 commitff2f1c621b7f889edc0d3c761ac2e6a3f8cdb0dd(comment format preserved from the Dependabot diffs). CodeQL init+analyze must share one action version, so the split Dependabot PRs build(deps): bump github/codeql-action/analyze from 3.37.7 to 4.37.7 #35/build(deps): bump github/codeql-action/init from 3.37.7 to 4.37.7 #37 (each individually red) are superseded by this combined bump.create-check-runinput-table default column changed totrue.Why
G4 paste-time trap fix: a consumer pasting only
uses:previously got no visible check run, hiding the gate entirely. Controller rulings ride in the same PR to keep the change atomic.TDD evidence
test/action.test.tsdefault-inputs case changed to expectcreateCheckRun === true; run failed RED:AssertionError: expected false to be true(test/action.test.ts:12).?? ""->?? "true"+action.ymldefault: 'true'applied;npx vitest run test/action.test.ts-> 18/18 PASS.Verification
npm run verifyexit 0 (typecheck, lint, full test suites, clean-roomverify:dist, release-candidate checks): 146 tests passed across suites (6 CLI process + 25 + 14 + 101), 0 failures; dist/action/index.js rebuilt vianpm run bundle:actionand clean-room verified.Note: committed via gh contents API (local git hook blocks commits).