From 4f0651d4817837331fa8f87b2260ab4c9822d07c Mon Sep 17 00:00:00 2001 From: Xander Bil Date: Fri, 6 Dec 2024 00:57:10 +0100 Subject: [PATCH] vingo: yeet --- .github/workflows/vingo_audit.yml | 27 --------------------------- 1 file changed, 27 deletions(-) delete mode 100644 .github/workflows/vingo_audit.yml diff --git a/.github/workflows/vingo_audit.yml b/.github/workflows/vingo_audit.yml deleted file mode 100644 index cae831b..0000000 --- a/.github/workflows/vingo_audit.yml +++ /dev/null @@ -1,27 +0,0 @@ ---- -name: Vingo Audit Rust dependencies -on: - pull_request: - paths: - - .github/workflows/vingo_audit.yml - - 'vingo/**/Cargo.toml' - - 'vingo/**/Cargo.lock' - - schedule: - - cron: '0 0 * * *' - workflow_dispatch: - -jobs: - security_audit: - runs-on: ubuntu-latest - - permissions: - issues: write - checks: write - - steps: - - uses: actions/checkout@v4 - - uses: rustsec/audit-check@v2.0.0 - with: - token: ${{ secrets.GITHUB_TOKEN }} - working-directory: vingo/