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 56da48e commit 7f0d376Copy full SHA for 7f0d376
.github/workflows/rust-coverage.yml
@@ -20,7 +20,7 @@ jobs:
20
- name: Install Rust
21
run: rustup update stable
22
- name: Install cargo-llvm-cov
23
- uses: taiki-e/install-action@7a9da991c71dfd905b2ee8252a9ce162f176dc6f
+ uses: taiki-e/install-action@26176d8d69a63a253d0afeccbbc05d9c8251c6e2
24
- name: Install Clippy
25
run: rustup component add clippy
26
- name: Install cargo-sonar and run Clippy
0 commit comments