Skip to content

Commit af47952

Browse files
dependabot[bot]rjzak
authored andcommitted
chore(deps): Bump taiki-e/install-action from 2.68.17 to 2.68.18
Bumps [taiki-e/install-action](https://github.com/taiki-e/install-action) from 2.68.17 to 2.68.18. - [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@edba51d...205eb1d) --- updated-dependencies: - dependency-name: taiki-e/install-action dependency-version: 2.68.18 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 586fc83 commit af47952

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

.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@edba51d32f66935a112c0516fec65a13d420cbc6 # v2.68.17
37+
uses: taiki-e/install-action@205eb1d74c6feda89abb1f3a09360601953286c0 # v2.68.18
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@edba51d32f66935a112c0516fec65a13d420cbc6 # v2.68.17
57+
uses: taiki-e/install-action@205eb1d74c6feda89abb1f3a09360601953286c0 # v2.68.18
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@edba51d32f66935a112c0516fec65a13d420cbc6 # v2.68.17
111+
uses: taiki-e/install-action@205eb1d74c6feda89abb1f3a09360601953286c0 # v2.68.18
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@edba51d32f66935a112c0516fec65a13d420cbc6 # v2.68.17
142+
uses: taiki-e/install-action@205eb1d74c6feda89abb1f3a09360601953286c0 # v2.68.18
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
@@ -272,7 +272,7 @@ jobs:
272272
- name: Install cargo-deb
273273
run: cargo install cargo-deb
274274
- name: Install cargo audit, auditable, cyclonedx
275-
uses: taiki-e/install-action@edba51d32f66935a112c0516fec65a13d420cbc6 # v2.68.17
275+
uses: taiki-e/install-action@205eb1d74c6feda89abb1f3a09360601953286c0 # v2.68.18
276276
with:
277277
tool: cargo-audit,cargo-auditable,cargo-cyclonedx
278278
- id: version
@@ -369,7 +369,7 @@ jobs:
369369
sudo apt-get install -y musl musl-dev musl-tools dpkg-dev
370370
cargo install cargo-deb
371371
- name: Install cargo audit & auditable
372-
uses: taiki-e/install-action@edba51d32f66935a112c0516fec65a13d420cbc6 # v2.68.17
372+
uses: taiki-e/install-action@205eb1d74c6feda89abb1f3a09360601953286c0 # v2.68.18
373373
with:
374374
tool: cargo-audit,cargo-auditable
375375
- id: version
@@ -426,7 +426,7 @@ jobs:
426426
- name: Install libmagic
427427
run: brew install libmagic
428428
- name: Install cargo audit & auditable
429-
uses: taiki-e/install-action@edba51d32f66935a112c0516fec65a13d420cbc6 # v2.68.17
429+
uses: taiki-e/install-action@205eb1d74c6feda89abb1f3a09360601953286c0 # v2.68.18
430430
with:
431431
tool: cargo-audit,cargo-auditable
432432
- name: Build client
@@ -510,7 +510,7 @@ jobs:
510510
vcpkg list --triplet arm64-windows-static
511511
cargo install cargo-vcpkg
512512
- name: Install cargo audit & auditable
513-
uses: taiki-e/install-action@edba51d32f66935a112c0516fec65a13d420cbc6 # v2.68.17
513+
uses: taiki-e/install-action@205eb1d74c6feda89abb1f3a09360601953286c0 # v2.68.18
514514
with:
515515
tool: cargo-audit,cargo-auditable
516516
- name: Build client x86_64

0 commit comments

Comments
 (0)