diff --git a/.github/workflows/checks.yaml b/.github/workflows/checks.yaml index 907f46ce..95918255 100644 --- a/.github/workflows/checks.yaml +++ b/.github/workflows/checks.yaml @@ -205,7 +205,7 @@ jobs: toolchain: stable - name: Install cargo-llvm-cov & cargo-nextest - uses: taiki-e/install-action@481c34c1cf3a84c68b5e46f4eccfc82af798415a # v2.75.23 + uses: taiki-e/install-action@213ccc1a076163c093f914550b94feb90fab916d # v2.79.2 with: tool: cargo-llvm-cov,cargo-nextest @@ -229,7 +229,7 @@ jobs: RUST_BACKTRACE: 1 - name: Upload coverage to Codecov - uses: codecov/codecov-action@57e3a136b779b570ffcdbf80b3bdc90e7fab3de2 # v6.0.0 + uses: codecov/codecov-action@e79a6962e0d4c0c17b229090214935d2e33f8354 # v6.0.1 with: files: lcov.info fail_ci_if_error: false @@ -286,4 +286,4 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd - - uses: EmbarkStudios/cargo-deny-action@91bf2b620e09e18d6eb78b92e7861937469acedb + - uses: EmbarkStudios/cargo-deny-action@6c8f9facfa5047ec02d8485b6bf52b587b7777d1