diff --git a/.github/workflows/security.yml b/.github/workflows/security.yml index e881e37..add9cfe 100644 --- a/.github/workflows/security.yml +++ b/.github/workflows/security.yml @@ -68,7 +68,7 @@ jobs: # MSRV (cargo-audit 0.22.2 requires Rust >=1.88) from the audited # crate's MSRV (1.85). The exact scanner version is pinned and # deliberately reviewed, never floated. - - uses: taiki-e/install-action@1ed6d7be6168f6c9046541087ff549b6bc581fdf # v2.87.2 + - uses: taiki-e/install-action@3f74d7c16a4242f1c95561e98edc25d36adb4375 # v2.87.12 with: tool: cargo-audit@0.22.2 - name: cargo audit