diff options
| author | Henrik Tjäder <henrik@tjaders.com> | 2025-06-15 22:31:41 +0200 |
|---|---|---|
| committer | Emil Fresk <emil.fresk@gmail.com> | 2025-06-18 18:50:36 +0000 |
| commit | fb8c24cd0e2313eeff6f66b3a2dc0325dfb4b22e (patch) | |
| tree | 4f2abec3de74de3ce617e16fb1e0cc1451048136 /.github/workflows | |
| parent | f1c62ebe3d9444a3244c5f3898f08d9cbc18daca (diff) | |
ci: Audit-check: Update to rustsec, ubuntu-latest
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/audit.yaml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/audit.yaml b/.github/workflows/audit.yaml index c21b795..18a1075 100644 --- a/.github/workflows/audit.yaml +++ b/.github/workflows/audit.yaml @@ -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 }} |
