From c1862d30ad6b6d8e54fd983662789a48e0e2feb0 Mon Sep 17 00:00:00 2001 From: "Dustin J. Mitchell" Date: Wed, 30 Oct 2024 20:16:50 -0400 Subject: [PATCH] pin rustsec/audit-check --- .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 616548b..2dbb528 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@main + - uses: rustsec/audit-check@v2.0.0 with: token: ${{ secrets.GITHUB_TOKEN }}