Skip to content

Commit

Permalink
ci: fix audit check attempt 7 (rustsec/audit-check)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonas Bostoen committed Nov 29, 2024
1 parent 0d5916e commit 937ad9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/audit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Run cargo audit
uses: rustsec/adit-check@v2
uses: rustsec/audit-check@v2
with:
token: ${{ secrets.GITHUB_TOKEN }}
working-directory: ${{ matrix.project }}

0 comments on commit 937ad9b

Please sign in to comment.