diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index eebb3d4..ed4a421 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -145,7 +145,7 @@ jobs: save-if: ${{ github.ref == 'refs/heads/main' }} - name: Install SARIF tools - uses: taiki-e/install-action@v2 + uses: taiki-e/install-action@v2.85.5 with: tool: clippy-sarif,sarif-fmt @@ -183,7 +183,7 @@ jobs: uses: dtolnay/rust-toolchain@stable - name: Install security tools - uses: taiki-e/install-action@v2 + uses: taiki-e/install-action@v2.85.5 with: tool: cargo-deny @@ -197,7 +197,7 @@ jobs: run: cargo deny check - name: Install cargo-semver-checks - uses: taiki-e/install-action@v2 + uses: taiki-e/install-action@v2.85.5 with: tool: cargo-semver-checks @@ -264,7 +264,7 @@ jobs: - name: Install nextest - uses: taiki-e/install-action@v2 + uses: taiki-e/install-action@v2.85.5 with: tool: nextest @@ -307,7 +307,7 @@ jobs: - name: Install coverage tools - uses: taiki-e/install-action@v2 + uses: taiki-e/install-action@v2.85.5 with: tool: cargo-llvm-cov,nextest diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index ff982ce..fdcd289 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -57,7 +57,7 @@ jobs: shared-key: "release-verify" - name: Install nextest - uses: taiki-e/install-action@v2 + uses: taiki-e/install-action@v2.85.5 with: tool: nextest