Skip to content

Commit 5504a3c

Browse files
committed
fix security audit
1 parent 1643ad2 commit 5504a3c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/rust.yml

+4
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,10 @@ jobs:
5353
runs-on: ubuntu-latest
5454
steps:
5555
- uses: actions/checkout@v4
56+
57+
- name: generate Cargo.lock
58+
run: cargo generate-lockfile
59+
5660
# https://github.com/rustsec/audit-check/issues/2
5761
- uses: rustsec/audit-check@master
5862
with:

0 commit comments

Comments
 (0)