Skip to content

Commit dc9962e

Browse files
committed
chore(ci): generate lockfile for audit workflow
1 parent 20fef57 commit dc9962e

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/cargo-audit.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ jobs:
1212
runs-on: ubuntu-latest
1313
steps:
1414
- uses: actions/checkout@v6
15+
- name: Generate lockfile
16+
run: cargo generate-lockfile --features full
1517
- uses: rustsec/audit-check@v2
1618
with:
1719
token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)