Skip to content

Bump the ci-dependencies group across 1 directory with 3 updates#414

Merged
stefanvi merged 1 commit into
mainfrom
dependabot/github_actions/ci-dependencies-fc26b2d4b5
May 5, 2026
Merged

Bump the ci-dependencies group across 1 directory with 3 updates#414
stefanvi merged 1 commit into
mainfrom
dependabot/github_actions/ci-dependencies-fc26b2d4b5

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github May 4, 2026

Copy link
Copy Markdown
Contributor

Bumps the ci-dependencies group with 3 updates in the / directory: taiki-e/install-action, taiki-e/setup-cross-toolchain-action and EmbarkStudios/cargo-deny-action.

Updates taiki-e/install-action from 2.75.7 to 2.75.30

Release notes

Sourced from taiki-e/install-action's releases.

2.75.30

  • Update cargo-spellcheck@latest to 0.15.7.

  • Update biome@latest to 2.4.14.

  • Support cargo-spellcheck on AArch64 Linux/Windows.

2.75.29

  • Update syft@latest to 1.44.0.

  • Update rclone@latest to 1.74.0.

  • Update osv-scanner@latest to 2.3.6.

2.75.28

  • Update wasmtime@latest to 44.0.1.

  • Update typos@latest to 1.46.0.

  • Update tombi@latest to 0.10.1.

  • Update sccache@latest to 0.15.0.

  • Update mise@latest to 2026.4.28.

  • Update gungraun-runner@latest to 0.18.2.

  • Update cyclonedx@latest to 0.31.0.

2.75.27

  • Update cargo-udeps@latest to 0.1.61.

  • Update wasm-tools@latest to 1.248.0.

  • Update cargo-deb@latest to 3.6.4.

2.75.26

  • Update wasm-bindgen@latest to 0.2.120.

  • Update mise@latest to 2026.4.25.

  • Update martin@latest to 1.8.0.

  • Update vacuum@latest to 0.26.4.

2.75.25

  • Update uv@latest to 0.11.8.

  • Update typos@latest to 1.45.2.

... (truncated)

Changelog

Sourced from taiki-e/install-action's changelog.

Changelog

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

This project adheres to Semantic Versioning.

[Unreleased]

  • Update cargo-deb@latest to 3.7.0.

  • Update tombi@latest to 0.10.2.

[2.75.30] - 2026-05-03

  • Update cargo-spellcheck@latest to 0.15.7.

  • Update biome@latest to 2.4.14.

  • Support cargo-spellcheck on AArch64 Linux/Windows.

[2.75.29] - 2026-05-02

  • Update syft@latest to 1.44.0.

  • Update rclone@latest to 1.74.0.

  • Update osv-scanner@latest to 2.3.6.

[2.75.28] - 2026-05-01

  • Update wasmtime@latest to 44.0.1.

  • Update typos@latest to 1.46.0.

  • Update tombi@latest to 0.10.1.

  • Update sccache@latest to 0.15.0.

  • Update mise@latest to 2026.4.28.

  • Update gungraun-runner@latest to 0.18.2.

  • Update cyclonedx@latest to 0.31.0.

[2.75.27] - 2026-04-30

... (truncated)

Commits
  • db5fb34 Release 2.75.30
  • 095ffb3 ci: Mark cargo-spellcheck as glibc_pre_2_39_incompat
  • 4d6d7ab Update cargo-spellcheck@latest to 0.15.7
  • 9f05712 Update biome@latest to 2.4.14
  • fea765a ci: Update config
  • b06c9cb codegen: cargo-spellcheck now provides AArch64 Linux/Windows binaries
  • b5fddbb Release 2.75.29
  • 5dab223 Bump taiki-e/install-action from 2.75.3 to 2.75.17 (#1754)
  • 5bdd194 Revert "ci: Temporarily disable valgrind test"
  • ef16a20 Update cargo-deb manifest
  • Additional commits viewable in compare view

Updates taiki-e/setup-cross-toolchain-action from 1.39.2 to 1.40.0

Release notes

Sourced from taiki-e/setup-cross-toolchain-action's releases.

1.40.0

  • Support trailing comma in package input option.

  • Support specifying Valgrind version via valgrind input option and runner input option (valgrind@<version> syntax).

  • Use --fair-sched=try instead of --fair-sched=yes in default arguments passed to Valgrind.

  • Update the default QEMU version from 10.2 to 11.0.

  • Update the default Valgrind version from 3.26.0 to 3.27.0.

  • Improve robustness for network failure.

Changelog

Sourced from taiki-e/setup-cross-toolchain-action's changelog.

Changelog

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

This project adheres to Semantic Versioning.

[Unreleased]

[1.40.0] - 2026-05-03

  • Support trailing comma in package input option.

  • Support specifying Valgrind version via valgrind input option and runner input option (valgrind@<version> syntax).

  • Use --fair-sched=try instead of --fair-sched=yes in default arguments passed to Valgrind.

  • Update the default QEMU version from 10.2 to 11.0.

  • Update the default Valgrind version from 3.26.0 to 3.27.0.

  • Improve robustness for network failure.

[1.39.2] - 2026-03-29

  • Improve support for Ubuntu 26.04.

[1.39.1] - 2026-03-08

  • Avoid triggering zizmor ref-confusion when using this action in form of uses: taiki-e/setup-cross-toolchain-action@v1.

[1.39.0] - 2026-03-07

  • Support native runner for soft-float little-endian Arm linux-gnu targets on GitHub-hosted AArch64 Linux runners (ubuntu-22.04-arm, ubuntu-24.04-arm) with Debian containers.

[1.38.0] - 2026-01-29

[1.37.1] - 2026-01-11

[1.37.0] - 2025-12-30

... (truncated)

Commits
  • 74847e5 Release 1.40.0
  • b429c00 ci: Bump actions/upload-artifact from 7.0.0 to 7.0.1 (#39)
  • 8e6ba94 Use --fair-sched=try instead of --fair-sched=yes
  • 971f19b Update default Valgrind version from 3.26.0 to 3.27.0 and support
  • 48a501e Update default QEMU version from 10.2 to 11.0
  • 8236475 ci: Remove workaround for rustc bug on sparc-unknown-linux-gnu
  • b8f4b82 Update scripts and CI config
  • b56eb47 Prefer shell builtin over commad
  • b286840 ci: Update config
  • e406ca2 Inline magics and masks
  • Additional commits viewable in compare view

Updates EmbarkStudios/cargo-deny-action from 2.0.16 to 2.0.17

Commits

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 <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels May 4, 2026
Bumps the ci-dependencies group with 3 updates in the / directory: [taiki-e/install-action](https://github.com/taiki-e/install-action), [taiki-e/setup-cross-toolchain-action](https://github.com/taiki-e/setup-cross-toolchain-action) and [EmbarkStudios/cargo-deny-action](https://github.com/embarkstudios/cargo-deny-action).


Updates `taiki-e/install-action` from 2.75.7 to 2.75.30
- [Release notes](https://github.com/taiki-e/install-action/releases)
- [Changelog](https://github.com/taiki-e/install-action/blob/main/CHANGELOG.md)
- [Commits](taiki-e/install-action@0abfcd5...db5fb34)

Updates `taiki-e/setup-cross-toolchain-action` from 1.39.2 to 1.40.0
- [Release notes](https://github.com/taiki-e/setup-cross-toolchain-action/releases)
- [Changelog](https://github.com/taiki-e/setup-cross-toolchain-action/blob/main/CHANGELOG.md)
- [Commits](taiki-e/setup-cross-toolchain-action@d62f33b...74847e5)

Updates `EmbarkStudios/cargo-deny-action` from 2.0.16 to 2.0.17
- [Release notes](https://github.com/embarkstudios/cargo-deny-action/releases)
- [Commits](EmbarkStudios/cargo-deny-action@175dc7f...91bf2b6)

---
updated-dependencies:
- dependency-name: taiki-e/install-action
  dependency-version: 2.75.30
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: ci-dependencies
- dependency-name: taiki-e/setup-cross-toolchain-action
  dependency-version: 1.40.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: ci-dependencies
- dependency-name: EmbarkStudios/cargo-deny-action
  dependency-version: 2.0.17
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: ci-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@stefanvi stefanvi force-pushed the dependabot/github_actions/ci-dependencies-fc26b2d4b5 branch from 3ae39ae to ff8f449 Compare May 5, 2026 09:02
@codecov

codecov Bot commented May 5, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 79.32%. Comparing base (726015c) to head (ff8f449).

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #414   +/-   ##
=======================================
  Coverage   79.32%   79.32%           
=======================================
  Files          47       47           
  Lines        5692     5692           
=======================================
  Hits         4515     4515           
  Misses       1177     1177           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@stefanvi stefanvi added this pull request to the merge queue May 5, 2026
Merged via the queue into main with commit 17633a6 May 5, 2026
18 checks passed
@stefanvi stefanvi deleted the dependabot/github_actions/ci-dependencies-fc26b2d4b5 branch May 5, 2026 09:28
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.

1 participant