Skip to content

Commit caf44f6

Browse files
authored
Merge pull request #14 from stackabletech/ci/security-audit-stable-toolchain
ci: build cargo-audit against stable rust toolchain
2 parents d7d7ac1 + d490456 commit caf44f6

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/security_audit.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,10 @@ jobs:
2121
token: ${{ secrets.GITHUB_TOKEN }}
2222

2323
- 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
2429
with:
2530
token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)