diff --git a/.github/workflows/dependency-security.yml b/.github/workflows/dependency-security.yml index dbacde1..1bcf6ea 100644 --- a/.github/workflows/dependency-security.yml +++ b/.github/workflows/dependency-security.yml @@ -30,7 +30,7 @@ jobs: node-version-file: .node-version - name: Audit production frontend dependencies run: corepack pnpm run security:audit:frontend - - uses: taiki-e/install-action@91ddec75689c4c78665b598d188dc821c5a43e5c # v2.85.9 + - uses: taiki-e/install-action@288e746965032cfcc232e09af2daf5f23c14d780 # v2.86.1 with: tool: cargo-audit@0.22.2 fallback: none