mirror of
https://github.com/creating2morrow/neveko.git
synced 2024-12-22 11:39:22 +00:00
update cargo audit
This commit is contained in:
parent
d32d3a0a5c
commit
ca736c487b
2 changed files with 1085 additions and 977 deletions
6
.github/workflows/audit.yml
vendored
6
.github/workflows/audit.yml
vendored
|
@ -20,8 +20,10 @@ jobs:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v4
|
||||||
|
with:
|
||||||
|
submodules: 'true'
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: sudo apt install -y libssl-dev build-essential
|
run: sudo apt install -y libssl-dev build-essential
|
||||||
- name: Audit
|
- name: Audit
|
||||||
run: cargo install cargo-audit && cargo audit
|
run: cargo install cargo-audit && cargo audit && cd neveko-gui && cargo audit
|
||||||
|
|
2056
neveko-gui/Cargo.lock
generated
2056
neveko-gui/Cargo.lock
generated
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue