Skip to content

Commit 7584248

Browse files
dependabot[bot]rjzak
authored andcommitted
chore(deps): Bump taiki-e/install-action from 2.68.26 to 2.68.27
Bumps [taiki-e/install-action](https://github.com/taiki-e/install-action) from 2.68.26 to 2.68.27. - [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@64c5c20...5ab5d17) --- updated-dependencies: - dependency-name: taiki-e/install-action dependency-version: 2.68.27 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent d4bfc04 commit 7584248

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@64c5c20c872907b6f7cd50994ac189e7274160f2 # v2.68.26
37+
uses: taiki-e/install-action@5ab5d1729c22acd8f798b267eadcfe5e5be6f5c2 # v2.68.27
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@64c5c20c872907b6f7cd50994ac189e7274160f2 # v2.68.26
57+
uses: taiki-e/install-action@5ab5d1729c22acd8f798b267eadcfe5e5be6f5c2 # v2.68.27
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@64c5c20c872907b6f7cd50994ac189e7274160f2 # v2.68.26
111+
uses: taiki-e/install-action@5ab5d1729c22acd8f798b267eadcfe5e5be6f5c2 # v2.68.27
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@64c5c20c872907b6f7cd50994ac189e7274160f2 # v2.68.26
142+
uses: taiki-e/install-action@5ab5d1729c22acd8f798b267eadcfe5e5be6f5c2 # v2.68.27
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@64c5c20c872907b6f7cd50994ac189e7274160f2 # v2.68.26
275+
uses: taiki-e/install-action@5ab5d1729c22acd8f798b267eadcfe5e5be6f5c2 # v2.68.27
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@64c5c20c872907b6f7cd50994ac189e7274160f2 # v2.68.26
372+
uses: taiki-e/install-action@5ab5d1729c22acd8f798b267eadcfe5e5be6f5c2 # v2.68.27
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@64c5c20c872907b6f7cd50994ac189e7274160f2 # v2.68.26
429+
uses: taiki-e/install-action@5ab5d1729c22acd8f798b267eadcfe5e5be6f5c2 # v2.68.27
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@64c5c20c872907b6f7cd50994ac189e7274160f2 # v2.68.26
513+
uses: taiki-e/install-action@5ab5d1729c22acd8f798b267eadcfe5e5be6f5c2 # v2.68.27
514514
with:
515515
tool: cargo-audit,cargo-auditable
516516
- name: Build client x86_64

0 commit comments

Comments
 (0)