Skip to content

Commit

Permalink
Merge pull request #276 from H1rono/fix-audit-ci
Browse files Browse the repository at this point in the history
🩹 Maintenance `audit.yml`
  • Loading branch information
H1rono authored Feb 1, 2025
2 parents 58a06cc + 3f6fa10 commit 3d64a6f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/audit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@ on:
jobs:
audit:
runs-on: ubuntu-latest
env:
# to satisfy cargo-audit's MSRV,
# overriding rust-toolchain.toml
RUSTUP_TOOLCHAIN: stable
steps:
- uses: actions/checkout@v4
- uses: rustsec/audit-check@v2.0.0
Expand Down

0 comments on commit 3d64a6f

Please sign in to comment.