From 48fdf743509adaa21c5899fbc0351927944bf450 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 5 Mar 2026 01:03:57 +0000 Subject: [PATCH] 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](https://github.com/taiki-e/install-action/compare/edba51d32f66935a112c0516fec65a13d420cbc6...205eb1d74c6feda89abb1f3a09360601953286c0) --- 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] --- .github/workflows/coverage.yml | 2 +- .github/workflows/lint.yml | 6 +++--- .github/workflows/release.yml | 8 ++++---- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index 84a3d2dc..482e970b 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -34,7 +34,7 @@ jobs: - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 - name: Install cargo-llvm-cov - uses: taiki-e/install-action@edba51d32f66935a112c0516fec65a13d420cbc6 # v2.68.17 + uses: taiki-e/install-action@205eb1d74c6feda89abb1f3a09360601953286c0 # v2.68.18 with: tool: cargo-llvm-cov - name: Install dependencies diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index e8db0ae5..c984b60e 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -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@edba51d32f66935a112c0516fec65a13d420cbc6 # v2.68.17 + uses: taiki-e/install-action@205eb1d74c6feda89abb1f3a09360601953286c0 # v2.68.18 with: tool: cargo-hack - name: Run Cargo Hack on MalwareDB @@ -108,7 +108,7 @@ jobs: rustup toolchain install nightly - name: Install cargo udeps - uses: taiki-e/install-action@edba51d32f66935a112c0516fec65a13d420cbc6 # v2.68.17 + uses: taiki-e/install-action@205eb1d74c6feda89abb1f3a09360601953286c0 # v2.68.18 with: tool: cargo-udeps @@ -139,7 +139,7 @@ jobs: uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 - name: Install Cargo Audit - uses: taiki-e/install-action@edba51d32f66935a112c0516fec65a13d420cbc6 # v2.68.17 + uses: taiki-e/install-action@205eb1d74c6feda89abb1f3a09360601953286c0 # v2.68.18 with: tool: cargo-audit diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index d4bbd365..c12ad3db 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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@edba51d32f66935a112c0516fec65a13d420cbc6 # v2.68.17 + uses: taiki-e/install-action@205eb1d74c6feda89abb1f3a09360601953286c0 # v2.68.18 with: tool: cargo-audit,cargo-auditable,cargo-cyclonedx - id: version @@ -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@edba51d32f66935a112c0516fec65a13d420cbc6 # v2.68.17 + uses: taiki-e/install-action@205eb1d74c6feda89abb1f3a09360601953286c0 # v2.68.18 with: tool: cargo-audit,cargo-auditable - id: version @@ -426,7 +426,7 @@ jobs: - name: Install libmagic run: brew install libmagic - name: Install cargo audit & auditable - uses: taiki-e/install-action@edba51d32f66935a112c0516fec65a13d420cbc6 # v2.68.17 + uses: taiki-e/install-action@205eb1d74c6feda89abb1f3a09360601953286c0 # v2.68.18 with: tool: cargo-audit,cargo-auditable - name: Build client @@ -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@edba51d32f66935a112c0516fec65a13d420cbc6 # v2.68.17 + uses: taiki-e/install-action@205eb1d74c6feda89abb1f3a09360601953286c0 # v2.68.18 with: tool: cargo-audit,cargo-auditable - name: Build client x86_64