Skip to content

Commit 82ad8dc

Browse files
chore(deps): Bump taiki-e/install-action from 2.75.3 to 2.75.7
Bumps [taiki-e/install-action](https://github.com/taiki-e/install-action) from 2.75.3 to 2.75.7. - [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@b8be7f5...0abfcd5) --- updated-dependencies: - dependency-name: taiki-e/install-action dependency-version: 2.75.7 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent f9ccfd2 commit 82ad8dc

3 files changed

Lines changed: 8 additions & 8 deletions

File tree

.github/workflows/coverage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
3535
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
3636
- name: Install cargo-llvm-cov
37-
uses: taiki-e/install-action@b8be7f5e140177087325943c4a8e169d01c59b3d # v2.75.3
37+
uses: taiki-e/install-action@0abfcd587b70a713fdaa7fb502c885e2112acb15 # v2.75.7
3838
with:
3939
tool: cargo-llvm-cov
4040
- name: Install dependencies

.github/workflows/lint.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
- name: cargo clippy
5555
run: cargo clippy --workspace --all-features --tests -- -D warnings
5656
- name: Install Cargo Hack
57-
uses: taiki-e/install-action@b8be7f5e140177087325943c4a8e169d01c59b3d # v2.75.3
57+
uses: taiki-e/install-action@0abfcd587b70a713fdaa7fb502c885e2112acb15 # v2.75.7
5858
with:
5959
tool: cargo-hack
6060
- name: Run Cargo Hack on MalwareDB
@@ -108,7 +108,7 @@ jobs:
108108
rustup toolchain install nightly
109109
110110
- name: Install cargo udeps
111-
uses: taiki-e/install-action@b8be7f5e140177087325943c4a8e169d01c59b3d # v2.75.3
111+
uses: taiki-e/install-action@0abfcd587b70a713fdaa7fb502c885e2112acb15 # v2.75.7
112112
with:
113113
tool: cargo-udeps
114114

@@ -139,7 +139,7 @@ jobs:
139139
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
140140

141141
- name: Install Cargo Audit
142-
uses: taiki-e/install-action@b8be7f5e140177087325943c4a8e169d01c59b3d # v2.75.3
142+
uses: taiki-e/install-action@0abfcd587b70a713fdaa7fb502c885e2112acb15 # v2.75.7
143143
with:
144144
tool: cargo-audit
145145

.github/workflows/release.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -323,7 +323,7 @@ jobs:
323323
- name: Install cargo-deb
324324
run: cargo install cargo-deb
325325
- name: Install cargo audit, auditable, cyclonedx
326-
uses: taiki-e/install-action@b8be7f5e140177087325943c4a8e169d01c59b3d # v2.75.3
326+
uses: taiki-e/install-action@0abfcd587b70a713fdaa7fb502c885e2112acb15 # v2.75.7
327327
with:
328328
tool: cargo-audit,cargo-auditable,cargo-cyclonedx
329329
- id: version
@@ -420,7 +420,7 @@ jobs:
420420
sudo apt-get install -y musl musl-dev musl-tools dpkg-dev
421421
cargo install cargo-deb
422422
- name: Install cargo audit & auditable
423-
uses: taiki-e/install-action@b8be7f5e140177087325943c4a8e169d01c59b3d # v2.75.3
423+
uses: taiki-e/install-action@0abfcd587b70a713fdaa7fb502c885e2112acb15 # v2.75.7
424424
with:
425425
tool: cargo-audit,cargo-auditable
426426
- id: version
@@ -489,7 +489,7 @@ jobs:
489489
- name: Install libmagic
490490
run: brew install libmagic
491491
- name: Install cargo audit & auditable
492-
uses: taiki-e/install-action@b8be7f5e140177087325943c4a8e169d01c59b3d # v2.75.3
492+
uses: taiki-e/install-action@0abfcd587b70a713fdaa7fb502c885e2112acb15 # v2.75.7
493493
with:
494494
tool: cargo-audit,cargo-auditable
495495
- name: Build client
@@ -584,7 +584,7 @@ jobs:
584584
vcpkg list --triplet arm64-windows-static
585585
cargo install cargo-vcpkg
586586
- name: Install cargo audit & auditable
587-
uses: taiki-e/install-action@b8be7f5e140177087325943c4a8e169d01c59b3d # v2.75.3
587+
uses: taiki-e/install-action@0abfcd587b70a713fdaa7fb502c885e2112acb15 # v2.75.7
588588
with:
589589
tool: cargo-audit,cargo-auditable
590590
- name: Build client x86_64

0 commit comments

Comments
 (0)