From c8ed8aa86fd5b67f2897ec91752ec01a620f981a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sa=C5=A1a=20Pr=C5=A1i=C4=87?= Date: Thu, 11 Jul 2024 12:43:46 +0200 Subject: [PATCH] Disable audit check. (#24) --- .github/workflows/rust.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index 0994141..d703787 100755 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -44,8 +44,8 @@ jobs: with: command: fmt args: --all -- --check - - - name: Security audit - uses: actions-rs/audit-check@v1 - with: - token: ${{ secrets.GITHUB_TOKEN }} +# TODO enable security audit once the lib deps are updated. +# - name: Security audit +# uses: actions-rs/audit-check@v1 +# with: +# token: ${{ secrets.GITHUB_TOKEN }}