mirror of
https://github.com/rtic-rs/rtic.git
synced 2025-12-16 21:05:35 +01:00
ci: Audit-check: Update to rustsec, ubuntu-latest
This commit is contained in:
parent
f1c62ebe3d
commit
fb8c24cd0e
1 changed files with 3 additions and 3 deletions
6
.github/workflows/audit.yaml
vendored
6
.github/workflows/audit.yaml
vendored
|
|
@ -3,10 +3,10 @@ on:
|
|||
schedule:
|
||||
- cron: '0 0 * * *'
|
||||
jobs:
|
||||
audit:
|
||||
runs-on: ubuntu-20.04
|
||||
security_audit:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- uses: actions-rs/audit-check@v1
|
||||
- uses: rustsec/audit-check@v2.0.0
|
||||
with:
|
||||
token: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue