Skip to content

Commit ceb95de

Browse files
authored
Upgrade rustsec/audit-check action to v2.0.0 (#581)
* Upgrade rustsec/audit-check action to v2.0.0 * update runner instance * Use ubuntu-24.04 for runner os
1 parent 9a96644 commit ceb95de

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/security_audit.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ on:
44
- cron: '0 0 * * *'
55
jobs:
66
audit:
7-
runs-on: ubuntu-20.04
7+
runs-on: ubuntu-24.04
88
steps:
9-
- uses: actions/checkout@v3
10-
- uses: rustsec/audit-check@v1.4.1
9+
- uses: actions/checkout@v4
10+
- uses: rustsec/audit-check@v2.0.0
1111
with:
1212
token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)