Skip to content

chore(deps)(deps): bump the all-dependencies group with 5 updates#8

Merged
storopoli merged 1 commit intomainfrom
dependabot/github_actions/all-dependencies-bf36a50973
Jul 1, 2025
Merged

chore(deps)(deps): bump the all-dependencies group with 5 updates#8
storopoli merged 1 commit intomainfrom
dependabot/github_actions/all-dependencies-bf36a50973

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Jul 1, 2025

Bumps the all-dependencies group with 5 updates:

Package From To
astral-sh/setup-uv 6.1.0 6.3.1
github/codeql-action 3.28.19 3.29.2
Swatinem/rust-cache 2.7.8 2.8.0
ncipollo/release-action 1.16.0 1.18.0
taiki-e/install-action 2.52.7 2.55.3

Updates astral-sh/setup-uv from 6.1.0 to 6.3.1

Release notes

Sourced from astral-sh/setup-uv's releases.

v6.3.1 🌈 Do not warn when version not in manifest-file

Changes

This is a hotfix to change the warning messages that a version could not be found in the local manifest-file to info level.

A setup-uv release contains a version-manifest.json file with infos in all available uv releases. When a new uv version is released this is not contained in this file until the file gets updated and a new setup-uv release is made. We will overhaul this process in the future but for now the spamming of warnings is removed.

🐛 Bug fixes

🧰 Maintenance

v6.3.0 🌈 Use latest version from manifest-file

Changes

If a manifest-file is supplied the default value of the version input (latest) will get the latest version available in the manifest. That might not be the actual latest version available in the official uv repo.

🚀 Enhancements

v6.2.0 🌈 New input manifest-file

Changes

This release adds a new input manifest-file.

The manifest-file input allows you to specify a JSON manifest that lists available uv versions, architectures, and their download URLs. By default, this action uses the manifest file contained in this repository, which is automatically updated with each release of uv.

The manifest file contains an array of objects, each describing a version, architecture, platform, and the corresponding download URL.

You can supply a custom manifest file URL to define additional versions, architectures, or different download URLs. This is useful if you maintain your own uv builds or want to override the default sources.

For example:

[
  {
    "version": "0.7.12-alpha.1",
</tr></table> 

... (truncated)

Commits
  • bd01e18 Do not warn when version not in manifest-file (#462)
  • c6a5eba chore: update known versions for 0.7.14 (#459)
  • 790df8f Revert "Set expected cache dir drive to C: on windows (#451)" (#460)
  • 445689e Use latest version from manifest-file (#458)
  • a02a550 Look for version-manifest.json relative to action path (#456)
  • 60cc2b4 Add input manifest-file (#454)
  • 7bbb36f chore: update known versions for 0.7.13 and 0.7.12 (#444)
  • 60ecb38 Set expected cache dir drive to C: on windows (#451)
  • 252c995 chore: update known versions for 0.7.11 (#442)
  • 477a814 chore: update known versions for 0.7.10 (#440)
  • Additional commits viewable in compare view

Updates github/codeql-action from 3.28.19 to 3.29.2

Release notes

Sourced from github/codeql-action's releases.

v3.29.2

CodeQL Action Changelog

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

3.29.2 - 30 Jun 2025

  • Experimental: When the quality-queries input for the init action is provided with an argument, separate .quality.sarif files are produced and uploaded for each language with the results of the specified queries. Do not use this in production as it is part of an internal experiment and subject to change at any time. #2935

See the full CHANGELOG.md for more information.

v3.29.1

CodeQL Action Changelog

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

3.29.1 - 27 Jun 2025

  • Fix bug in PR analysis where user-provided include query filter fails to exclude non-included queries. #2938
  • Update default CodeQL bundle version to 2.22.1. #2950

See the full CHANGELOG.md for more information.

v3.29.0

CodeQL Action Changelog

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

3.29.0 - 11 Jun 2025

  • Update default CodeQL bundle version to 2.22.0. #2925
  • Bump minimum CodeQL bundle version to 2.16.6. #2912

See the full CHANGELOG.md for more information.

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.

3.29.2 - 30 Jun 2025

  • Experimental: When the quality-queries input for the init action is provided with an argument, separate .quality.sarif files are produced and uploaded for each language with the results of the specified queries. Do not use this in production as it is part of an internal experiment and subject to change at any time. #2935

3.29.1 - 27 Jun 2025

  • Fix bug in PR analysis where user-provided include query filter fails to exclude non-included queries. #2938
  • Update default CodeQL bundle version to 2.22.1. #2950

3.29.0 - 11 Jun 2025

  • Update default CodeQL bundle version to 2.22.0. #2925
  • Bump minimum CodeQL bundle version to 2.16.6. #2912

3.28.19 - 03 Jun 2025

  • The CodeQL Action no longer includes its own copy of the extractor for the actions language, which is currently in public preview. The actions extractor has been included in the CodeQL CLI since v2.20.6. If your workflow has enabled the actions language and you have pinned your tools: property to a specific version of the CodeQL CLI earlier than v2.20.6, you will need to update to at least CodeQL v2.20.6 or disable actions analysis.
  • Update default CodeQL bundle version to 2.21.4. #2910

3.28.18 - 16 May 2025

  • Update default CodeQL bundle version to 2.21.3. #2893
  • Skip validating SARIF produced by CodeQL for improved performance. #2894
  • The number of threads and amount of RAM used by CodeQL can now be set via the CODEQL_THREADS and CODEQL_RAM runner environment variables. If set, these environment variables override the threads and ram inputs respectively. #2891

3.28.17 - 02 May 2025

  • Update default CodeQL bundle version to 2.21.2. #2872

3.28.16 - 23 Apr 2025

  • Update default CodeQL bundle version to 2.21.1. #2863

3.28.15 - 07 Apr 2025

  • Fix bug where the action would fail if it tried to produce a debug artifact with more than 65535 files. #2842

3.28.14 - 07 Apr 2025

... (truncated)

Commits
  • 181d5ee Merge pull request #2957 from github/update-v3.29.2-4c57370d0
  • c77386a Fix changelog PR number
  • 8d43d4e Update changelog for v3.29.2
  • 4c57370 Merge pull request #2935 from github/mbg/interpret-cq-results
  • 2830b75 Add changelog entry
  • aa72dda Merge branch 'main' into mbg/interpret-cq-results
  • 65d1e45 Rename SARIF_UPLOAD_ENDPOINT members
  • 362ebf8 Check both SARIF files in quality-queries.yml test
  • 10a3e4b Fix formatting
  • 8593ea6 Merge pull request #2954 from github/mergeback/v3.29.1-to-main-39edc492
  • Additional commits viewable in compare view

Updates Swatinem/rust-cache from 2.7.8 to 2.8.0

Release notes

Sourced from Swatinem/rust-cache's releases.

v2.8.0

What's Changed

New Contributors

Full Changelog: Swatinem/rust-cache@v2.7.8...v2.8.0

Changelog

Sourced from Swatinem/rust-cache's changelog.

Changelog

2.8.0

  • Add support for warpbuild cache provider
  • Add new cache-workspace-crates feature

2.7.8

  • Include CPU arch in the cache key

2.7.7

  • Also cache cargo install metadata

2.7.6

  • Allow opting out of caching $CARGO_HOME/bin
  • Add runner OS in cache key
  • Adds an option to do lookup-only of the cache

2.7.5

  • Support Cargo.lock format cargo-lock v4
  • Only run macOsWorkaround() on macOS

2.7.3

  • Work around upstream problem that causes cache saving to hang for minutes.

2.7.2

  • Only key by Cargo.toml and Cargo.lock files of workspace members.

2.7.1

  • Update toml parser to fix parsing errors.

2.7.0

  • Properly cache trybuild tests.

2.6.2

  • Fix toml parsing.

2.6.1

  • Fix hash contributions of Cargo.lock/Cargo.toml files.

... (truncated)

Commits

Updates ncipollo/release-action from 1.16.0 to 1.18.0

Release notes

Sourced from ncipollo/release-action's releases.

v1.18.0

  • Fixes #529 Collect asset URLs into output

Full Changelog: ncipollo/release-action@v1...v1.18.0

v1.17.0

What's Changed

Full Changelog: ncipollo/release-action@v1...v1.17.0

Commits
  • bcfe547 preparing release 1.18.0
  • 707331a Fixes #529 Collect asset URLs into output
  • 9128f23 preparing release 1.17.0
  • 7922049 Fixes #529 Add zip and tarball urls to output
  • 0683ea3 Cleanup outputs table formatting
  • 01c9fac Add a link to uploading assets in output table
  • 90dc22b Bump @​types/node from 22.15.18 to 22.15.29 (#524)
  • 10585cb Bump @​actions/github from 6.0.0 to 6.0.1 (#525)
  • 1896b4f Bump ts-jest from 29.3.2 to 29.3.4 (#526)
  • 6996c1b Bump @​types/node from 22.13.8 to 22.15.3 (#519)
  • Additional commits viewable in compare view

Updates taiki-e/install-action from 2.52.7 to 2.55.3

Release notes

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

2.55.3

  • Update dprint@latest to 0.50.1.

2.55.2

  • Update zizmor@latest to 1.11.0.

  • Update cargo-dinghy@latest to 0.8.1.

2.55.1

  • Update vacuum@latest to 0.17.1.

  • Update typos@latest to 1.34.0.

2.55.0

  • Support vacuum. (#1016, thanks @​jayvdb)

  • Update cargo-shear@latest to 1.3.2.

2.54.3

  • Update cargo-careful@latest to 0.4.8.

2.54.2

  • Update rclone@latest to 1.70.2.

  • Update zizmor@latest to 1.10.0.

2.54.1

  • Update wasmtime@latest to 34.0.1.

  • Update cargo-tarpaulin@latest to 0.32.8.

  • Update knope@latest to 0.21.0.

2.54.0

  • Add cyclonedx (#1000, thanks @​jayvdb)

  • Update wasmtime@latest to 34.0.0.

  • Update rclone@latest to 1.70.1.

  • Update cargo-binstall@latest to 1.14.1.

  • Update release-plz@latest to 0.3.136.

2.53.2

  • Fix cargo-nextest installation failure on Ubuntu 24.04 due to HTTP 403 error on requests to crates.io. (#1007)

  • Update rclone@latest to 1.70.0.

2.53.1

... (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]

[2.55.3] - 2025-06-30

  • Update dprint@latest to 0.50.1.

[2.55.2] - 2025-06-30

  • Update zizmor@latest to 1.11.0.

  • Update cargo-dinghy@latest to 0.8.1.

[2.55.1] - 2025-06-30

  • Update vacuum@latest to 0.17.1.

  • Update typos@latest to 1.34.0.

[2.55.0] - 2025-06-30

  • Support vacuum. (#1016, thanks @​jayvdb)

  • Update cargo-shear@latest to 1.3.2.

[2.54.3] - 2025-06-28

  • Update cargo-careful@latest to 0.4.8.

[2.54.2] - 2025-06-27

  • Update rclone@latest to 1.70.2.

  • Update zizmor@latest to 1.10.0.

[2.54.1] - 2025-06-25

  • Update wasmtime@latest to 34.0.1.

  • Update cargo-tarpaulin@latest to 0.32.8.

... (truncated)

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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @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

Bumps the all-dependencies group with 5 updates:

| Package | From | To |
| --- | --- | --- |
| [astral-sh/setup-uv](https://github.com/astral-sh/setup-uv) | `6.1.0` | `6.3.1` |
| [github/codeql-action](https://github.com/github/codeql-action) | `3.28.19` | `3.29.2` |
| [Swatinem/rust-cache](https://github.com/swatinem/rust-cache) | `2.7.8` | `2.8.0` |
| [ncipollo/release-action](https://github.com/ncipollo/release-action) | `1.16.0` | `1.18.0` |
| [taiki-e/install-action](https://github.com/taiki-e/install-action) | `2.52.7` | `2.55.3` |


Updates `astral-sh/setup-uv` from 6.1.0 to 6.3.1
- [Release notes](https://github.com/astral-sh/setup-uv/releases)
- [Commits](astral-sh/setup-uv@f0ec1fc...bd01e18)

Updates `github/codeql-action` from 3.28.19 to 3.29.2
- [Release notes](https://github.com/github/codeql-action/releases)
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
- [Commits](github/codeql-action@fca7ace...181d5ee)

Updates `Swatinem/rust-cache` from 2.7.8 to 2.8.0
- [Release notes](https://github.com/swatinem/rust-cache/releases)
- [Changelog](https://github.com/Swatinem/rust-cache/blob/master/CHANGELOG.md)
- [Commits](Swatinem/rust-cache@9d47c6a...98c8021)

Updates `ncipollo/release-action` from 1.16.0 to 1.18.0
- [Release notes](https://github.com/ncipollo/release-action/releases)
- [Commits](ncipollo/release-action@440c8c1...bcfe547)

Updates `taiki-e/install-action` from 2.52.7 to 2.55.3
- [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@92f69c1...9ca1734)

---
updated-dependencies:
- dependency-name: astral-sh/setup-uv
  dependency-version: 6.3.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: github/codeql-action
  dependency-version: 3.29.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: Swatinem/rust-cache
  dependency-version: 2.8.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: ncipollo/release-action
  dependency-version: 1.18.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: taiki-e/install-action
  dependency-version: 2.55.3
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-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 Jul 1, 2025
Copy link
Copy Markdown
Member

@storopoli storopoli left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ACK b79d0bd

@storopoli storopoli merged commit 20a15c0 into main Jul 1, 2025
10 checks passed
@storopoli storopoli deleted the dependabot/github_actions/all-dependencies-bf36a50973 branch July 1, 2025 13:38
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