Skip to content

chore(deps): bump Swatinem/rust-cache from 2.7.8 to 2.8.0 #272

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/code_coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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)
- name: Install grcov
run: if [[ ! -e ~/.cargo/bin/grcov ]]; then cargo install grcov; fi
- name: Test
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/cont_integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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)
- name: Pin dependencies for MSRV
if: matrix.rust.version == '1.63.0'
run: ./ci/pin-msrv.sh
Expand Down Expand Up @@ -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)
- name: Check bdk wallet
working-directory: ./wallet
# TODO "--target thumbv6m-none-eabi" should work but currently does not
Expand Down Expand Up @@ -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)
- name: Check bdk wallet
working-directory: ./wallet
run: cargo check --target wasm32-unknown-unknown --no-default-features --features miniscript/no-std,bdk_chain/hashbrown
Expand Down Expand Up @@ -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)
- uses: actions-rs/clippy-check@v1
with:
token: ${{ secrets.GITHUB_TOKEN }}
Expand Down Expand Up @@ -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)
- name: Build
working-directory: examples/${{ matrix.example-dir }}
run: cargo build
2 changes: 1 addition & 1 deletion .github/workflows/zizmor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
persist-credentials: false

- name: Rust Cache
uses: Swatinem/rust-cache@9d47c6ad4b02e050fd481d890b2ea34778fd09d6
uses: Swatinem/rust-cache@7e1e2d0a10862b34e5df481373b2b0f295d1a2ef

- name: Install zizmor
run: cargo install zizmor --locked --version 1.6.0
Expand Down
Loading