Run cargo update before cargo audit in audit workflow
This commit is contained in:
parent
0770e7eaf8
commit
f1b1344d59
1 changed files with 2 additions and 0 deletions
2
.github/workflows/audit.yml
vendored
2
.github/workflows/audit.yml
vendored
|
|
@ -12,6 +12,8 @@ jobs:
|
|||
- name: Install cargo-audit
|
||||
run: cargo install cargo-audit
|
||||
- uses: actions/checkout@master
|
||||
- name: Resolve dependencies
|
||||
run: cargo update
|
||||
- name: Audit vulnerabilities
|
||||
run: cargo audit
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue