We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb0b957 commit 092dbd8Copy full SHA for 092dbd8
.github/workflows/coverage.yml
@@ -27,7 +27,7 @@ jobs:
27
toolchain: ${{ matrix.toolchain }}
28
29
- name: Install cargo-llvm-cov
30
- uses: taiki-e/install-action@08d473f7b2bf2e092f4c5bd3812b23ed7253f2c9 # cargo-llvm-cov
+ uses: taiki-e/install-action@98c0ece29179bd8181568787687a371174406ddf # cargo-llvm-cov
31
32
# generate release builds of the testable binaries
33
# this is meant to actually run the binary, so this will fail but the binary will be built
0 commit comments