temporarily remove cargo audit check

This commit is contained in:
Dustin J. Mitchell 2022-06-01 21:54:44 +00:00 committed by Tomas Babej
parent 63bb9fc7ee
commit d422db32ea

View file

@ -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 }}