Skip to content

Commit 6cb0135

Browse files
Merge pull request #586 from SierraSoftworks/claude/nifty-thompson-5hfa5c
ci: replace deprecated actions-rs/audit-check with rustsec/audit-check
2 parents f4e2ffb + 674db09 commit 6cb0135

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/security-audit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@ jobs:
77
runs-on: ubuntu-latest
88
steps:
99
- uses: actions/checkout@v6
10-
- uses: actions-rs/audit-check@v1.2.0
10+
- uses: rustsec/audit-check@v2.0.0
1111
with:
1212
token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)