Skip to content

Commit

Permalink
use rustsec/audit-check at main, not master (#42)
Browse files Browse the repository at this point in the history
  • Loading branch information
djmitche authored Oct 1, 2024
1 parent af918bd commit da9a4c1
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 da9a4c1

Please sign in to comment.