Skip to content

Commit

Permalink
[ci] switch to explicit hashes for taiki-e/install-action
Browse files Browse the repository at this point in the history
The renovate/pin-dependencies task was failing on this.
  • Loading branch information
sunshowers committed Apr 22, 2024
1 parent d2ec2e2 commit 32d9c79
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,13 @@ jobs:
- uses: Swatinem/rust-cache@23bce251a8cd2ffc3c1075eaa2367cf899916d84 # v2

- name: Install latest nextest release
uses: taiki-e/install-action@nextest
uses: taiki-e/install-action@a94d7ba8955e0861119ed8d3fddb8823ef7a97a8 # v2
with:
tool: nextest
- name: Install cargo-llvm-cov
uses: taiki-e/install-action@cargo-llvm-cov
uses: taiki-e/install-action@a94d7ba8955e0861119ed8d3fddb8823ef7a97a8 # v2
with:
tool: cargo-llvm-cov

- name: Collect coverage data
# Generate separate reports for nextest and doctests, and combine them.
Expand Down

0 comments on commit 32d9c79

Please sign in to comment.