ci: Bump actions/checkout from 4 to 6#2
Open
dependabot[bot] wants to merge 1 commit into
Open
Conversation
Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 6. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v4...v6) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
taibaran
added a commit
that referenced
this pull request
May 20, 2026
…inel + explicit returns Round-5 introduced 3 new findings, all flagged unanimously in round-6. Critical fixes: - detectAgyPrintTimeout regex anchored to (?:^|\n)...$ (3/3 reviewers flagged the round-5 unanchored regex as a false-positive risk — a user asking about timeouts, or the model echoing the sentinel mid-output when reviewing this codebase, would have been wrongly classified as timed-out and the real answer discarded). Multiline + case-insensitive. Sentinel must be the trailing line. - _scanLastBalancedJson advances by ONE on JSON.parse failure (Gemini #2 important). Round-5's `pos = end + 1` on parse failure skipped the entire outer braced block, missing nested verdicts inside JS-like wrappers (`const result = { data: {"decision":...} };`). Now: try parse → on failure, dive into the inner braces. SCAN_MAX_ ATTEMPTS still bounds adversarial input. - authProbe calls detectAgyPrintTimeout BEFORE classifyAuthBlob (Codex P3 + Gemini #5). When agy --print-timeout fires during /gemini:setup, agy exits 0 with the sentinel on stdout. Round-5 fell through to "probe failed" with a misleading re-auth hint. Now returns "agy print timeout fired during probe". Defensive: - Explicit `return` after emitAllow/emitBlock in stop-hook close handler. The functions process.exit(0), so no real bug, but Grok read the control flow as a potential fall-through. Defensive returns make the intent obvious. Tests (+1 net, 132 → 133): - detectAgyPrintTimeout: rewrote both tests with anchored regex contract (trailing line wins, embedded mid-output rejected, trailing whitespace/newline tolerated, mid-word "Error" rejected). - extractJsonObject: nested-JSON-inside-non-JSON-outer case. Live smoke (agy 1.0.0): - /gemini:setup: ✅ working - /gemini:ask: captured agy output (model emitted bullet-list thinking-aloud style instead of a 1-line reply — not a regression; the dispatcher captured cleanly).
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.
Bumps actions/checkout from 4 to 6.
Release notes
Sourced from actions/checkout's releases.
... (truncated)
Changelog
Sourced from actions/checkout's changelog.
... (truncated)
Commits
de0fac2Fix tag handling: preserve annotations and explicit fetch-tags (#2356)064fe7fAdd orchestration_id to git user-agent when ACTIONS_ORCHESTRATION_ID is set (...8e8c483Clarify v6 README (#2328)033fa0dAdd worktree support for persist-credentials includeIf (#2327)c2d88d3Update all references from v5 and v4 to v6 (#2314)1af3b93update readme/changelog for v6 (#2311)71cf226v6-beta (#2298)069c695Persist creds to a separate file (#2286)ff7abcdUpdate README to include Node.js 24 support details and requirements (#2248)08c6903Prepare v5.0.0 release (#2238)Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)