mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-08-24 18:06:42 +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:
|
on:
|
||||||
schedule:
|
schedule:
|
||||||
|
@ -12,6 +12,7 @@ on:
|
||||||
jobs:
|
jobs:
|
||||||
audit:
|
audit:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
name: "Audit Dependencies"
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- uses: actions-rs/audit-check@v1
|
- uses: actions-rs/audit-check@v1
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue