Skip to content

build(deps): Bump actions/download-artifact from 4.3.0 to 7.0.0 - #2

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/github_actions/actions/download-artifact-7.0.0
Closed

build(deps): Bump actions/download-artifact from 4.3.0 to 7.0.0#2
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/github_actions/actions/download-artifact-7.0.0

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps actions/download-artifact from 4.3.0 to 7.0.0.

Release notes

Sourced from actions/download-artifact's releases.

v7.0.0

v7 - What's new

[!IMPORTANT] actions/download-artifact@v7 now runs on Node.js 24 (runs.using: node24) and requires a minimum Actions Runner version of 2.327.1. If you are using self-hosted runners, ensure they are updated before upgrading.

Node.js 24

This release updates the runtime to Node.js 24. v6 had preliminary support for Node 24, however this action was by default still running on Node.js 20. Now this action by default will run on Node.js 24.

What's Changed

New Contributors

Full Changelog: actions/download-artifact@v6.0.0...v7.0.0

v6.0.0

What's Changed

BREAKING CHANGE: this update supports Node v24.x. This is not a breaking change per-se but we're treating it as such.

New Contributors

Full Changelog: actions/download-artifact@v5...v6.0.0

v5.0.0

What's Changed

v5.0.0

🚨 Breaking Change

This release fixes an inconsistency in path behavior for single artifact downloads by ID. If you're downloading single artifacts by ID, the output path may change.

What Changed

... (truncated)

Commits
  • 37930b1 Merge pull request #452 from actions/download-artifact-v7-release
  • 72582b9 doc: update readme
  • 0d2ec9d chore: release v7.0.0 for Node.js 24 support
  • fd7ae8f Merge pull request #451 from actions/fix-storage-blob
  • d484700 chore: restore minimatch.dep.yml license file
  • 03a8080 chore: remove obsolete dependency license files
  • 56fe6d9 chore: update @​actions/artifact license file to 5.0.1
  • 8e3ebc4 chore: update package-lock.json with @​actions/artifact@​5.0.1
  • 1e3c4b4 fix: update @​actions/artifact to ^5.0.0 for Node.js 24 punycode fix
  • 458627d chore: use local @​actions/artifact package for Node.js 24 testing
  • Additional commits viewable in compare view

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/download-artifact](https://github.com/actions/download-artifact) from 4.3.0 to 7.0.0.
- [Release notes](https://github.com/actions/download-artifact/releases)
- [Commits](actions/download-artifact@d3f86a1...37930b1)

---
updated-dependencies:
- dependency-name: actions/download-artifact
  dependency-version: 7.0.0
  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 (f6011c7)

Verdict: Changes are not safe to merge due to 1 Critical supply-chain finding.

Critical

  1. Potential cross-fork SHA pinning attack in GitHub Action reference
    • File/Line: .github/workflows/release.yml:108
    • Finding: The workflow updates actions/download-artifact to a SHA labeled as v7.0.0, but one review reports that the official upstream action is on major v4, making v7.0.0 suspicious. If that SHA is not from the official upstream release/tag history, GitHub Actions can resolve a commit object from a fork network, which could execute malicious code under a trusted namespace.
    • Recommended fix:
      1. Revert this SHA update immediately.
      2. Verify the pinned SHA exists in the official actions/download-artifact repository release/tag history before reintroducing.
      3. Audit PR/author provenance for potential dependency-update impersonation.

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 03715e9 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/download-artifact-7.0.0 branch February 22, 2026 17:57
wesm added a commit to aaronflorey/agentsview that referenced this pull request Jul 3, 2026
Devin transcript failures are meant to be safe to surface, but path-bearing os.PathError values can include the raw transcript path and session id when formatted directly. Sanitizing that cause keeps the underlying error available via Unwrap while avoiding accidental source-path disclosure.

Malformed Devin rows can also omit both activity timestamps. Treating that freshness value as zero keeps one partial row from breaking discovery or parsing for the provider.

VALID (fixed): kenn-io#1, kenn-io#2
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 to rodboev/agentsview that referenced this pull request Jul 7, 2026
VALID (fixed): kenn-io#1 -- HTTP remote sync could stream raw Windsurf workspace SQLite state and sidecars to any bearer-token holder allowed to request remote archives.

VALID (fixed): kenn-io#2 -- Windsurf freshness and remote target selection treated transient SQLite SHM files as durable session inputs.

Windsurf HTTP archives now synthesize a filtered state.vscdb containing only the chat keys the parser consumes, while preserving workspace metadata for project naming. SHM is no longer watched, fingerprinted, or resolved, and SSH tar input skips paths that disappear after resolution so optional WAL sidecars do not abort transfer.
wesm added a commit that referenced this pull request Jul 10, 2026
Text preselection could discard entries whose only score came from structured metadata or temporal intent, while versioned eval corpora could not be isolated through the supported query surface. Preserve those ranking candidates and expose the existing versioned source-session identity as corpus_id so harnesses can query one corpus without deleting history.

VALID (fixed): #1 candidate selection, #2 eval corpus versioning.
wesm added a commit that referenced this pull request Jul 10, 2026
Eval corpus ingestion must remain idempotent under concurrent harness requests and must not expose partially indexed trajectories. Evidence imports must also preserve context budget when several tool uses support the same snippet.

VALID (fixed): #1 eval ingestion atomicity, #2 duplicate evidence context.
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 13, 2026
The project-evidence shape changed incompatibly after the original v1 surfaces shipped, but the public usage, activity, and session-summary payloads still reported version 1. Mark the current shape as v2 so consumers can reject the transitional 0.38.0/0.38.1 payloads safely.

Screenshot extraction also retained source identity evidence outside sessions.machine. Remove those source rows and journals so generated docs assets cannot republish local machine or repository context.

VALID (fixed): #1, #2
wesm added a commit that referenced this pull request Jul 14, 2026
Repair queue rows are durable, but cancellation after scanning could make status recounts share the canceled context and erase evidence of queued work. Use a bounded detached recount for all post-scan exits, retaining a committed-count fallback when recounting itself fails.

Keep the fallback-path test on the vector package's selected SQLite driver so it exercises the same contract on cgo and modernc configurations.

VALID (fixed): #1, #2
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 to mjacobs/agentsview that referenced this pull request Jul 19, 2026
Palette-owned Escape handling must not reach the document shortcut after clearing the modal, because that reinterprets one keypress as a session deselection. Initial build-status probes also need to distinguish failure and successful completion from a never-built ready state so the panel does not hide errors or offer redundant work.\n\nVALID (fixed): #1, kenn-io#2
mjacobs pushed a commit to mjacobs/agentsview that referenced this pull request Jul 19, 2026
Palette-owned Escape handling must not reach the document shortcut after clearing the modal, because that reinterprets one keypress as a session deselection. Initial build-status probes also need to distinguish failure and successful completion from a never-built ready state so the panel does not hide errors or offer redundant work.\n\nVALID (fixed): #1, kenn-io#2
wesm added a commit that referenced this pull request Jul 20, 2026
Reported provenance alone does not establish that a cost is a final session settlement. Invalid Copilot totals could also replace a valid prior settlement with zero, so validate them before selection and carry authoritative status separately from provenance.

VALID (fixed): #1, #2
mariusvniekerk pushed a commit to xkrogen/agentsview that referenced this pull request Jul 21, 2026
Reported provenance alone does not establish that a cost is a final session settlement. Invalid Copilot totals could also replace a valid prior settlement with zero, so validate them before selection and carry authoritative status separately from provenance.

VALID (fixed): kenn-io#1, kenn-io#2
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
An empty authoritative database is valid deletion proof, not a parser exclusion. Retaining its stored ownership as revivable tombstones prevents deletion of the final source conversation from erasing archived sessions and messages.

Container scans can be archive-sized, so caller cancellation must reach the shared-container callback, database reads, and per-conversation loop boundaries.

VALID (fixed): #1, #2
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