From 2548ea539bd26e80ccfdb5c6b5bce464bd8c2efa Mon Sep 17 00:00:00 2001 From: "nacho.d.g" Date: Sat, 19 Oct 2024 22:51:38 +0200 Subject: [PATCH] fix(ci): update audit action (#1273) --- .github/workflows/audit.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/audit.yml b/.github/workflows/audit.yml index b182c4037..e725b25b5 100644 --- a/.github/workflows/audit.yml +++ b/.github/workflows/audit.yml @@ -11,8 +11,6 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 - with: - submodules: true - - uses: actions-rs/audit-check@v1 + - uses: rustsec/audit-check@v2.0.0 with: token: ${{ secrets.GITHUB_TOKEN }}