Skip to content

Commit

Permalink
ci: use officail rustsec/audit-check action (#843)
Browse files Browse the repository at this point in the history
  • Loading branch information
xxchan authored Dec 27, 2024
1 parent 8883b5e commit dbfb45e
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/audit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,12 +32,14 @@ on:
- "**/Cargo.toml"
- "**/Cargo.lock"

schedule:
- cron: '0 0 * * *'

jobs:
security_audit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install cargo-audit
run: cargo install cargo-audit
- name: Run audit check
run: cargo audit
- uses: rustsec/[email protected]
with:
token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit dbfb45e

Please sign in to comment.