Skip to content

Commit

Permalink
use rustsec/audit-check at main, not master
Browse files Browse the repository at this point in the history
  • Loading branch information
djmitche committed Oct 1, 2024
1 parent af918bd commit b06d332
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/security.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}

0 comments on commit b06d332

Please sign in to comment.