chore(deps): bump actions/checkout from 6 to 7 - #9
Open
dependabot[bot] wants to merge 1 commit into
Open
Conversation
Bumps [actions/checkout](https://github.com/actions/checkout) from 6 to 7. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v6...v7) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
dependabot
Bot
force-pushed
the
dependabot/github_actions/actions/checkout-7
branch
from
June 28, 2026 13:22
8eaaa65 to
f454357
Compare
maxgfr
added a commit
that referenced
this pull request
Jul 23, 2026
Pure re-pin, no adoption/suppression work: construct only consumes
walk/readText + types (src/walk.ts) and this API surface — walk(root,
opts?): WalkResult, readText(abs): string, WalkOptions { maxFileBytes?,
maxFiles?, gitignore? }, WalkedFile { rel, abs, size, ext, mtimeMs } — is
byte-identical in shape between v2.10.0 and v2.12.0's .d.mts. src/walk.ts
required no changes.
node scripts/sync-engine.mjs --ref v2.12.0 bumped src/vendor/ from v2.10.0
to v2.12.0 (engine.meta.json records the new tag/sha256/engineVersion);
--check confirms the vendored bytes match the pin. EXTRACTOR_VERSION moved
6 -> 9 (issue #9 export-alias line fix among the intervening releases).
pnpm build re-inlined the vendored engine into scripts/construct.mjs and
skills/construct/scripts/construct.mjs (tsup single-file bundle).
Adjudication (golden-first):
- Before re-pin: pnpm test — 30 files / 479 tests passed.
- After re-pin + rebuild: pnpm test — 30 files / 479 tests passed, same
count, zero failures, tests/__snapshots__/ untouched.
- construct has no fixture/golden that exercises symbol extraction
(buildSymbolIndex/extractSymbols) or the export-alias line numbers the
v2.12.0 fix touches — src/walk.ts only calls walk()/readText() — so class
A3 (alias line moving to its declaration line) has no surface here and
was not encountered.
- Diff is confined to src/vendor/codeindex-engine.{mjs,d.mts},
src/vendor/engine.meta.json, and the two generated bundle copies; no
file under tests/, src/ (other than vendor/), or skills/construct/
changed.
- No on-disk cache keyed on EXTRACTOR_VERSION exists in construct's own
code (the engine's own cache.json invalidation path in its `index` CLI
command is not reachable from construct's source, which imports only
walk/readText) — protocol step 5 (cache-invalidation proof) is not
applicable to this repo.
Gates run separately: pnpm test (479 passed), pnpm typecheck (clean),
pnpm lint (0 errors, 1 pre-existing unrelated warning in src/templates.ts),
pnpm verify:bundle (ok), pnpm check:build (tsup rebuild + git diff
--exit-code on the committed bundle + verify:bundle + sync-engine --check,
all clean).
maxgfr
added a commit
that referenced
this pull request
Jul 23, 2026
Today's engine re-pin to codeindex v2.12.0 landed via a chore-typed commit, so semantic-release cut nothing and the update never shipped. This empty commit forces a release that delivers v2.12.0 (issue #9 alias-line fix, EXTRACTOR v9) to users.
github-actions Bot
pushed a commit
that referenced
this pull request
Jul 23, 2026
## [2.2.1](v2.2.0...v2.2.1) (2026-07-23) ### Bug Fixes * **engine:** ship the codeindex v2.12.0 re-pin in a release ([0df4b92](0df4b92)), closes [#9](#9)
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 6 to 7.
Release notes
Sourced from actions/checkout's releases.
Changelog
Sourced from actions/checkout's changelog.
... (truncated)
Commits
9c091bbupdate error wording (#2467)1044a6dgetting ready for checkout v7 release (#2464)f028218Bump the minor-npm-dependencies group across 1 directory with 3 updates (#2462)d914b26upgrade module to esm and update dependencies (#2463)537c7efBump@actions/coreand@actions/tool-cacheand Remove uuid (#2459)130a169Bump js-yaml from 4.1.0 to 4.2.0 (#2461)7d09575Bump flatted from 3.3.1 to 3.4.2 (#2460)0f9f3aaBump actions/publish-immutable-action (#2458)f9e715ablock checking out fork pr for pull_request_target and workflow_run (#2454)