Skip to content

build(deps): bump the dependencies group across 45 directories with 6 updates#3772

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/github_actions/dot-github/workflows/dependencies-4baa7ec5b1
Open

build(deps): bump the dependencies group across 45 directories with 6 updates#3772
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/github_actions/dot-github/workflows/dependencies-4baa7ec5b1

Conversation

@dependabot
Copy link
Contributor

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

Bumps the dependencies group with 4 updates in the /.github/workflows directory: envoyproxy/toolshed, actions/upload-artifact, github/codeql-action and actions-rust-lang/setup-rust-toolchain.
Bumps the dependencies group with 1 update in the /actions/azp/agent-cleanup directory: envoyproxy/toolshed.
Bumps the dependencies group with 1 update in the /actions/bind-mounts directory: envoyproxy/toolshed.
Bumps the dependencies group with 1 update in the /actions/bson directory: envoyproxy/toolshed.
Bumps the dependencies group with 1 update in the /actions/buildah directory: envoyproxy/toolshed.
Bumps the dependencies group with 1 update in the /actions/cache/prime directory: envoyproxy/toolshed.
Bumps the dependencies group with 1 update in the /actions/cache/restore directory: envoyproxy/toolshed.
Bumps the dependencies group with 1 update in the /actions/docker/cache/prime directory: envoyproxy/toolshed.
Bumps the dependencies group with 1 update in the /actions/docker/cache/restore directory: envoyproxy/toolshed.
Bumps the dependencies group with 1 update in the /actions/docker/fetch directory: envoyproxy/toolshed.
Bumps the dependencies group with 1 update in the /actions/docker/shas directory: envoyproxy/toolshed.
Bumps the dependencies group with 1 update in the /actions/envoy/ci/env directory: envoyproxy/toolshed.
Bumps the dependencies group with 1 update in the /actions/envoy/ci/request directory: envoyproxy/toolshed.
Bumps the dependencies group with 1 update in the /actions/envoy/run/summary directory: envoyproxy/toolshed.
Bumps the dependencies group with 1 update in the /actions/foreach directory: envoyproxy/toolshed.
Bumps the dependencies group with 1 update in the /actions/gcp/setup directory: envoyproxy/toolshed.
Bumps the dependencies group with 1 update in the /actions/gcs/fuse directory: envoyproxy/toolshed.
Bumps the dependencies group with 1 update in the /actions/github/afterall directory: envoyproxy/toolshed.
Bumps the dependencies group with 1 update in the /actions/github/artifact/cache/restore directory: envoyproxy/toolshed.
Bumps the dependencies group with 1 update in the /actions/github/checkout directory: envoyproxy/toolshed.
Bumps the dependencies group with 1 update in the /actions/github/command directory: envoyproxy/toolshed.
Bumps the dependencies group with 1 update in the /actions/github/env/load directory: envoyproxy/toolshed.
Bumps the dependencies group with 2 updates in the /actions/github/env/save directory: envoyproxy/toolshed and actions/upload-artifact.
Bumps the dependencies group with 1 update in the /actions/github/env/summary directory: envoyproxy/toolshed.
Bumps the dependencies group with 1 update in the /actions/github/issue/get directory: envoyproxy/toolshed.
Bumps the dependencies group with 1 update in the /actions/github/merge-commit directory: envoyproxy/toolshed.
Bumps the dependencies group with 1 update in the /actions/github/pr directory: envoyproxy/toolshed.
Bumps the dependencies group with 1 update in the /actions/github/release directory: envoyproxy/toolshed.
Bumps the dependencies group with 1 update in the /actions/github/release/artifacts directory: envoyproxy/toolshed.
Bumps the dependencies group with 1 update in the /actions/github/release/latest directory: envoyproxy/toolshed.
Bumps the dependencies group with 1 update in the /actions/github/release/publish directory: envoyproxy/toolshed.
Bumps the dependencies group with 1 update in the /actions/github/release/shas directory: envoyproxy/toolshed.
Bumps the dependencies group with 1 update in the /actions/github/release/status directory: envoyproxy/toolshed.
Bumps the dependencies group with 2 updates in the /actions/github/run directory: envoyproxy/toolshed and actions/upload-artifact.
Bumps the dependencies group with 1 update in the /actions/github/should-run directory: envoyproxy/toolshed.
Bumps the dependencies group with 1 update in the /actions/gpg directory: envoyproxy/toolshed.
Bumps the dependencies group with 2 updates in the /actions/gpg/import directory: envoyproxy/toolshed and crazy-max/ghaction-import-gpg.
Bumps the dependencies group with 1 update in the /actions/json/table directory: envoyproxy/toolshed.
Bumps the dependencies group with 2 updates in the /actions/oci/collector directory: envoyproxy/toolshed and actions/download-artifact.
Bumps the dependencies group with 1 update in the /actions/regctl/install directory: envoyproxy/toolshed.
Bumps the dependencies group with 1 update in the /actions/source directory: envoyproxy/toolshed.
Bumps the dependencies group with 1 update in the /actions/test-runner directory: envoyproxy/toolshed.
Bumps the dependencies group with 1 update in the /actions/upload/diff directory: actions/upload-artifact.
Bumps the dependencies group with 1 update in the /actions/using/recurse directory: envoyproxy/toolshed.
Bumps the dependencies group with 1 update in the /actions/version directory: envoyproxy/toolshed.

Updates envoyproxy/toolshed from 8bcc8dc to 05dcb99

Commits

Updates actions/upload-artifact from 6.0.0 to 7.0.0

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

Commits

Updates github/codeql-action from 4.32.3 to 4.32.5

Release notes

Sourced from github/codeql-action's releases.

v4.32.5

  • Repositories owned by an organization can now set up the github-codeql-disable-overlay custom repository property to disable improved incremental analysis for CodeQL. First, create a custom repository property with the name github-codeql-disable-overlay and the type "True/false" in the organization's settings. Then in the repository's settings, set this property to true to disable improved incremental analysis. For more information, see Managing custom properties for repositories in your organization. This feature is not yet available on GitHub Enterprise Server. #3507
  • Added an experimental change so that when improved incremental analysis fails on a runner — potentially due to insufficient disk space — the failure is recorded in the Actions cache so that subsequent runs will automatically skip improved incremental analysis until something changes (e.g. a larger runner is provisioned or a new CodeQL version is released). We expect to roll this change out to everyone in March. #3487
  • The minimum memory check for improved incremental analysis is now skipped for CodeQL 2.24.3 and later, which has reduced peak RAM usage. #3515
  • Reduced log levels for best-effort private package registry connection check failures to reduce noise from workflow annotations. #3516
  • Added an experimental change which lowers the minimum disk space requirement for improved incremental analysis, enabling it to run on standard GitHub Actions runners. We expect to roll this change out to everyone in March. #3498
  • Added an experimental change which allows the start-proxy action to resolve the CodeQL CLI version from feature flags instead of using the linked CLI bundle version. We expect to roll this change out to everyone in March. #3512
  • The previously experimental changes from versions 4.32.3, 4.32.4, 3.32.3 and 3.32.4 are now enabled by default. #3503, #3504

v4.32.4

  • Update default CodeQL bundle version to 2.24.2. #3493
  • Added an experimental change which improves how certificates are generated for the authentication proxy that is used by the CodeQL Action in Default Setup when private package registries are configured. This is expected to generate more widely compatible certificates and should have no impact on analyses which are working correctly already. We expect to roll this change out to everyone in February. #3473
  • When the CodeQL Action is run with debugging enabled in Default Setup and private package registries are configured, the "Setup proxy for registries" step will output additional diagnostic information that can be used for troubleshooting. #3486
  • Added a setting which allows the CodeQL Action to enable network debugging for Java programs. This will help GitHub staff support customers with troubleshooting issues in GitHub-managed CodeQL workflows, such as Default Setup. This setting can only be enabled by GitHub staff. #3485
  • Added a setting which enables GitHub-managed workflows, such as Default Setup, to use a nightly CodeQL CLI release instead of the latest, stable release that is used by default. This will help GitHub staff support customers whose analyses for a given repository or organization require early access to a change in an upcoming CodeQL CLI release. This setting can only be enabled by GitHub staff. #3484
Changelog

Sourced from github/codeql-action's changelog.

CodeQL Action Changelog

See the releases page for the relevant changes to the CodeQL CLI and language packs.

[UNRELEASED]

No user facing changes.

4.32.5 - 02 Mar 2026

  • Repositories owned by an organization can now set up the github-codeql-disable-overlay custom repository property to disable improved incremental analysis for CodeQL. First, create a custom repository property with the name github-codeql-disable-overlay and the type "True/false" in the organization's settings. Then in the repository's settings, set this property to true to disable improved incremental analysis. For more information, see Managing custom properties for repositories in your organization. This feature is not yet available on GitHub Enterprise Server. #3507
  • Added an experimental change so that when improved incremental analysis fails on a runner — potentially due to insufficient disk space — the failure is recorded in the Actions cache so that subsequent runs will automatically skip improved incremental analysis until something changes (e.g. a larger runner is provisioned or a new CodeQL version is released). We expect to roll this change out to everyone in March. #3487
  • The minimum memory check for improved incremental analysis is now skipped for CodeQL 2.24.3 and later, which has reduced peak RAM usage. #3515
  • Reduced log levels for best-effort private package registry connection check failures to reduce noise from workflow annotations. #3516
  • Added an experimental change which lowers the minimum disk space requirement for improved incremental analysis, enabling it to run on standard GitHub Actions runners. We expect to roll this change out to everyone in March. #3498
  • Added an experimental change which allows the start-proxy action to resolve the CodeQL CLI version from feature flags instead of using the linked CLI bundle version. We expect to roll this change out to everyone in March. #3512
  • The previously experimental changes from versions 4.32.3, 4.32.4, 3.32.3 and 3.32.4 are now enabled by default. #3503, #3504

4.32.4 - 20 Feb 2026

  • Update default CodeQL bundle version to 2.24.2. #3493
  • Added an experimental change which improves how certificates are generated for the authentication proxy that is used by the CodeQL Action in Default Setup when private package registries are configured. This is expected to generate more widely compatible certificates and should have no impact on analyses which are working correctly already. We expect to roll this change out to everyone in February. #3473
  • When the CodeQL Action is run with debugging enabled in Default Setup and private package registries are configured, the "Setup proxy for registries" step will output additional diagnostic information that can be used for troubleshooting. #3486
  • Added a setting which allows the CodeQL Action to enable network debugging for Java programs. This will help GitHub staff support customers with troubleshooting issues in GitHub-managed CodeQL workflows, such as Default Setup. This setting can only be enabled by GitHub staff. #3485
  • Added a setting which enables GitHub-managed workflows, such as Default Setup, to use a nightly CodeQL CLI release instead of the latest, stable release that is used by default. This will help GitHub staff support customers whose analyses for a given repository or organization require early access to a change in an upcoming CodeQL CLI release. This setting can only be enabled by GitHub staff. #3484

4.32.3 - 13 Feb 2026

  • Added experimental support for testing connections to private package registries. This feature is not currently enabled for any analysis. In the future, it may be enabled by default for Default Setup. #3466

4.32.2 - 05 Feb 2026

  • Update default CodeQL bundle version to 2.24.1. #3460

4.32.1 - 02 Feb 2026

  • A warning is now shown in Default Setup workflow logs if a private package registry is configured using a GitHub Personal Access Token (PAT), but no username is configured. #3422
  • Fixed a bug which caused the CodeQL Action to fail when repository properties cannot successfully be retrieved. #3421

4.32.0 - 26 Jan 2026

  • Update default CodeQL bundle version to 2.24.0. #3425

4.31.11 - 23 Jan 2026

  • When running a Default Setup workflow with Actions debugging enabled, the CodeQL Action will now use more unique names when uploading logs from the Dependabot authentication proxy as workflow artifacts. This ensures that the artifact names do not clash between multiple jobs in a build matrix. #3409
  • Improved error handling throughout the CodeQL Action. #3415
  • Added experimental support for automatically excluding generated files from the analysis. This feature is not currently enabled for any analysis. In the future, it may be enabled by default for some GitHub-managed analyses. #3318
  • The changelog extracts that are included with releases of the CodeQL Action are now shorter to avoid duplicated information from appearing in Dependabot PRs. #3403

... (truncated)

Commits
  • c793b71 Merge pull request #3523 from github/update-v4.32.5-ca42bf226
  • 06cd615 Soften language re overlay failures
  • f5516c6 Improve changelog
  • 97519e1 Update release date
  • 05259a1 Add more changelog notes
  • 01ee2f7 Add changelog notes
  • c72d9a4 Update changelog for v4.32.5
  • ca42bf2 Merge pull request #3522 from github/henrymercer/update-supported-versions-table
  • 6704d80 Merge pull request #3520 from github/dependabot/npm_and_yarn/fast-xml-parser-...
  • 76348c0 Merge pull request #3521 from github/dependabot/npm_and_yarn/minimatch-3.1.5
  • Additional commits viewable in compare view

Updates actions-rust-lang/setup-rust-toolchain from 1.15.2 to 1.15.3

Release notes

Sourced from actions-rust-lang/setup-rust-toolchain's releases.

v1.15.3

What's Changed

New Contributors

Full Changelog: actions-rust-lang/setup-rust-toolchain@v1.15.2...v1.15.3

Changelog

Sourced from actions-rust-lang/setup-rust-toolchain's changelog.

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[Unreleased]

[1.15.3] - 2026-03-01

  • Bump Swatinem/rust-cache from 2.8.1 to 2.8.2

[1.15.2] - 2025-10-04

  • Fix: Run the version detection steps in the selected rust-src-dir directory. This should enable the version selection even without a default toolchain installed. Fixes #74.

[1.15.1] - 2025-09-23

  • Update Swatinem/rust-cache to v2.8.1

[1.15.0] - 2025-09-14

  • Add support for non-root source directory. Accept source code and rust-toolchain.toml file in subdirectories of the repository. Adds a new parameter rust-src-dir that controls the lookup for toolchain files and sets a default value for the cache-workspace input. (#69 by @​Kubaryt)

[1.14.1] - 2025-08-28

[1.14.0] - 2025-08-23

  • Add new parameters cache-all-crates and cache-workspace-crates that are propagated to Swatinem/rust-cache as cache-all-crates and cache-workspace-crates

[1.13.0] - 2025-06-16

  • Add new parameter cache-provider that is propagated to Swatinem/rust-cache as cache-provider (#65 by @​mindrunner)

[1.12.0] - 2025-04-23

  • Add support for installing rustup on Windows (#58 by @​maennchen) This adds support for using Rust on the GitHub provided Windows ARM runners.

[1.11.0] - 2025-02-24

  • Add new parameter cache-bin that is propagated to Swatinem/rust-cache as cache-bin (#51 by @​enkhjile)
  • Add new parameter cache-shared-key that is propagated to Swatinem/rust-cache as shared-key (#52 by @​skanehira)

... (truncated)

Commits
  • a0b538f Update changelog
  • e0e53f1 Merge pull request #85 from xtqqczze/gitignore
  • a000416 Add .gitignore to exclude test-workspace/target/
  • 806aa7d Add dependabot cooldown
  • b598bed Merge pull request #83 from actions-rust-lang/dependabot/github_actions/Swati...
  • e541adf Bump Swatinem/rust-cache from 2.8.1 to 2.8.2
  • ca4a643 Merge pull request #82 from actions-rust-lang/dependabot/github_actions/actio...
  • c103666 Bump actions/checkout from 5 to 6
  • See full diff in compare view

Updates envoyproxy/toolshed from 8b0c0f9 to 05dcb99

Commits

Updates envoyproxy/toolshed from 8b0c0f9 to 05dcb99

Commits

Updates envoyproxy/toolshed from 8b0c0f9 to 05dcb99

Commits

Updates envoyproxy/toolshed from 8b0c0f9 to 05dcb99

Commits

Updates envoyproxy/toolshed from 8b0c0f9 to 05dcb99

Commits

Updates envoyproxy/toolshed from 8b0c0f9 to 05dcb99

Commits

Updates envoyproxy/toolshed from 8b0c0f9 to 05dcb99

Commits

Updates envoyproxy/toolshed from 8b0c0f9 to 05dcb99

Commits

Updates envoyproxy/toolshed from 8b0c0f9 to 05dcb99

Commits

Updates envoyproxy/toolshed from 8b0c0f9 to 05dcb99

Commits

Updates envoyproxy/toolshed from 8b0c0f9 to 05dcb99

Commits

Updates envoyproxy/toolshed from 8b0c0f9 to 05dcb99

Commits

Updates envoyproxy/toolshed from 8b0c0f9 to 05dcb99

Commits

Updates envoyproxy/toolshed from 8b0c0f9 to 05dcb99

Commits

… updates

Bumps the dependencies group with 4 updates in the /.github/workflows directory: [envoyproxy/toolshed](https://github.com/envoyproxy/toolshed), [actions/upload-artifact](https://github.com/actions/upload-artifact), [github/codeql-action](https://github.com/github/codeql-action) and [actions-rust-lang/setup-rust-toolchain](https://github.com/actions-rust-lang/setup-rust-toolchain).
Bumps the dependencies group with 1 update in the /actions/azp/agent-cleanup directory: [envoyproxy/toolshed](https://github.com/envoyproxy/toolshed).
Bumps the dependencies group with 1 update in the /actions/bind-mounts directory: [envoyproxy/toolshed](https://github.com/envoyproxy/toolshed).
Bumps the dependencies group with 1 update in the /actions/bson directory: [envoyproxy/toolshed](https://github.com/envoyproxy/toolshed).
Bumps the dependencies group with 1 update in the /actions/buildah directory: [envoyproxy/toolshed](https://github.com/envoyproxy/toolshed).
Bumps the dependencies group with 1 update in the /actions/cache/prime directory: [envoyproxy/toolshed](https://github.com/envoyproxy/toolshed).
Bumps the dependencies group with 1 update in the /actions/cache/restore directory: [envoyproxy/toolshed](https://github.com/envoyproxy/toolshed).
Bumps the dependencies group with 1 update in the /actions/docker/cache/prime directory: [envoyproxy/toolshed](https://github.com/envoyproxy/toolshed).
Bumps the dependencies group with 1 update in the /actions/docker/cache/restore directory: [envoyproxy/toolshed](https://github.com/envoyproxy/toolshed).
Bumps the dependencies group with 1 update in the /actions/docker/fetch directory: [envoyproxy/toolshed](https://github.com/envoyproxy/toolshed).
Bumps the dependencies group with 1 update in the /actions/docker/shas directory: [envoyproxy/toolshed](https://github.com/envoyproxy/toolshed).
Bumps the dependencies group with 1 update in the /actions/envoy/ci/env directory: [envoyproxy/toolshed](https://github.com/envoyproxy/toolshed).
Bumps the dependencies group with 1 update in the /actions/envoy/ci/request directory: [envoyproxy/toolshed](https://github.com/envoyproxy/toolshed).
Bumps the dependencies group with 1 update in the /actions/envoy/run/summary directory: [envoyproxy/toolshed](https://github.com/envoyproxy/toolshed).
Bumps the dependencies group with 1 update in the /actions/foreach directory: [envoyproxy/toolshed](https://github.com/envoyproxy/toolshed).
Bumps the dependencies group with 1 update in the /actions/gcp/setup directory: [envoyproxy/toolshed](https://github.com/envoyproxy/toolshed).
Bumps the dependencies group with 1 update in the /actions/gcs/fuse directory: [envoyproxy/toolshed](https://github.com/envoyproxy/toolshed).
Bumps the dependencies group with 1 update in the /actions/github/afterall directory: [envoyproxy/toolshed](https://github.com/envoyproxy/toolshed).
Bumps the dependencies group with 1 update in the /actions/github/artifact/cache/restore directory: [envoyproxy/toolshed](https://github.com/envoyproxy/toolshed).
Bumps the dependencies group with 1 update in the /actions/github/checkout directory: [envoyproxy/toolshed](https://github.com/envoyproxy/toolshed).
Bumps the dependencies group with 1 update in the /actions/github/command directory: [envoyproxy/toolshed](https://github.com/envoyproxy/toolshed).
Bumps the dependencies group with 1 update in the /actions/github/env/load directory: [envoyproxy/toolshed](https://github.com/envoyproxy/toolshed).
Bumps the dependencies group with 2 updates in the /actions/github/env/save directory: [envoyproxy/toolshed](https://github.com/envoyproxy/toolshed) and [actions/upload-artifact](https://github.com/actions/upload-artifact).
Bumps the dependencies group with 1 update in the /actions/github/env/summary directory: [envoyproxy/toolshed](https://github.com/envoyproxy/toolshed).
Bumps the dependencies group with 1 update in the /actions/github/issue/get directory: [envoyproxy/toolshed](https://github.com/envoyproxy/toolshed).
Bumps the dependencies group with 1 update in the /actions/github/merge-commit directory: [envoyproxy/toolshed](https://github.com/envoyproxy/toolshed).
Bumps the dependencies group with 1 update in the /actions/github/pr directory: [envoyproxy/toolshed](https://github.com/envoyproxy/toolshed).
Bumps the dependencies group with 1 update in the /actions/github/release directory: [envoyproxy/toolshed](https://github.com/envoyproxy/toolshed).
Bumps the dependencies group with 1 update in the /actions/github/release/artifacts directory: [envoyproxy/toolshed](https://github.com/envoyproxy/toolshed).
Bumps the dependencies group with 1 update in the /actions/github/release/latest directory: [envoyproxy/toolshed](https://github.com/envoyproxy/toolshed).
Bumps the dependencies group with 1 update in the /actions/github/release/publish directory: [envoyproxy/toolshed](https://github.com/envoyproxy/toolshed).
Bumps the dependencies group with 1 update in the /actions/github/release/shas directory: [envoyproxy/toolshed](https://github.com/envoyproxy/toolshed).
Bumps the dependencies group with 1 update in the /actions/github/release/status directory: [envoyproxy/toolshed](https://github.com/envoyproxy/toolshed).
Bumps the dependencies group with 2 updates in the /actions/github/run directory: [envoyproxy/toolshed](https://github.com/envoyproxy/toolshed) and [actions/upload-artifact](https://github.com/actions/upload-artifact).
Bumps the dependencies group with 1 update in the /actions/github/should-run directory: [envoyproxy/toolshed](https://github.com/envoyproxy/toolshed).
Bumps the dependencies group with 1 update in the /actions/gpg directory: [envoyproxy/toolshed](https://github.com/envoyproxy/toolshed).
Bumps the dependencies group with 2 updates in the /actions/gpg/import directory: [envoyproxy/toolshed](https://github.com/envoyproxy/toolshed) and [crazy-max/ghaction-import-gpg](https://github.com/crazy-max/ghaction-import-gpg).
Bumps the dependencies group with 1 update in the /actions/json/table directory: [envoyproxy/toolshed](https://github.com/envoyproxy/toolshed).
Bumps the dependencies group with 2 updates in the /actions/oci/collector directory: [envoyproxy/toolshed](https://github.com/envoyproxy/toolshed) and [actions/download-artifact](https://github.com/actions/download-artifact).
Bumps the dependencies group with 1 update in the /actions/regctl/install directory: [envoyproxy/toolshed](https://github.com/envoyproxy/toolshed).
Bumps the dependencies group with 1 update in the /actions/source directory: [envoyproxy/toolshed](https://github.com/envoyproxy/toolshed).
Bumps the dependencies group with 1 update in the /actions/test-runner directory: [envoyproxy/toolshed](https://github.com/envoyproxy/toolshed).
Bumps the dependencies group with 1 update in the /actions/upload/diff directory: [actions/upload-artifact](https://github.com/actions/upload-artifact).
Bumps the dependencies group with 1 update in the /actions/using/recurse directory: [envoyproxy/toolshed](https://github.com/envoyproxy/toolshed).
Bumps the dependencies group with 1 update in the /actions/version directory: [envoyproxy/toolshed](https://github.com/envoyproxy/toolshed).


Updates `envoyproxy/toolshed` from 8bcc8dc to 05dcb99
- [Release notes](https://github.com/envoyproxy/toolshed/releases)
- [Commits](8bcc8dc...05dcb99)

Updates `actions/upload-artifact` from 6.0.0 to 7.0.0
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](actions/upload-artifact@b7c566a...bbbca2d)

Updates `github/codeql-action` from 4.32.3 to 4.32.5
- [Release notes](https://github.com/github/codeql-action/releases)
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
- [Commits](github/codeql-action@9e907b5...c793b71)

Updates `actions-rust-lang/setup-rust-toolchain` from 1.15.2 to 1.15.3
- [Release notes](https://github.com/actions-rust-lang/setup-rust-toolchain/releases)
- [Changelog](https://github.com/actions-rust-lang/setup-rust-toolchain/blob/main/CHANGELOG.md)
- [Commits](actions-rust-lang/setup-rust-toolchain@1780873...a0b538f)

Updates `envoyproxy/toolshed` from 8b0c0f9 to 05dcb99
- [Release notes](https://github.com/envoyproxy/toolshed/releases)
- [Commits](8bcc8dc...05dcb99)

Updates `envoyproxy/toolshed` from 8b0c0f9 to 05dcb99
- [Release notes](https://github.com/envoyproxy/toolshed/releases)
- [Commits](8bcc8dc...05dcb99)

Updates `envoyproxy/toolshed` from 8b0c0f9 to 05dcb99
- [Release notes](https://github.com/envoyproxy/toolshed/releases)
- [Commits](8bcc8dc...05dcb99)

Updates `envoyproxy/toolshed` from 8b0c0f9 to 05dcb99
- [Release notes](https://github.com/envoyproxy/toolshed/releases)
- [Commits](8bcc8dc...05dcb99)

Updates `envoyproxy/toolshed` from 8b0c0f9 to 05dcb99
- [Release notes](https://github.com/envoyproxy/toolshed/releases)
- [Commits](8bcc8dc...05dcb99)

Updates `envoyproxy/toolshed` from 8b0c0f9 to 05dcb99
- [Release notes](https://github.com/envoyproxy/toolshed/releases)
- [Commits](8bcc8dc...05dcb99)

Updates `envoyproxy/toolshed` from 8b0c0f9 to 05dcb99
- [Release notes](https://github.com/envoyproxy/toolshed/releases)
- [Commits](8bcc8dc...05dcb99)

Updates `envoyproxy/toolshed` from 8b0c0f9 to 05dcb99
- [Release notes](https://github.com/envoyproxy/toolshed/releases)
- [Commits](8bcc8dc...05dcb99)

Updates `envoyproxy/toolshed` from 8b0c0f9 to 05dcb99
- [Release notes](https://github.com/envoyproxy/toolshed/releases)
- [Commits](8bcc8dc...05dcb99)

Updates `envoyproxy/toolshed` from 8b0c0f9 to 05dcb99
- [Release notes](https://github.com/envoyproxy/toolshed/releases)
- [Commits](8bcc8dc...05dcb99)

Updates `envoyproxy/toolshed` from 8b0c0f9 to 05dcb99
- [Release notes](https://github.com/envoyproxy/toolshed/releases)
- [Commits](8bcc8dc...05dcb99)

Updates `envoyproxy/toolshed` from 8b0c0f9 to 05dcb99
- [Release notes](https://github.com/envoyproxy/toolshed/releases)
- [Commits](8bcc8dc...05dcb99)

Updates `envoyproxy/toolshed` from 8b0c0f9 to 05dcb99
- [Release notes](https://github.com/envoyproxy/toolshed/releases)
- [Commits](8bcc8dc...05dcb99)

Updates `envoyproxy/toolshed` from 8b0c0f9 to 05dcb99
- [Release notes](https://github.com/envoyproxy/toolshed/releases)
- [Commits](8bcc8dc...05dcb99)

Updates `envoyproxy/toolshed` from 8b0c0f9 to 05dcb99
- [Release notes](https://github.com/envoyproxy/toolshed/releases)
- [Commits](8bcc8dc...05dcb99)

Updates `envoyproxy/toolshed` from 8b0c0f9 to 05dcb99
- [Release notes](https://github.com/envoyproxy/toolshed/releases)
- [Commits](8bcc8dc...05dcb99)

Updates `envoyproxy/toolshed` from 8b0c0f9 to 05dcb99
- [Release notes](https://github.com/envoyproxy/toolshed/releases)
- [Commits](8bcc8dc...05dcb99)

Updates `envoyproxy/toolshed` from 8b0c0f9 to 05dcb99
- [Release notes](https://github.com/envoyproxy/toolshed/releases)
- [Commits](8bcc8dc...05dcb99)

Updates `envoyproxy/toolshed` from 8b0c0f9 to 05dcb99
- [Release notes](https://github.com/envoyproxy/toolshed/releases)
- [Commits](8bcc8dc...05dcb99)

Updates `envoyproxy/toolshed` from 8b0c0f9 to 05dcb99
- [Release notes](https://github.com/envoyproxy/toolshed/releases)
- [Commits](8bcc8dc...05dcb99)

Updates `envoyproxy/toolshed` from 8b0c0f9 to 05dcb99
- [Release notes](https://github.com/envoyproxy/toolshed/releases)
- [Commits](8bcc8dc...05dcb99)

Updates `envoyproxy/toolshed` from 8b0c0f9 to 05dcb99
- [Release notes](https://github.com/envoyproxy/toolshed/releases)
- [Commits](8bcc8dc...05dcb99)

Updates `actions/upload-artifact` from 6.0.0 to 7.0.0
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](actions/upload-artifact@b7c566a...bbbca2d)

Updates `envoyproxy/toolshed` from 8b0c0f9 to 05dcb99
- [Release notes](https://github.com/envoyproxy/toolshed/releases)
- [Commits](8bcc8dc...05dcb99)

Updates `envoyproxy/toolshed` from 8b0c0f9 to 05dcb99
- [Release notes](https://github.com/envoyproxy/toolshed/releases)
- [Commits](8bcc8dc...05dcb99)

Updates `envoyproxy/toolshed` from 8b0c0f9 to 05dcb99
- [Release notes](https://github.com/envoyproxy/toolshed/releases)
- [Commits](8bcc8dc...05dcb99)

Updates `envoyproxy/toolshed` from 8b0c0f9 to 05dcb99
- [Release notes](https://github.com/envoyproxy/toolshed/releases)
- [Commits](8bcc8dc...05dcb99)

Updates `envoyproxy/toolshed` from 8b0c0f9 to 05dcb99
- [Release notes](https://github.com/envoyproxy/toolshed/releases)
- [Commits](8bcc8dc...05dcb99)

Updates `envoyproxy/toolshed` from 8b0c0f9 to 05dcb99
- [Release notes](https://github.com/envoyproxy/toolshed/releases)
- [Commits](8bcc8dc...05dcb99)

Updates `envoyproxy/toolshed` from 8b0c0f9 to 05dcb99
- [Release notes](https://github.com/envoyproxy/toolshed/releases)
- [Commits](8bcc8dc...05dcb99)

Updates `envoyproxy/toolshed` from 8b0c0f9 to 05dcb99
- [Release notes](https://github.com/envoyproxy/toolshed/releases)
- [Commits](8bcc8dc...05dcb99)

Updates `envoyproxy/toolshed` from 8b0c0f9 to 05dcb99
- [Release notes](https://github.com/envoyproxy/toolshed/releases)
- [Commits](8bcc8dc...05dcb99)

Updates `envoyproxy/toolshed` from 8b0c0f9 to 05dcb99
- [Release notes](https://github.com/envoyproxy/toolshed/releases)
- [Commits](8bcc8dc...05dcb99)

Updates `envoyproxy/toolshed` from 8b0c0f9 to 05dcb99
- [Release notes](https://github.com/envoyproxy/toolshed/releases)
- [Commits](8bcc8dc...05dcb99)

Updates `actions/upload-artifact` from 6.0.0 to 7.0.0
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](actions/upload-artifact@b7c566a...bbbca2d)

Updates `envoyproxy/toolshed` from 8b0c0f9 to 05dcb99
- [Release notes](https://github.com/envoyproxy/toolshed/releases)
- [Commits](8bcc8dc...05dcb99)

Updates `envoyproxy/toolshed` from 8b0c0f9 to 05dcb99
- [Release notes](https://github.com/envoyproxy/toolshed/releases)
- [Commits](8bcc8dc...05dcb99)

Updates `envoyproxy/toolshed` from 8b0c0f9 to 05dcb99
- [Release notes](https://github.com/envoyproxy/toolshed/releases)
- [Commits](8bcc8dc...05dcb99)

Updates `crazy-max/ghaction-import-gpg` from 6.3.0 to 7.0.0
- [Release notes](https://github.com/crazy-max/ghaction-import-gpg/releases)
- [Commits](crazy-max/ghaction-import-gpg@e89d409...2dc316d)

Updates `envoyproxy/toolshed` from 8b0c0f9 to 05dcb99
- [Release notes](https://github.com/envoyproxy/toolshed/releases)
- [Commits](8bcc8dc...05dcb99)

Updates `envoyproxy/toolshed` from 8b0c0f9 to 05dcb99
- [Release notes](https://github.com/envoyproxy/toolshed/releases)
- [Commits](8bcc8dc...05dcb99)

Updates `actions/download-artifact` from 7.0.0 to 8.0.0
- [Release notes](https://github.com/actions/download-artifact/releases)
- [Commits](actions/download-artifact@37930b1...70fc10c)

Updates `envoyproxy/toolshed` from 8b0c0f9 to 05dcb99
- [Release notes](https://github.com/envoyproxy/toolshed/releases)
- [Commits](8bcc8dc...05dcb99)

Updates `envoyproxy/toolshed` from 8b0c0f9 to 05dcb99
- [Release notes](https://github.com/envoyproxy/toolshed/releases)
- [Commits](8bcc8dc...05dcb99)

Updates `envoyproxy/toolshed` from 8b0c0f9 to 05dcb99
- [Release notes](https://github.com/envoyproxy/toolshed/releases)
- [Commits](8bcc8dc...05dcb99)

Updates `actions/upload-artifact` from 6.0.0 to 7.0.0
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](actions/upload-artifact@b7c566a...bbbca2d)

Updates `envoyproxy/toolshed` from 8b0c0f9 to 05dcb99
- [Release notes](https://github.com/envoyproxy/toolshed/releases)
- [Commits](8bcc8dc...05dcb99)

Updates `envoyproxy/toolshed` from 8b0c0f9 to 05dcb99
- [Release notes](https://github.com/envoyproxy/toolshed/releases)
- [Commits](8bcc8dc...05dcb99)

---
updated-dependencies:
- dependency-name: envoyproxy/toolshed
  dependency-version: 05dcb99
  dependency-type: direct:production
  dependency-group: dependencies
- dependency-name: actions/upload-artifact
  dependency-version: 7.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: dependencies
- dependency-name: github/codeql-action
  dependency-version: 4.32.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: actions-rust-lang/setup-rust-toolchain
  dependency-version: 1.15.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: envoyproxy/toolshed
  dependency-version: 05dcb99
  dependency-type: direct:production
  dependency-group: dependencies
- dependency-name: envoyproxy/toolshed
  dependency-version: 05dcb99
  dependency-type: direct:production
  dependency-group: dependencies
- dependency-name: envoyproxy/toolshed
  dependency-version: 05dcb99
  dependency-type: direct:production
  dependency-group: dependencies
- dependency-name: envoyproxy/toolshed
  dependency-version: 05dcb99
  dependency-type: direct:production
  dependency-group: dependencies
- dependency-name: envoyproxy/toolshed
  dependency-version: 05dcb99
  dependency-type: direct:production
  dependency-group: dependencies
- dependency-name: envoyproxy/toolshed
  dependency-version: 05dcb99
  dependency-type: direct:production
  dependency-group: dependencies
- dependency-name: envoyproxy/toolshed
  dependency-version: 05dcb99
  dependency-type: direct:production
  dependency-group: dependencies
- dependency-name: envoyproxy/toolshed
  dependency-version: 05dcb99
  dependency-type: direct:production
  dependency-group: dependencies
- dependency-name: envoyproxy/toolshed
  dependency-version: 05dcb99
  dependency-type: direct:production
  dependency-group: dependencies
- dependency-name: envoyproxy/toolshed
  dependency-version: 05dcb99
  dependency-type: direct:production
  dependency-group: dependencies
- dependency-name: envoyproxy/toolshed
  dependency-version: 05dcb99
  dependency-type: direct:production
  dependency-group: dependencies
- dependency-name: envoyproxy/toolshed
  dependency-version: 05dcb99
  dependency-type: direct:production
  dependency-group: dependencies
- dependency-name: envoyproxy/toolshed
  dependency-version: 05dcb99
  dependency-type: direct:production
  dependency-group: dependencies
- dependency-name: envoyproxy/toolshed
  dependency-version: 05dcb99
  dependency-type: direct:production
  dependency-group: dependencies
- dependency-name: envoyproxy/toolshed
  dependency-version: 05dcb99
  dependency-type: direct:production
  dependency-group: dependencies
- dependency-name: envoyproxy/toolshed
  dependency-version: 05dcb99
  dependency-type: direct:production
  dependency-group: dependencies
- dependency-name: envoyproxy/toolshed
  dependency-version: 05dcb99
  dependency-type: direct:production
  dependency-group: dependencies
- dependency-name: envoyproxy/toolshed
  dependency-version: 05dcb99
  dependency-type: direct:production
  dependency-group: dependencies
- dependency-name: envoyproxy/toolshed
  dependency-version: 05dcb99
  dependency-type: direct:production
  dependency-group: dependencies
- dependency-name: envoyproxy/toolshed
  dependency-version: 05dcb99
  dependency-type: direct:production
  dependency-group: dependencies
- dependency-name: envoyproxy/toolshed
  dependency-version: 05dcb99
  dependency-type: direct:production
  dependency-group: dependencies
- dependency-name: envoyproxy/toolshed
  dependency-version: 05dcb99
  dependency-type: direct:production
  dependency-group: dependencies
- dependency-name: actions/upload-artifact
  dependency-version: 7.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: dependencies
- dependency-name: envoyproxy/toolshed
  dependency-version: 05dcb99
  dependency-type: direct:production
  dependency-group: dependencies
- dependency-name: envoyproxy/toolshed
  dependency-version: 05dcb99
  dependency-type: direct:production
  dependency-group: dependencies
- dependency-name: envoyproxy/toolshed
  dependency-version: 05dcb99
  dependency-type: direct:production
  dependency-group: dependencies
- dependency-name: envoyproxy/toolshed
  dependency-version: 05dcb99
  dependency-type: direct:production
  dependency-group: dependencies
- dependency-name: envoyproxy/toolshed
  dependency-version: 05dcb99
  dependency-type: direct:production
  dependency-group: dependencies
- dependency-name: envoyproxy/toolshed
  dependency-version: 05dcb99
  dependency-type: direct:production
  dependency-group: dependencies
- dependency-name: envoyproxy/toolshed
  dependency-version: 05dcb99
  dependency-type: direct:production
  dependency-group: dependencies
- dependency-name: envoyproxy/toolshed
  dependency-version: 05dcb99
  dependency-type: direct:production
  dependency-group: dependencies
- dependency-name: envoyproxy/toolshed
  dependency-version: 05dcb99
  dependency-type: direct:production
  dependency-group: dependencies
- dependency-name: envoyproxy/toolshed
  dependency-version: 05dcb99
  dependency-type: direct:production
  dependency-group: dependencies
- dependency-name: envoyproxy/toolshed
  dependency-version: 05dcb99
  dependency-type: direct:production
  dependency-group: dependencies
- dependency-name: actions/upload-artifact
  dependency-version: 7.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: dependencies
- dependency-name: envoyproxy/toolshed
  dependency-version: 05dcb99
  dependency-type: direct:production
  dependency-group: dependencies
- dependency-name: envoyproxy/toolshed
  dependency-version: 05dcb99
  dependency-type: direct:production
  dependency-group: dependencies
- dependency-name: envoyproxy/toolshed
  dependency-version: 05dcb99
  dependency-type: direct:production
  dependency-group: dependencies
- dependency-name: crazy-max/ghaction-import-gpg
  dependency-version: 7.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: dependencies
- dependency-name: envoyproxy/toolshed
  dependency-version: 05dcb99
  dependency-type: direct:production
  dependency-group: dependencies
- dependency-name: envoyproxy/toolshed
  dependency-version: 05dcb99
  dependency-type: direct:production
  dependency-group: dependencies
- dependency-name: actions/download-artifact
  dependency-version: 8.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: dependencies
- dependency-name: envoyproxy/toolshed
  dependency-version: 05dcb99
  dependency-type: direct:production
  dependency-group: dependencies
- dependency-name: envoyproxy/toolshed
  dependency-version: 05dcb99
  dependency-type: direct:production
  dependency-group: dependencies
- dependency-name: envoyproxy/toolshed
  dependency-version: 05dcb99
  dependency-type: direct:production
  dependency-group: dependencies
- dependency-name: actions/upload-artifact
  dependency-version: 7.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: dependencies
- dependency-name: envoyproxy/toolshed
  dependency-version: 05dcb99
  dependency-type: direct:production
  dependency-group: dependencies
- dependency-name: envoyproxy/toolshed
  dependency-version: 05dcb99
  dependency-type: direct:production
  dependency-group: dependencies
...

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 Mar 3, 2026
@netlify
Copy link

netlify bot commented Mar 3, 2026

Deploy Preview for nifty-bassi-e26446 ready!

Name Link
🔨 Latest commit ddd30e7
🔍 Latest deploy log https://app.netlify.com/projects/nifty-bassi-e26446/deploys/69a6398d97c9e700089561ee
😎 Deploy Preview https://deploy-preview-3772--nifty-bassi-e26446.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants