We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a1d7084 commit fc53200Copy full SHA for fc53200
.github/workflows/security-audit.yml
@@ -10,6 +10,8 @@ jobs:
10
runs-on: ubuntu-latest
11
steps:
12
- uses: actions/checkout@v4
13
+ - name: generate Cargo.lock
14
+ run: cargo generate-lockfile
15
- uses: rustsec/audit-check@v2
16
with:
17
token: ${{ secrets.GITHUB_TOKEN }}
0 commit comments