diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index 7aeb03e..5a73fa4 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -36,7 +36,7 @@ jobs: components: rustfmt clippy - name: Install cargo-llvm-cov - uses: taiki-e/install-action@82cd3e7658a6f96c86c0234aeeda1748937cb0a1 # v2 + uses: taiki-e/install-action@3f74d7c16a4242f1c95561e98edc25d36adb4375 # v2 with: tool: cargo-llvm-cov @@ -93,7 +93,7 @@ jobs: components: rustfmt clippy - name: Install cargo-llvm-cov - uses: taiki-e/install-action@82cd3e7658a6f96c86c0234aeeda1748937cb0a1 # v2 + uses: taiki-e/install-action@3f74d7c16a4242f1c95561e98edc25d36adb4375 # v2 with: tool: cargo-llvm-cov @@ -246,7 +246,7 @@ jobs: toolchain: ${{ env.RUST_VERSION }} - name: Install cargo tools - uses: taiki-e/install-action@82cd3e7658a6f96c86c0234aeeda1748937cb0a1 # v2 + uses: taiki-e/install-action@3f74d7c16a4242f1c95561e98edc25d36adb4375 # v2 with: tool: cargo-make,cargo-audit @@ -268,7 +268,7 @@ jobs: toolchain: ${{ env.RUST_VERSION }} - name: Install cargo tools - uses: taiki-e/install-action@82cd3e7658a6f96c86c0234aeeda1748937cb0a1 # v2 + uses: taiki-e/install-action@3f74d7c16a4242f1c95561e98edc25d36adb4375 # v2 with: tool: cargo-make,cargo-deny