Skip to content
Merged
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/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:

- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
- name: Install cargo-llvm-cov
uses: taiki-e/install-action@205eb1d74c6feda89abb1f3a09360601953286c0 # v2.68.18
uses: taiki-e/install-action@385db9cc6bf65d19775b02084a4b698eaca9a4f2 # v2.68.19
with:
tool: cargo-llvm-cov
- name: Install dependencies
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
- name: cargo clippy
run: cargo clippy --workspace --all-features --tests -- -D warnings
- name: Install Cargo Hack
uses: taiki-e/install-action@205eb1d74c6feda89abb1f3a09360601953286c0 # v2.68.18
uses: taiki-e/install-action@385db9cc6bf65d19775b02084a4b698eaca9a4f2 # v2.68.19
with:
tool: cargo-hack
- name: Run Cargo Hack on MalwareDB
Expand Down Expand Up @@ -108,7 +108,7 @@ jobs:
rustup toolchain install nightly

- name: Install cargo udeps
uses: taiki-e/install-action@205eb1d74c6feda89abb1f3a09360601953286c0 # v2.68.18
uses: taiki-e/install-action@385db9cc6bf65d19775b02084a4b698eaca9a4f2 # v2.68.19
with:
tool: cargo-udeps

Expand Down Expand Up @@ -139,7 +139,7 @@ jobs:
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2

- name: Install Cargo Audit
uses: taiki-e/install-action@205eb1d74c6feda89abb1f3a09360601953286c0 # v2.68.18
uses: taiki-e/install-action@385db9cc6bf65d19775b02084a4b698eaca9a4f2 # v2.68.19
with:
tool: cargo-audit

Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,7 @@ jobs:
- name: Install cargo-deb
run: cargo install cargo-deb
- name: Install cargo audit, auditable, cyclonedx
uses: taiki-e/install-action@205eb1d74c6feda89abb1f3a09360601953286c0 # v2.68.18
uses: taiki-e/install-action@385db9cc6bf65d19775b02084a4b698eaca9a4f2 # v2.68.19
with:
tool: cargo-audit,cargo-auditable,cargo-cyclonedx
- id: version
Expand Down Expand Up @@ -369,7 +369,7 @@ jobs:
sudo apt-get install -y musl musl-dev musl-tools dpkg-dev
cargo install cargo-deb
- name: Install cargo audit & auditable
uses: taiki-e/install-action@205eb1d74c6feda89abb1f3a09360601953286c0 # v2.68.18
uses: taiki-e/install-action@385db9cc6bf65d19775b02084a4b698eaca9a4f2 # v2.68.19
with:
tool: cargo-audit,cargo-auditable
- id: version
Expand Down Expand Up @@ -426,7 +426,7 @@ jobs:
- name: Install libmagic
run: brew install libmagic
- name: Install cargo audit & auditable
uses: taiki-e/install-action@205eb1d74c6feda89abb1f3a09360601953286c0 # v2.68.18
uses: taiki-e/install-action@385db9cc6bf65d19775b02084a4b698eaca9a4f2 # v2.68.19
with:
tool: cargo-audit,cargo-auditable
- name: Build client
Expand Down Expand Up @@ -510,7 +510,7 @@ jobs:
vcpkg list --triplet arm64-windows-static
cargo install cargo-vcpkg
- name: Install cargo audit & auditable
uses: taiki-e/install-action@205eb1d74c6feda89abb1f3a09360601953286c0 # v2.68.18
uses: taiki-e/install-action@385db9cc6bf65d19775b02084a4b698eaca9a4f2 # v2.68.19
with:
tool: cargo-audit,cargo-auditable
- name: Build client x86_64
Expand Down
Loading