From ba3d75792e726800cb5729503c857faf0d944751 Mon Sep 17 00:00:00 2001 From: Matthieu Vachon Date: Tue, 1 Nov 2022 10:00:53 -0400 Subject: [PATCH] Deleted security audit as it's a Rust thing only --- .github/workflows/audit.yml | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 .github/workflows/audit.yml diff --git a/.github/workflows/audit.yml b/.github/workflows/audit.yml deleted file mode 100644 index e6f3174..0000000 --- a/.github/workflows/audit.yml +++ /dev/null @@ -1,13 +0,0 @@ -# See https://github.com/actions-rs/audit-check -name: Security audit -on: - schedule: - - cron: '0 0 */7 * *' -jobs: - security_audit: - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v2 - - uses: actions-rs/audit-check@v1 - with: - token: ${{ secrets.GITHUB_TOKEN }}