diff --git a/.github/workflows/abi-check.yml b/.github/workflows/abi-check.yml index f3b45dec..b502fe56 100644 --- a/.github/workflows/abi-check.yml +++ b/.github/workflows/abi-check.yml @@ -26,7 +26,7 @@ jobs: - uses: Swatinem/rust-cache@6323deb102c322ba6fcbdcafc7e3dddab59af2b6 # v2.9.2 - name: Install cargo-semver-checks - uses: taiki-e/install-action@de04dd511fadcf816cfe55a9e61e688a64bb6b6d # cargo-semver-checks + uses: taiki-e/install-action@e833c06db98eda377180af24a1f46d1065903e98 # cargo-semver-checks - name: Determine baseline ref id: baseline diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index 4117c1be..0cd98211 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -28,7 +28,7 @@ jobs: - uses: Swatinem/rust-cache@6323deb102c322ba6fcbdcafc7e3dddab59af2b6 # v2.9.2 - name: Install cargo-llvm-cov - uses: taiki-e/install-action@868747438ea8f2c3701d0cf6fe59dcfebbdb06a2 # cargo-llvm-cov + uses: taiki-e/install-action@d1ca8e406243e67bc0237cec8899b6b53fa9803a # cargo-llvm-cov - name: Run unit tests under coverage instrumentation run: cargo llvm-cov --no-report --all-features --lib --verbose diff --git a/.github/workflows/mutants.yml b/.github/workflows/mutants.yml index dc67577f..c4b2005b 100644 --- a/.github/workflows/mutants.yml +++ b/.github/workflows/mutants.yml @@ -31,7 +31,7 @@ jobs: - uses: Swatinem/rust-cache@6323deb102c322ba6fcbdcafc7e3dddab59af2b6 # v2.9.2 - name: Install cargo-mutants - uses: taiki-e/install-action@d6a3a01e352ba651618b9c08e6830aa517914706 # cargo-mutants + uses: taiki-e/install-action@efc459d5b689b26744f97446e27ca5e8a4ae8363 # cargo-mutants # Scoped to the parser/codec modules (highest payoff for catching # tests that run code without asserting on it). The full set currently