From 0bbc8422f91af4652c4e712b0d45a038d9822e90 Mon Sep 17 00:00:00 2001 From: Paul Roden Henderson Date: Mon, 17 Apr 2023 16:59:10 +0100 Subject: [PATCH] Update audit-on-push.yml turning off for a while --- .github/workflows/audit-on-push.yml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/audit-on-push.yml b/.github/workflows/audit-on-push.yml index 88ed9e7..f3da65d 100644 --- a/.github/workflows/audit-on-push.yml +++ b/.github/workflows/audit-on-push.yml @@ -5,11 +5,11 @@ on: - '**/Cargo.toml' - '**/Cargo.lock' jobs: - security_audit: - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v1 - - uses: actions-rs/audit-check@v1 - with: - token: ${{ secrets.GITHUB_TOKEN }} - \ No newline at end of file +# security_audit: +# runs-on: ubuntu-latest +# steps: +# - uses: actions/checkout@v1 +# - uses: actions-rs/audit-check@v1 +# with: +# token: ${{ secrets.GITHUB_TOKEN }} +