From da9a4c11e97314a193261d0bdaf5a8f52218aa1c Mon Sep 17 00:00:00 2001 From: "Dustin J. Mitchell" Date: Mon, 30 Sep 2024 20:54:29 -0400 Subject: [PATCH] use rustsec/audit-check at main, not master (#42) --- .github/workflows/security.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/security.yml b/.github/workflows/security.yml index 07655cb..616548b 100644 --- a/.github/workflows/security.yml +++ b/.github/workflows/security.yml @@ -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 }}