Skip to content

ci(deps): bump actions/upload-artifact from 4 to 7#13

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

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

Conversation

@dependabot
Copy link
Contributor

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

Bumps actions/upload-artifact from 4 to 7.

Release notes

Sourced from actions/upload-artifact's releases.

v7.0.0

v7 What's new

Direct Uploads

Adds support for uploading single files directly (unzipped). Callers can set the new archive parameter to false to skip zipping the file during upload. Right now, we only support single files. The action will fail if the glob passed resolves to multiple files. The name parameter is also ignored with this setting. Instead, the name of the artifact will be the name of the uploaded file.

ESM

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

What's Changed

New Contributors

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

v6.0.0

v6 - What's new

[!IMPORTANT] actions/upload-artifact@v6 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. v5 had preliminary support for Node.js 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

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

v5.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
  • bbbca2d Support direct file uploads (#764)
  • 589182c Upgrade the module to ESM and bump dependencies (#762)
  • 47309c9 Merge pull request #754 from actions/Link-/add-proxy-integration-tests
  • 02a8460 Add proxy integration test
  • b7c566a Merge pull request #745 from actions/upload-artifact-v6-release
  • e516bc8 docs: correct description of Node.js 24 support in README
  • ddc45ed docs: update README to correct action name for Node.js 24 support
  • 615b319 chore: release v6.0.0 for Node.js 24 support
  • 017748b Merge pull request #744 from actions/fix-storage-blob
  • 38d4c79 chore: rebuild dist
  • 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/upload-artifact](https://github.com/actions/upload-artifact) from 4 to 7.
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](actions/upload-artifact@v4...v7)

---
updated-dependencies:
- dependency-name: actions/upload-artifact
  dependency-version: '7'
  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:11 UTC 2026
Commit: 88bd30b
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