Skip to content

Commit fa3332b

Browse files
committed
chore(ci): bump rustsec/audit-check to current HEAD
I hate seeing the Node 24 warning on all my CI runs, and this should fix it. Signed-off-by: Steven Noonan <steven@uplinklabs.net>
1 parent 4e8c599 commit fa3332b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
run: cargo clippy --all-targets -- -D warnings
3636

3737
- name: Audit
38-
uses: rustsec/audit-check@v2
38+
uses: rustsec/audit-check@858dc40f52ca2b8570b7a997c1c4e35c6fc9a432
3939
with:
4040
token: ${{ secrets.GITHUB_TOKEN }}
4141

0 commit comments

Comments
 (0)