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 d7d7ac1 + d490456 commit caf44f6Copy full SHA for caf44f6
1 file changed
.github/workflows/security_audit.yaml
@@ -21,5 +21,10 @@ jobs:
21
token: ${{ secrets.GITHUB_TOKEN }}
22
23
- uses: rustsec/audit-check@69366f33c96575abad1ee0dba8212993eecbe998 # v2.0.0
24
+ # Build against stable because cargo-audit sometimes depends on things
25
+ # that require a newer Rust version than our pinned toolchain. This does
26
+ # not influence the result, so it should be safe.
27
+ env:
28
+ RUSTUP_TOOLCHAIN: stable
29
with:
30
0 commit comments