diff --git a/.github/workflows/security.yml b/.github/workflows/security.yml index eb8fc01..1b9f5b9 100644 --- a/.github/workflows/security.yml +++ b/.github/workflows/security.yml @@ -108,7 +108,7 @@ jobs: # parse the CVSS-4.0 advisories now in the RustSec DB (erroring the whole # scan). Pin the exact version — a DB-format bump is a deliberate, reviewed # change, never an implicit floor. See kanon#2385. - - uses: taiki-e/install-action@c93ccc03e00cd0e08e494f5fd058a6c55a6a1907 # v2.82.8 + - uses: taiki-e/install-action@50414676f9f5d50a65992c6dd2ed02641263226c # v2.82.10 with: tool: cargo-audit@0.22.2 - name: cargo audit