Skip to content

Commit 979482a

Browse files
dependabot[bot]rjzak
authored andcommitted
chore(deps): Bump taiki-e/install-action from 2.68.19 to 2.68.25
Bumps [taiki-e/install-action](https://github.com/taiki-e/install-action) from 2.68.19 to 2.68.25. - [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@385db9c...a37010d) --- updated-dependencies: - dependency-name: taiki-e/install-action dependency-version: 2.68.25 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 33fdf31 commit 979482a

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@385db9cc6bf65d19775b02084a4b698eaca9a4f2 # v2.68.19
37+
uses: taiki-e/install-action@a37010ded18ff788be4440302bd6830b1ae50d8b # v2.68.25
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@385db9cc6bf65d19775b02084a4b698eaca9a4f2 # v2.68.19
57+
uses: taiki-e/install-action@a37010ded18ff788be4440302bd6830b1ae50d8b # v2.68.25
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@385db9cc6bf65d19775b02084a4b698eaca9a4f2 # v2.68.19
111+
uses: taiki-e/install-action@a37010ded18ff788be4440302bd6830b1ae50d8b # v2.68.25
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@385db9cc6bf65d19775b02084a4b698eaca9a4f2 # v2.68.19
142+
uses: taiki-e/install-action@a37010ded18ff788be4440302bd6830b1ae50d8b # v2.68.25
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@385db9cc6bf65d19775b02084a4b698eaca9a4f2 # v2.68.19
275+
uses: taiki-e/install-action@a37010ded18ff788be4440302bd6830b1ae50d8b # v2.68.25
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@385db9cc6bf65d19775b02084a4b698eaca9a4f2 # v2.68.19
372+
uses: taiki-e/install-action@a37010ded18ff788be4440302bd6830b1ae50d8b # v2.68.25
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@385db9cc6bf65d19775b02084a4b698eaca9a4f2 # v2.68.19
429+
uses: taiki-e/install-action@a37010ded18ff788be4440302bd6830b1ae50d8b # v2.68.25
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@385db9cc6bf65d19775b02084a4b698eaca9a4f2 # v2.68.19
513+
uses: taiki-e/install-action@a37010ded18ff788be4440302bd6830b1ae50d8b # v2.68.25
514514
with:
515515
tool: cargo-audit,cargo-auditable
516516
- name: Build client x86_64

0 commit comments

Comments
 (0)