Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
puffyCid committed Jul 20, 2024
1 parent 5187c75 commit 8a0706d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/audit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Run audit action to view any security issues
uses: rustsec/audit-check@v1.4.1
uses: actions-rust-lang/audit@v1
with:
token: ${{ secrets.GITHUB_TOKEN }}
TOKEN: ${{ secrets.GITHUB_TOKEN }}
ignore: "RUSTSEC-2023-0071"

0 comments on commit 8a0706d

Please sign in to comment.