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: