Skip to content

ci(deps): bump actions/download-artifact from 4 to 8#14

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/github_actions/actions/download-artifact-8
Open

ci(deps): bump actions/download-artifact from 4 to 8#14
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/github_actions/actions/download-artifact-8

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 2, 2026

Bumps actions/download-artifact from 4 to 8.

Release notes

Sourced from actions/download-artifact's releases.

v8.0.0

v8 - What's new

Direct downloads

To support direct uploads in actions/upload-artifact, the action will no longer attempt to unzip all downloaded files. Instead, the action checks the Content-Type header ahead of unzipping and skips non-zipped files. Callers wishing to download a zipped file as-is can also set the new skip-decompress parameter to false.

Enforced checks (breaking)

A previous release introduced digest checks on the download. If a download hash didn't match the expected hash from the server, the action would log a warning. Callers can now configure the behavior on mismatch with the digest-mismatch parameter. To be secure by default, we are now defaulting the behavior to error which will fail the workflow run.

ESM

To support new versions of the @actions/* packages, we've upgraded the package to ESM.

What's Changed

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

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.

... (truncated)

Commits
  • 70fc10c Merge pull request #461 from actions/danwkennedy/digest-mismatch-behavior
  • f258da9 Add change docs
  • ccc058e Fix linting issues
  • bd7976b Add a setting to specify what to do on hash mismatch and default it to error
  • ac21fcf Merge pull request #460 from actions/danwkennedy/download-no-unzip
  • 15999bf Add note about package bumps
  • 974686e Bump the version to v8 and add release notes
  • fbe48b1 Update test names to make it clearer what they do
  • 96bf374 One more test fix
  • b8c4819 Fix skip decompress test
  • 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 to 8.
- [Release notes](https://github.com/actions/download-artifact/releases)
- [Commits](actions/download-artifact@v4...v8)

---
updated-dependencies:
- dependency-name: actions/download-artifact
  dependency-version: '8'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Mar 2, 2026

Assignees

The following users could not be added as assignees: ananke-ai/maintainers. Either the username does not exist or it does not have the correct permissions to be added as an assignee.

Labels

The following labels could not be found: dependencies, github-actions. Please create them before Dependabot can add them to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

@github-actions
Copy link

github-actions bot commented Mar 2, 2026

🔒 Security Audit Summary

Date: Mon Mar 2 09:39:16 UTC 2026
Commit: e620ab6
Trigger: pull_request


Rust Security

Dependency Vulnerabilities

Fetching advisory database from `https://github.com/RustSec/advisory-db.git`
  Loaded 939 security advisories (from /home/runner/.cargo/advisory-db)
Updating crates.io index
Scanning Cargo.lock for vulnerabilities (325 crate dependencies)

Crate: rustls-pemfile
Version: 1.0.4
Warning: unmaintained
Title: rustls-pemfile is unmaintained
Date: 2025-11-28
ID: RUSTSEC-2025-0134
URL: https://rustsec.org/advisories/RUSTSEC-2025-0134
Dependency tree:
rustls-pemfile 1.0.4
└── reqwest 0.11.27
└── maze 0.1.0

Crate: lru
Version: 0.12.5
Warning: unsound
Title: IterMut violates Stacked Borrows by invalidating internal pointer
Date: 2026-01-07
ID: RUSTSEC-2026-0002
URL: https://rustsec.org/advisories/RUSTSEC-2026-0002
Dependency tree:
lru 0.12.5
└── maze 0.1.0

warning: 2 allowed warnings found

Zig Code Security Scan

Hardcoded Secrets Check

✅ No hardcoded secrets detected

Unsafe Code Patterns

  • Found 7 uses of @ptrCast
  • Found 11 uses of unreachable
    ℹ️ Found 18 uses of potentially unsafe patterns (review recommended)

Dependency Audit

Dependencies from build.zig.zon:

.{
    // This is the default name used by packages depending on this one. For
    // example, when a user runs `zig fetch --save <url>`, this field is used
    // as the key in the `dependencies` table. Although the user can choose a
    // different name, most users will stick with this provided value.
    //
    // It is redundant to include "zig" in this name because it is already
    // within the Zig package namespace.
    .name = .ananke,
    // This is a [Semantic Version](https://semver.org/).
    // In a future version of Zig it will be used for package deduplication.
    .version = "0.1.0",
    // Together with name, this represents a globally unique package
    // identifier. This field is generated by the Zig toolchain when the
    // package is first created, and then *never changes*. This allows
    // unambiguous detection of one package being an updated version of
    // another.
    //
    // When forking a Zig project, this id should be regenerated (delete the
    // field and run `zig build`) if the upstream project is still maintained.
    // Otherwise, the fork is *hostile*, attempting to take control over the
    // original project's identity. Thus it is recommended to leave the comment
    // on the following line intact, so that it shows up in code reviews that
    // modify the field.
    .fingerprint = 0x2e6ae587a7a425d3, // Changing this has security and trust implications.
    // Tracks the earliest Zig version that the package considers to be a
    // supported use case.
    .minimum_zig_version = "0.15.2",
    // This field is optional.
    // Each dependency must either provide a `url` and `hash`, or a `path`.
    // `zig build --fetch` can be used to fetch all dependencies of a package, recursively.
    // Once all dependencies are fetched, `zig build` no longer requires
    // internet connectivity.
    .dependencies = .{
        // Tree-sitter support pending upstream Zig 0.15.x compatibility
        // Tracking issue: z-tree-sitter needs enum literal names in build.zig.zon
        // Once fixed, uncomment:
        //.zts = .{
        //    .url = "git+https://github.com/lfcm64/z-tree-sitter#90c687ce0c00cd9585cda5c529e3675380357029",
        //    .hash = "zts-0.1.0-AAAAACKnAABeUKXcwClAUA7YT6A3UqXg54WfvRbBfbAV",
        //},
    },
    .paths = .{
        "build.zig",
        "build.zig.zon",
        "src",
        // For example...
        //"LICENSE",
        //"README.md",
    },
}

✅ All dependency URLs use HTTPS

Secret Scanning

Secret Scanning Results

✅ No secrets detected

License Compliance Report

Rust Dependencies

(Apache-2.0 OR MIT) AND BSD-3-Clause (1): encoding_rs
(Apache-2.0 OR MIT) AND Unicode-3.0 (1): unicode-ident
Apache-2.0 (7): ciborium, ciborium-io, ciborium-ll, openssl, pyo3-async-runtimes, similar, sync_wrapper
Apache-2.0 OR Apache-2.0 WITH LLVM-exception OR MIT (14): linux-raw-sys, rustix, wasi, wasip2, wasip3, wasm-encoder, wasm-metadata, wasmparser, wit-bindgen, wit-bindgen-core, wit-bindgen-rust, wit-bindgen-rust-macro, wit-component, wit-parser
Apache-2.0 OR BSD-2-Clause OR MIT (2): zerocopy, zerocopy-derive
Apache-2.0 OR BSL-1.0 (1): ryu
Apache-2.0 OR ISC OR MIT (1): rustls-pemfile
Apache-2.0 OR LGPL-2.1-or-later OR MIT (1): r-efi
Apache-2.0 OR MIT (213): ahash, allocator-api2, android_system_properties, anes, anstyle, anyhow, arraydeque, async-trait, atomic-waker, autocfg, base64, bitflags, bitflags, block-buffer, bumpalo, cast, cc, cfg-if, chrono, clap, clap_builder, clap_lex, config, const-random, const-random-macro, core-foundation, core-foundation, core-foundation-sys, cpufeatures, criterion, criterion-plot, crossbeam-deque, crossbeam-epoch, crossbeam-utils, crypto-common, digest, dirs, dirs-sys, displaydoc, dlv-list, either, equivalent, errno, fastrand, find-msvc-tools, fnv, foreign-types, foreign-types-shared, form_urlencoded, futures, futures-channel, futures-core, futures-executor, futures-io, futures-macro, futures-sink, futures-task, futures-util, getrandom, getrandom, getrandom, half, hashbrown, hashbrown, hashbrown, hashlink, heck, hermit-abi, http, http, httparse, httpdate, hyper-tls, iana-time-zone, iana-time-zone-haiku, id-arena, idna, idna_adapter, indexmap, indoc, ipnet, itertools, itoa, js-sys, lazy_static, leb128fmt, libc, lock_api, log, mime, minimal-lexical, native-tls, num-traits, once_cell, openssl-macros, openssl-probe, parking_lot, parking_lot_core, pathdiff, percent-encoding, pest, pest_derive, pest_generator, pest_meta, pin-project-lite, pin-utils, pkg-config, portable-atomic, ppv-lite86, prettyplease, proc-macro2, pyo3, pyo3-build-config, pyo3-ffi, pyo3-macros, pyo3-macros-backend, quote, rand, rand, rand_chacha, rand_chacha, rand_core, rand_core, rayon, rayon-core, regex, regex-automata, regex-syntax, reqwest, ron, rustversion, scopeguard, security-framework, security-framework-sys, semver, serde, serde_core, serde_derive, serde_json, serde_spanned, serde_urlencoded, sha2, shlex, signal-hook-registry, smallvec, socket2, socket2, stable_deref_trait, syn, system-configuration, system-configuration-sys, tempfile, thiserror, thiserror-impl, thread_local, tinytemplate, toml, toml_datetime, toml_edit, toml_write, typenum, ucd-trie, unicode-segmentation, unicode-xid, unindent, url, utf8_iter, vcpkg, version_check, wasm-bindgen, wasm-bindgen-futures, wasm-bindgen-macro, wasm-bindgen-macro-support, wasm-bindgen-shared, wasm-streams, web-sys, windows-core, windows-implement, windows-interface, windows-link, windows-result, windows-strings, windows-sys, windows-sys, windows-sys, windows-sys, windows-targets, windows-targets, windows-targets, windows_aarch64_gnullvm, windows_aarch64_gnullvm, windows_aarch64_gnullvm, windows_aarch64_msvc, windows_aarch64_msvc, windows_aarch64_msvc, windows_i686_gnu, windows_i686_gnu, windows_i686_gnu, windows_i686_gnullvm, windows_i686_gnullvm, windows_i686_msvc, windows_i686_msvc, windows_i686_msvc, windows_x86_64_gnu, windows_x86_64_gnu, windows_x86_64_gnu, windows_x86_64_gnullvm, windows_x86_64_gnullvm, windows_x86_64_gnullvm, windows_x86_64_msvc, windows_x86_64_msvc, windows_x86_64_msvc, yaml-rust2
Apache-2.0 WITH LLVM-exception (1): target-lexicon
BSL-1.0 (1): xxhash-rust
CC0-1.0 (1): tiny-keccak
ISC (1): json5
MIT (53): assert-json-diff, bytes, convert_case, crunchy, generic-array, h2, h2, http-body, http-body, http-body-util, hyper, hyper, hyper-util, is-terminal, libredox, lru, matchers, memoffset, mio, mockito, nom, nu-ansi-term, oorandom, openssl-sys, ordered-multimap, plotters, plotters-backend, plotters-svg, redox_syscall, redox_users, rust-ini, schannel, sharded-slab, slab, synstructure, tokio, tokio-macros, tokio-native-tls, tokio-stream, tokio-test, tokio-util, tower-service, tracing, tracing-attributes, tracing-core, tracing-log, tracing-subscriber, try-lock, valuable, want, winnow, winreg, zmij
MIT OR Unlicense (5): aho-corasick, memchr, same-file, walkdir, winapi-util
MPL-2.0 (2): colored, option-ext
Proprietary (1): maze
Unicode-3.0 (18): icu_collections, icu_locale_core, icu_normalizer, icu_normalizer_data, icu_properties, icu_properties_data, icu_provider, litemap, potential_utf, tinystr, writeable, yoke, yoke-derive, zerofrom, zerofrom-derive, zerotrie, zerovec, zerovec-derive
Zlib (1): foldhash

⚠️ Found GPL-licensed dependencies:

Apache-2.0 OR LGPL-2.1-or-later OR MIT (1): r-efi

Project License

✅ LICENSE file present

All Rights Reserved

Copyright (c) 2025 Rand Arete / Ananke

This software and associated documentation files (the "Software") are the

Recommendations

  1. Review all security warnings
  2. Update vulnerable dependencies
  3. Ensure secrets are never committed
  4. Verify license compatibility
  5. Document security decisions

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants