Skip to content

Commit

Permalink
Update security audit workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
andyleiserson committed Jan 13, 2025
1 parent a649118 commit a227493
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/audit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ jobs:
contents: read
steps:
- uses: actions/checkout@v4

- name: cargo audit
run: |
cargo audit
- uses: rustsec/[email protected]
with:
token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit a227493

Please sign in to comment.