Skip to content

build(deps): Bump actions/checkout from 4.2.2 to 6.0.2 - #3

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

build(deps): Bump actions/checkout from 4.2.2 to 6.0.2#3
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/github_actions/actions/checkout-6.0.2

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Feb 19, 2026

Copy link
Copy Markdown
Contributor

Bumps actions/checkout from 4.2.2 to 6.0.2.

Release notes

Sourced from actions/checkout's releases.

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

v6.0.0

What's Changed

Full Changelog: actions/checkout@v5.0.0...v6.0.0

v6-beta

What's Changed

Updated persist-credentials to store the credentials under $RUNNER_TEMP instead of directly in the local git config.

This requires a minimum Actions Runner version of v2.329.0 to access the persisted credentials for Docker container action scenarios.

v5.0.1

What's Changed

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

v5.0.0

What's Changed

⚠️ Minimum Compatible Runner Version

v2.327.1
Release Notes

... (truncated)

Changelog

Sourced from actions/checkout's changelog.

Changelog

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

v4.2.0

v4.1.7

v4.1.6

... (truncated)

Commits

Dependabot compatibility score

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 rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will 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 version will 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 dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [actions/checkout](https://github.com/actions/checkout) from 4.2.2 to 6.0.2.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@11bd719...de0fac2)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-version: 6.0.2
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels Feb 19, 2026
@roborev-ci

roborev-ci Bot commented Feb 22, 2026

Copy link
Copy Markdown

roborev: Combined Review (ed55d1f)

Verdict: Blocker — this PR introduces a Critical CI supply-chain risk and should not be merged as-is.

Critical

  • Potential fork-commit spoofing / untrusted action SHA execution
    • Files/lines: .github/workflows/ci.yml:17, .github/workflows/ci.yml:37, .github/workflows/ci.yml:68, .github/workflows/ci.yml:95, .github/workflows/msys2-update-check.yml:16, .github/workflows/release.yml:36, .github/workflows/release.yml:104
    • Issue: The update pins actions/checkout to SHA de0fac2e4500dabe0009e67214ff5f5447ce83dd while labeling it as v6.0.2 (reported as non-existent for upstream actions/checkout). This can allow execution of code from an attacker-controlled fork commit if the SHA is not from the trusted upstream repository.
    • Impact: Arbitrary code execution in CI, potential secret exfiltration, artifact compromise, or unauthorized repo changes.
    • Recommended fix: Reject/revert this SHA update, restore a verified upstream actions/checkout pinned SHA (e.g., prior known-good v4.2.2 pin), and only accept action bumps from trusted, verifiable sources.

Synthesized from 4 reviews (agents: codex, gemini | types: default, security)

@wesm wesm mentioned this pull request Feb 22, 2026
3 tasks
@wesm wesm closed this in #9 Feb 22, 2026
@dependabot @github

dependabot Bot commented on behalf of github Feb 22, 2026

Copy link
Copy Markdown
Contributor Author

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot
dependabot Bot deleted the dependabot/github_actions/actions/checkout-6.0.2 branch February 22, 2026 17:57
wesm added a commit that referenced this pull request Jul 5, 2026
Embedding endpoint 4xx responses are not all document-specific. Treating route, schema, model, or media-type failures as permanent skip-stamped entire corpora and could activate an empty generation, leaving later incremental builds with nothing to retry.

Keep embeddings routes registered even when vector serving is disabled so OpenAPI and generated clients expose the API surface, with handlers returning 501 until a manager is wired. Semantic and hybrid search now require an explicit intent header over GET so blind browser no-CORS requests cannot spend embeddings quota through the local daemon; daemon-backed clients set that header.

VALID (fixed): #1, #2, #3
INVALID (dismissed): none
PEDANTIC (skipped): none
wesm added a commit that referenced this pull request Jul 6, 2026
Embedding endpoint 4xx responses are not all document-specific. Treating route, schema, model, or media-type failures as permanent skip-stamped entire corpora and could activate an empty generation, leaving later incremental builds with nothing to retry.

Keep embeddings routes registered even when vector serving is disabled so OpenAPI and generated clients expose the API surface, with handlers returning 501 until a manager is wired. Semantic and hybrid search now require an explicit intent header over GET so blind browser no-CORS requests cannot spend embeddings quota through the local daemon; daemon-backed clients set that header.

VALID (fixed): #1, #2, #3
INVALID (dismissed): none
PEDANTIC (skipped): none
wesm added a commit that referenced this pull request Jul 12, 2026
Scheduled and API-triggered HTTP syncs must use one lock order or overlapping work can deadlock the daemon. Failed archive extraction setup must also retain downloaded spools for cleanup retry, especially when disk or filesystem failures are already present.

Multi-source rebuild safety now evaluates each source independently so successful work from one source cannot authorize swapping an incomplete archive for another, while contributor cancellation and failure diagnostics remain observable.

VALID (fixed): #1 lock-order inversion, #2 extraction setup cleanup leak, #3 per-source rebuild safety
INVALID (dismissed): none
PEDANTIC (skipped): none
wesm added a commit that referenced this pull request Jul 14, 2026
Repair integrity scans must remain bounded by the scanned documents, even when one document has many chunks. Fetching content once per document avoids multiplying content transfer and allocation by chunk count while preserving the same validation contract.

Embeddings commands also need to distinguish an incompatible live daemon from a genuinely unreachable one so users receive the existing restart guidance after an API upgrade.

VALID (fixed): #1, #2
INVALID (dismissed): #3, #4 -- already fixed by 929db2d
wesm added a commit that referenced this pull request Jul 23, 2026
Complete container parses infer missing members from stored ownership; those absences must remain revivable archive tombstones rather than parser exclusions. Watcher retries also need an authoritative replay after a failed write advances the provider cursor.

Split schemas now combine indexed single-workspace timestamps with a fixed recent-member window so metadata and usage commits converge without making routine event work scale with the conversation archive.

VALID (fixed): #1, #2, #3
INVALID (dismissed): none
PEDANTIC (skipped): none
wesm added a commit that referenced this pull request Jul 23, 2026
Workspace-qualified identities must retain user trash and permanent exclusion state instead of resurfacing deleted conversations. Explicit migration relationships let cleanup honor that state without rewriting archived primary keys.

Omnigent watcher discovery is intentionally bounded, so scheduled streamed reconciliation remains the authoritative backstop for edits outside its cursors. Pending correctness retries also bypass incremental cutoffs and are acknowledged only after successful work.

VALID (fixed): #1, #2, #3
INVALID (dismissed): none
PEDANTIC (skipped): none
wesm added a commit that referenced this pull request Jul 23, 2026
A failed member parse can advance one root's bounded cursor, so unrelated scoped work must not acknowledge the global replay generation. Only an unscoped pass provides the coverage needed to clear that recovery state.

Remote copies of a live WAL database also need transactional snapshot semantics. Exporting one online-backup database avoids inconsistent main/WAL combinations and keeps unrelated Omnigent state out of HTTP and SSH archives. Recorded aggregate usage cost remains authoritative when Omnigent provides model token breakdowns without model costs.

VALID (fixed): #1, #2, #3
INVALID (dismissed): none
PEDANTIC (skipped): none
wesm added a commit that referenced this pull request Jul 23, 2026
Omnigent stores transcript data beside authentication credentials in the same SQLite database. A page-level backup cannot provide a safe remote artifact, so HTTP and SSH sync must exclude the provider until a fresh allowlisted export schema exists. This also makes snapshot-tool failures irrelevant instead of allowing successful empty imports.

Persisted container cache hits still need to restore the bounded in-memory change cursors after process restart. Rebuilding only cursor tails, workspace bounds, and the fixed recent-member window preserves watcher cardinality without reparsing the archive; a fingerprint recheck closes the commit race during restoration.

VALID (fixed): #1, #2, #3
INVALID (dismissed): none
PEDANTIC (skipped): none
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

Development

Successfully merging this pull request may close these issues.

0 participants