diff --git a/.github/workflows/security.yml b/.github/workflows/security.yml deleted file mode 100644 index 60639fbba..000000000 --- a/.github/workflows/security.yml +++ /dev/null @@ -1,20 +0,0 @@ -name: security - -on: - schedule: - - cron: '0 0 * * *' - push: - paths: - - '**/Cargo.toml' - - '**/Cargo.lock' - -jobs: - audit: - runs-on: ubuntu-latest - permissions: write-all - name: "Audit Dependencies" - steps: - - uses: actions/checkout@v2 - - uses: actions-rs/audit-check@v1 - with: - token: ${{ secrets.GITHUB_TOKEN }}