diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ac068e54..12372645 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -44,7 +44,7 @@ jobs: - uses: Swatinem/rust-cache@e18b497796c12c097a38f9edb9d0641fb99eee32 # v2 with: save-if: ${{ github.ref == 'refs/heads/main' }} - - uses: taiki-e/install-action@8f531eaecd1898bc3da7d104ad91bee98d1b97bd # v2.62.30 + - uses: taiki-e/install-action@e49978b799e49ff429d162b7a30601a569ab6538 # v2.62.30 with: tool: nextest - run: cargo nextest run --workspace @@ -59,7 +59,7 @@ jobs: - uses: Swatinem/rust-cache@e18b497796c12c097a38f9edb9d0641fb99eee32 # v2 with: save-if: ${{ github.ref == 'refs/heads/main' }} - - uses: taiki-e/install-action@8f531eaecd1898bc3da7d104ad91bee98d1b97bd # v2.62.30 + - uses: taiki-e/install-action@e49978b799e49ff429d162b7a30601a569ab6538 # v2.62.30 with: tool: cargo-llvm-cov - name: Generate coverage @@ -101,7 +101,7 @@ jobs: - uses: Swatinem/rust-cache@e18b497796c12c097a38f9edb9d0641fb99eee32 # v2 with: save-if: ${{ github.ref == 'refs/heads/main' }} - - uses: taiki-e/install-action@8f531eaecd1898bc3da7d104ad91bee98d1b97bd # v2.62.30 + - uses: taiki-e/install-action@e49978b799e49ff429d162b7a30601a569ab6538 # v2.62.30 with: tool: wasm-pack - name: Build and validate WASM @@ -202,7 +202,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 - - uses: EmbarkStudios/cargo-deny-action@a531616d8ce3b9177443e48a1159bc945a099823 # v2.0.19 + - uses: EmbarkStudios/cargo-deny-action@bb137d7af7e4fb67e5f82a49c4fce4fad40782fe # v2.0.20 audit: name: Security Audit diff --git a/.github/workflows/mutants.yml b/.github/workflows/mutants.yml index 27e128e2..6426d63c 100644 --- a/.github/workflows/mutants.yml +++ b/.github/workflows/mutants.yml @@ -19,7 +19,7 @@ jobs: with: fetch-depth: 0 - uses: Swatinem/rust-cache@e18b497796c12c097a38f9edb9d0641fb99eee32 # v2 - - uses: taiki-e/install-action@8f531eaecd1898bc3da7d104ad91bee98d1b97bd # v2.62.30 + - uses: taiki-e/install-action@e49978b799e49ff429d162b7a30601a569ab6538 # v2.62.30 with: tool: nextest - name: Install cargo-mutants diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 44010603..590ad60a 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -92,7 +92,7 @@ jobs: # rust-toolchain.toml provides the pinned Rust version + wasm32 target - uses: Swatinem/rust-cache@e18b497796c12c097a38f9edb9d0641fb99eee32 # v2 - - uses: taiki-e/install-action@8f531eaecd1898bc3da7d104ad91bee98d1b97bd # v2.62.30 + - uses: taiki-e/install-action@e49978b799e49ff429d162b7a30601a569ab6538 # v2.62.30 with: tool: wasm-pack