Skip to content
Open
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
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ jobs:
# `cargo-deny` y `cargo-cyclonedx` como binarios precompilados: compilarlos
# desde fuente en cada run costaría más que todo el resto del job.
- name: Install cargo-deny + cargo-cyclonedx
uses: taiki-e/install-action@cb33e69fad06166ca28a42b2575e4dadabf62ee8 # v2
uses: taiki-e/install-action@6c6fd71fe4fb72c3697d269963d0e15df8adedad # v2
with:
tool: cargo-deny,cargo-cyclonedx

Expand Down Expand Up @@ -308,7 +308,7 @@ jobs:
pkg-config

- name: Install cargo-llvm-cov
uses: taiki-e/install-action@cb33e69fad06166ca28a42b2575e4dadabf62ee8 # v2
uses: taiki-e/install-action@6c6fd71fe4fb72c3697d269963d0e15df8adedad # v2
with:
tool: cargo-llvm-cov

Expand Down
Loading