Skip to content

chore(deps): bump actions/checkout from 6 to 7 - #9

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/github_actions/actions/checkout-7
Open

chore(deps): bump actions/checkout from 6 to 7#9
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/github_actions/actions/checkout-7

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 22, 2026

Copy link
Copy Markdown

Bumps actions/checkout from 6 to 7.

Release notes

Sourced from actions/checkout's releases.

v7.0.0

What's Changed

New Contributors

Full Changelog: actions/checkout@v6.0.3...v7.0.0

v6.0.3

What's Changed

New Contributors

Full Changelog: actions/checkout@v6...v6.0.3

v6.0.2

What's Changed

Full Changelog: actions/checkout@v6.0.1...v6.0.2

v6.0.1

What's Changed

Full Changelog: actions/checkout@v6...v6.0.1

Changelog

Sourced from actions/checkout's changelog.

Changelog

v7.0.0

v6.0.3

v6.0.2

v6.0.1

v6.0.0

v5.0.1

v5.0.0

v4.3.1

v4.3.0

v4.2.2

v4.2.1

... (truncated)

Commits

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels Jun 22, 2026
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
dependabot Bot force-pushed the dependabot/github_actions/actions/checkout-7 branch from 8eaaa65 to f454357 Compare June 28, 2026 13:22
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)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants