use rustsec/audit-check at main, not master (#42)

This commit is contained in:
Dustin J. Mitchell 2024-09-30 20:54:29 -04:00 committed by GitHub
parent af918bdf0d
commit da9a4c11e9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -15,6 +15,6 @@ jobs:
name: "Audit Rust Dependencies"
steps:
- uses: actions/checkout@v4
- uses: rustsec/audit-check@master
- uses: rustsec/audit-check@main
with:
token: ${{ secrets.GITHUB_TOKEN }}