diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index 1bbb99c2..596570c1 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@d9c7e4de96b8ff27364cd0b5890e9280b99adbb3 # v2.68.11 + uses: taiki-e/install-action@aba36d755ec7ca22d38b12111787c26115943952 # v2.68.12 with: tool: cargo-llvm-cov - name: Install dependencies diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index e99ae903..84d56c82 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@d9c7e4de96b8ff27364cd0b5890e9280b99adbb3 # v2.68.11 + uses: taiki-e/install-action@aba36d755ec7ca22d38b12111787c26115943952 # v2.68.12 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@d9c7e4de96b8ff27364cd0b5890e9280b99adbb3 # v2.68.11 + uses: taiki-e/install-action@aba36d755ec7ca22d38b12111787c26115943952 # v2.68.12 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@d9c7e4de96b8ff27364cd0b5890e9280b99adbb3 # v2.68.11 + uses: taiki-e/install-action@aba36d755ec7ca22d38b12111787c26115943952 # v2.68.12 with: tool: cargo-audit diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 996e2f14..ee28cd18 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -265,7 +265,7 @@ jobs: - name: Install cargo-deb run: cargo install cargo-deb - name: Install cargo audit, auditable, cyclonedx - uses: taiki-e/install-action@d9c7e4de96b8ff27364cd0b5890e9280b99adbb3 # v2.68.11 + uses: taiki-e/install-action@aba36d755ec7ca22d38b12111787c26115943952 # v2.68.12 with: tool: cargo-audit,cargo-auditable,cargo-cyclonedx - id: version @@ -362,7 +362,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@d9c7e4de96b8ff27364cd0b5890e9280b99adbb3 # v2.68.11 + uses: taiki-e/install-action@aba36d755ec7ca22d38b12111787c26115943952 # v2.68.12 with: tool: cargo-audit,cargo-auditable - id: version @@ -419,7 +419,7 @@ jobs: - name: Install libmagic run: brew install libmagic - name: Install cargo audit & auditable - uses: taiki-e/install-action@d9c7e4de96b8ff27364cd0b5890e9280b99adbb3 # v2.68.11 + uses: taiki-e/install-action@aba36d755ec7ca22d38b12111787c26115943952 # v2.68.12 with: tool: cargo-audit,cargo-auditable - name: Build client @@ -500,7 +500,7 @@ jobs: vcpkg integrate install cargo install cargo-vcpkg - name: Install cargo audit & auditable - uses: taiki-e/install-action@d9c7e4de96b8ff27364cd0b5890e9280b99adbb3 # v2.68.11 + uses: taiki-e/install-action@aba36d755ec7ca22d38b12111787c26115943952 # v2.68.12 with: tool: cargo-audit,cargo-auditable - name: Build client x86_64