chore(deps): bump actions/checkout from 5.0.0 to 7.0.1 - #24
Merged
Merged
Conversation
Bumps [actions/checkout](https://github.com/actions/checkout) from 5.0.0 to 7.0.1. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@08c6903...3d3c42e) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 7.0.1 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
PR Reviewer Guide 🔍(Review updated until commit 568218d)Here are some key observations to aid the review process:
|
This was referenced Sep 2, 2026
Axel3121
pushed a commit
that referenced
this pull request
Sep 2, 2026
Rebuilt cleanly on main. The previous branch history had test-fixture commits written into it by a corrupted repository, one of which deleted 20k lines including .nvmrc — which is why CI failed at setup-node. The work itself, unchanged: The gate could not name a failing test. A refusal printed "1 failed" and discarded tap.txt, so PR #24's failure had to be hunted by re-running the suite locally. It now prints the not-ok records and the TAP output. The skip total was read from the wrong key. node emits "# skipped"; the gate matched "# skip", so the count was permanently zero. That disarmed the branch below it, which excused a non-zero runner exit whenever tests had been skipped. Measured on node v24.19.0 (what .nvmrc pins): a skipped test exits 0, so the excuse never had a real case — it only waved crashes through. A non-zero status is now a runner problem outright. CI never installed bwrap, so the eleven sandbox enforcement tests — the only ones proving an agent shell cannot escape its worktree, read another tool's credentials, or reach the network — skipped themselves on every run and the job reported a pass. CI now installs bwrap, lifts Ubuntu 24.04's AppArmor restriction on unprivileged user namespaces, copies node under /usr where the sandbox can reach it, and proves both work before the suite depends on them. The gate's own tests exercised one awk expression in isolation, which is how a broken line survived next to a correct one. The whole block now runs against a stubbed node. Evidence: npm run check 256/256, 0 skipped, tsc clean. Mutation harness 4/4; pre-push hook verification 3/3.
Axel3121
deleted the
dependabot/github_actions/actions/checkout-7.0.1
branch
September 2, 2026 17:46
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 5.0.0 to 7.0.1.
Release notes
Sourced from actions/checkout's releases.
... (truncated)
Changelog
Sourced from actions/checkout's changelog.
... (truncated)
Commits
3d3c42eprep v7.0.1 release (#2531)2880268escape values passed to --unset (#2530)12cd223trim only ascii whitespace for branch (#2521)62661c4skip running unsafe pr check if input is default (#2518)e8d4307Bump the minor-actions-dependencies group with 2 updates (#2499)631c942eslint 9 (#2474)4f1f4aeBump actions/upload-artifact from 4 to 7 (#2476)ba09753Bump actions/checkout from 6 to 7 (#2488)b9e0990Bump docker/login-action from 3.3.0 to 4.2.0 (#2479)e8cb398Bump docker/build-push-action from 6.5.0 to 7.2.0 (#2478)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)