Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 30, 2025

Bumps 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

Commits

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 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 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 [Swatinem/rust-cache](https://github.com/swatinem/rust-cache) from 2.7.8 to 2.8.0.
- [Release notes](https://github.com/swatinem/rust-cache/releases)
- [Commits](Swatinem/rust-cache@v2.7.8...v2.8.0)

---
updated-dependencies:
- dependency-name: Swatinem/rust-cache
  dependency-version: 2.8.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels Jun 30, 2025
@dependabot dependabot bot added the github_actions Pull requests that update GitHub Actions code label Jun 30, 2025
@@ -28,7 +28,7 @@
profile: minimal
components: llvm-tools-preview
- name: Rust Cache
uses: Swatinem/rust-cache@v2.7.8
uses: Swatinem/rust-cache@v2.8.0

Check failure

Code scanning / zizmor

action is not pinned to a hash (required by blanket policy) Error

action is not pinned to a hash (required by blanket policy)
@@ -47,7 +47,7 @@
override: true
profile: minimal
- name: Rust Cache
uses: Swatinem/rust-cache@v2.7.8
uses: Swatinem/rust-cache@v2.8.0

Check failure

Code scanning / zizmor

action is not pinned to a hash (required by blanket policy) Error

action is not pinned to a hash (required by blanket policy)
@@ -75,7 +75,7 @@
profile: minimal
# target: "thumbv6m-none-eabi"
- name: Rust Cache
uses: Swatinem/rust-cache@v2.7.8
uses: Swatinem/rust-cache@v2.8.0

Check failure

Code scanning / zizmor

action is not pinned to a hash (required by blanket policy) Error

action is not pinned to a hash (required by blanket policy)
@@ -105,7 +105,7 @@
profile: minimal
target: "wasm32-unknown-unknown"
- name: Rust Cache
uses: Swatinem/rust-cache@v2.7.8
uses: Swatinem/rust-cache@v2.8.0

Check failure

Code scanning / zizmor

action is not pinned to a hash (required by blanket policy) Error

action is not pinned to a hash (required by blanket policy)
@@ -144,7 +144,7 @@
components: clippy
override: true
- name: Rust Cache
uses: Swatinem/rust-cache@v2.7.8
uses: Swatinem/rust-cache@v2.8.0

Check failure

Code scanning / zizmor

action is not pinned to a hash (required by blanket policy) Error

action is not pinned to a hash (required by blanket policy)
@@ -174,7 +174,7 @@
override: true
profile: minimal
- name: Rust Cache
uses: Swatinem/rust-cache@v2.7.8
uses: Swatinem/rust-cache@v2.8.0

Check failure

Code scanning / zizmor

action is not pinned to a hash (required by blanket policy) Error

action is not pinned to a hash (required by blanket policy)
@bitcoindevkit bitcoindevkit deleted a comment from coveralls Aug 18, 2025
@ValuedMammal
Copy link
Collaborator

Should we always pin Swatinem/rust-cache to a commit SHA, or is it fine to use a version spec?

@oleonardolima
Copy link
Contributor

Should we always pin Swatinem/rust-cache to a commit SHA, or is it fine to use a version spec?

I vote towards following the zizmor policy:

[...]
By default, this audit applies the following policy:

Official GitHub actions namespaces can be pinned by branch or tag. In other words, actions/checkout@v4 is acceptable.
All other actions must be pinned by SHA reference.

--

In case the consensus is to opt-out of it, we can configure zizmor to ignore this rule and stop these annoying failures/comments.

@ValuedMammal ValuedMammal added this to the Wallet 2.2.0 milestone Aug 20, 2025
@ValuedMammal ValuedMammal moved this to Todo in BDK Wallet Aug 20, 2025
@ValuedMammal
Copy link
Collaborator

Superseded by #305.

@github-project-automation github-project-automation bot moved this from Todo to Done in BDK Wallet Aug 28, 2025
Copy link
Contributor Author

dependabot bot commented on behalf of github Aug 28, 2025

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot dependabot bot deleted the dependabot/github_actions/Swatinem/rust-cache-2.8.0 branch August 28, 2025 15:32
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
Status: Done
Development

Successfully merging this pull request may close these issues.

2 participants