Skip to content

Commit

Permalink
CI: update action to audit dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
chifflier committed Jul 29, 2024
1 parent a6788d0 commit f51a732
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/security-audit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,10 @@ on:
jobs:
security_audit:
runs-on: ubuntu-latest
permissions:
contents: read
issues: write
steps:
- uses: actions/checkout@v1
- uses: actions-rs/audit-check@v1
with:
token: ${{ secrets.GITHUB_TOKEN }}
- uses: actions/checkout@v4
- uses: actions-rust-lang/audit@v1
name: Audit Rust Dependencies

0 comments on commit f51a732

Please sign in to comment.