mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-08-20 04:13:07 +02:00
temporarily remove cargo audit check
This commit is contained in:
parent
63bb9fc7ee
commit
d422db32ea
1 changed files with 0 additions and 20 deletions
20
.github/workflows/security.yml
vendored
20
.github/workflows/security.yml
vendored
|
@ -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 }}
|
|
Loading…
Add table
Add a link
Reference in a new issue