build(deps): bump the actions group with 4 updates - #1622
Merged
Conversation
Bumps the actions group with 4 updates: [Swatinem/rust-cache](https://github.com/swatinem/rust-cache), [taiki-e/install-action](https://github.com/taiki-e/install-action), [google/osv-scanner-action/.github/workflows/osv-scanner-reusable-pr.yml](https://github.com/google/osv-scanner-action) and [google/osv-scanner-action/.github/workflows/osv-scanner-reusable.yml](https://github.com/google/osv-scanner-action). Updates `Swatinem/rust-cache` from e18b497796c12c097a38f9edb9d0641fb99eee32 to 258712b0b7b1ddf8bddc9fc3b0faca682b2736c3 - [Release notes](https://github.com/swatinem/rust-cache/releases) - [Changelog](https://github.com/Swatinem/rust-cache/blob/master/CHANGELOG.md) - [Commits](Swatinem/rust-cache@e18b497...258712b) Updates `taiki-e/install-action` from 2.85.7 to 2.85.11 - [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@67729d5...7f4eb89) Updates `google/osv-scanner-action/.github/workflows/osv-scanner-reusable-pr.yml` from 2.3.8 to 2.5.0 - [Release notes](https://github.com/google/osv-scanner-action/releases) - [Commits](google/osv-scanner-action@9a49870...8deb546) Updates `google/osv-scanner-action/.github/workflows/osv-scanner-reusable.yml` from 2.3.8 to 2.5.0 - [Release notes](https://github.com/google/osv-scanner-action/releases) - [Commits](google/osv-scanner-action@9a49870...8deb546) --- updated-dependencies: - dependency-name: Swatinem/rust-cache dependency-version: 258712b0b7b1ddf8bddc9fc3b0faca682b2736c3 dependency-type: direct:production dependency-group: actions - dependency-name: taiki-e/install-action dependency-version: 2.85.11 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions - dependency-name: google/osv-scanner-action/.github/workflows/osv-scanner-reusable-pr.yml dependency-version: 2.5.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions - dependency-name: google/osv-scanner-action/.github/workflows/osv-scanner-reusable.yml dependency-version: 2.5.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions ... Signed-off-by: dependabot[bot] <support@github.com>
|
PR author is not in the allowed authors list. |
Contributor
WASM Binary Size
✅ No size change. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps the actions group with 4 updates: Swatinem/rust-cache, taiki-e/install-action, google/osv-scanner-action/.github/workflows/osv-scanner-reusable-pr.yml and google/osv-scanner-action/.github/workflows/osv-scanner-reusable.yml.
Updates
Swatinem/rust-cachefrom e18b497796c12c097a38f9edb9d0641fb99eee32 to 258712b0b7b1ddf8bddc9fc3b0faca682b2736c3Changelog
Sourced from Swatinem/rust-cache's changelog.
... (truncated)
Commits
258712bfix: stop cleanup timestamp pruning after the first entry (#377)a45951fMerge pull request #373 from Swatinem/dependabot/github_actions/actions-420be...b882611Bump the actions group with 2 updates6323deb2.9.2b16e8d7bump rollup and rebuild3bf42acinvert target/profile check in cleanup6e5b278correctly sort and dedupe Rust versions5adc05fBump the actions group across 1 directory with 3 updates (#368)66b1e95fix: support Cargo V2 build dir layout (#371)72d126eMerge pull request #367 from Swatinem/dependabot/npm_and_yarn/dev-patch-2b495...Updates
taiki-e/install-actionfrom 2.85.7 to 2.85.11Release notes
Sourced from taiki-e/install-action's releases.
... (truncated)
Changelog
Sourced from taiki-e/install-action's changelog.
... (truncated)
Commits
7f4eb89Release 2.85.11c17da62Updatezola@latestto 0.23.297e8291Updatewasm-bindgen@latestto 0.2.12791f9e5cUpdateuv@latestto 0.12.3bd0cb00Updateosv-scanner@latestto 2.5.04def957Updatemise@latestto 2026.8.33d149dcUpdatekingfisher@latestto 1.112.020d4381Updateeditorconfig-checker@latestto 3.10.0583939ecodegen: Ignore clippy::assert_is_empty lint6c6fd71Release 2.85.10Updates
google/osv-scanner-action/.github/workflows/osv-scanner-reusable-pr.ymlfrom 2.3.8 to 2.5.0Release notes
Sourced from google/osv-scanner-action/.github/workflows/osv-scanner-reusable-pr.yml's releases.
Commits
8deb546Merge pull request #140 from google/update-to-v2.5.08fb3f8cUpdate unified workflow example to point to v2.5.0 reusable workflows0c58c54Update reusable workflows to point to v2.5.0 actions06b2ab4"Update actions to use v2.5.0 osv-scanner image"9fd1bccMerge pull request #138 from google/fix/gotoolchain-auto01a87d5fix: add GOTOOLCHAIN=auto env to osv-scanner callsa82132cMerge pull request #135 from google/fix-zizmor-excessive-permissions272ff57fix: address zizmor template injection warnings10621fbrefactor: move permissions to job level to satisfy zizmorfa4ff67Merge pull request #131 from BeyondEvil/feat/add-runs-on-inputUpdates
google/osv-scanner-action/.github/workflows/osv-scanner-reusable.ymlfrom 2.3.8 to 2.5.0Release notes
Sourced from google/osv-scanner-action/.github/workflows/osv-scanner-reusable.yml's releases.
Commits
8deb546Merge pull request #140 from google/update-to-v2.5.08fb3f8cUpdate unified workflow example to point to v2.5.0 reusable workflows0c58c54Update reusable workflows to point to v2.5.0 actions06b2ab4"Update actions to use v2.5.0 osv-scanner image"9fd1bccMerge pull request #138 from google/fix/gotoolchain-auto01a87d5fix: add GOTOOLCHAIN=auto env to osv-scanner callsa82132cMerge pull request #135 from google/fix-zizmor-excessive-permissions272ff57fix: address zizmor template injection warnings10621fbrefactor: move permissions to job level to satisfy zizmorfa4ff67Merge pull request #131 from BeyondEvil/feat/add-runs-on-inputDependabot 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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill 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 versionwill 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 conditionsSummary by cubic
Update GitHub Actions pins for
Swatinem/rust-cache,taiki-e/install-action, and thegoogle/osv-scanner-actionreusable workflows. This improves cache correctness, refreshes installed tool versions, and upgrades OSV scanning to v2.5.0 with stricter permissions and Go toolchain handling.rust-cacheupdates may change cache keys; expect a first-run cache miss.taiki-e/install-actionpatch updates may install newer tool releases (e.g., nextest, wasm-pack, cargo-llvm-cov, cargo-semver-checks). Confirm steps still resolve and run.Written for commit 8cd5f80. Summary will update on new commits.