mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-07 20:06:36 +02:00
Make security more consistent
This commit is contained in:
parent
9cbe245fc1
commit
52d5500687
1 changed files with 2 additions and 1 deletions
3
.github/workflows/audit.yml
vendored
3
.github/workflows/audit.yml
vendored
|
@ -1,4 +1,4 @@
|
|||
name: Security audit
|
||||
name: Security
|
||||
|
||||
on:
|
||||
schedule:
|
||||
|
@ -12,6 +12,7 @@ on:
|
|||
jobs:
|
||||
audit:
|
||||
runs-on: ubuntu-latest
|
||||
name: "Audit Dependencies"
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: actions-rs/audit-check@v1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue