From 9a3cff07b562eb47b9d076822e9075e2ef6f3312 Mon Sep 17 00:00:00 2001 From: Ray Walker Date: Sat, 2 May 2026 20:44:51 +1000 Subject: [PATCH] fix: generate lockfile before cargo vet (library has no committed Cargo.lock) --- .github/workflows/security.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/security.yml b/.github/workflows/security.yml index ef3c867..c28c9fa 100644 --- a/.github/workflows/security.yml +++ b/.github/workflows/security.yml @@ -230,6 +230,9 @@ jobs: with: toolchain: "1.85" + - name: Generate lockfile + run: cargo generate-lockfile + - name: Cache Rust dependencies uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5 with: