We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 75908a1 commit a75a3c7Copy full SHA for a75a3c7
.github/workflows/ci.yml
@@ -70,6 +70,10 @@ jobs:
70
runs-on: ubuntu-latest
71
steps:
72
- uses: actions/checkout@v4
73
- - uses: actions-rs/audit-check@v1
+ # rustsec/audit-check used to do this automatically
74
+ - name: Generate Cargo.lock
75
+ run: cargo generate-lockfile
76
+ # https://github.com/rustsec/audit-check/issues/2
77
+ - uses: rustsec/[email protected]
78
with:
79
token: ${{ secrets.GITHUB_TOKEN }}
0 commit comments