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.
2 parents 3a433ba + 41bd1a7 commit 689a4a0Copy full SHA for 689a4a0
.github/workflows/security.yml
@@ -33,6 +33,8 @@ jobs:
33
34
- name: Install Rust
35
uses: dtolnay/rust-toolchain@7b1c307e0dcbda6122208f10795a713336a9b35a # stable
36
+ with:
37
+ toolchain: stable
38
39
- name: Cache cargo registry
40
uses: Swatinem/rust-cache@82a92a6e8fbeee089604da2575dc567ae9ddeaab # v2.7.5
@@ -89,7 +91,6 @@ print(json.dumps(sarif))
89
91
with:
90
92
command: check
93
arguments: --all-features
- continue-on-error: true # Don't fail until deny.toml is configured
94
95
dependency-review:
96
name: Dependency Review
0 commit comments