Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions template/.github/workflows/general_daily_security.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,10 @@ jobs:
with:
persist-credentials: false
- uses: rustsec/audit-check@69366f33c96575abad1ee0dba8212993eecbe998 # v2.0.0
# Build against stable because cargo-audit sometimes depends on things
# that require a newer Rust version than our pinned toolchain. This does
# not influence the result, so it should be safe.
env:
RUSTUP_TOOLCHAIN: stable
with:
token: ${{ secrets.GITHUB_TOKEN }}