diff options
Diffstat (limited to '.github/workflows/audit.yaml')
| -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 }} |
