From a5263df65a589705803bee7539afb9f54a34e3cb Mon Sep 17 00:00:00 2001 From: Jonathan Claudius Date: Tue, 24 May 2022 11:07:11 -0400 Subject: [PATCH] Remove Rust Audit (#37) --- .github/workflows/rust-audit.yml | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 .github/workflows/rust-audit.yml diff --git a/.github/workflows/rust-audit.yml b/.github/workflows/rust-audit.yml deleted file mode 100644 index ee08c8f9..00000000 --- a/.github/workflows/rust-audit.yml +++ /dev/null @@ -1,12 +0,0 @@ -name: Security audit -on: - schedule: - - cron: '0 0 * * *' -jobs: - 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