diff --git a/.github/workflows/hybrid-gate.yml b/.github/workflows/hybrid-gate.yml index 97c10a6..42e7163 100644 --- a/.github/workflows/hybrid-gate.yml +++ b/.github/workflows/hybrid-gate.yml @@ -319,7 +319,7 @@ jobs: chmod 0600 ~/.git-credentials - name: Install cargo-nextest - uses: taiki-e/install-action@1beb33eee6d086258184383af9a538940be190ed # v2.85.6 + uses: taiki-e/install-action@6c6fd71fe4fb72c3697d269963d0e15df8adedad # v2.85.10 with: tool: nextest diff --git a/.github/workflows/security.yml b/.github/workflows/security.yml index e7df262..75a24d0 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@1beb33eee6d086258184383af9a538940be190ed # v2.85.6 + - uses: taiki-e/install-action@6c6fd71fe4fb72c3697d269963d0e15df8adedad # v2.85.10 with: tool: cargo-audit@0.22.2 - name: cargo audit