Skip to content

Commit

Permalink
NAUM-104 Replace actions-rs/audit-check with rustsec/audit-check
Browse files Browse the repository at this point in the history
  • Loading branch information
turboladen committed May 30, 2024
1 parent c021663 commit 35175b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/security-audit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,6 @@ jobs:
target/
key: ${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.lock') }}
- name: Security audit
uses: actions-rs/audit-check@v1
uses: rustsec/audit-check@v1.4.1
with:
token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 35175b5

Please sign in to comment.