diff --git a/.github/workflows/typescript-code-analysis.yml b/.github/workflows/typescript-code-analysis.yml index 56f7ef24..59d996dd 100644 --- a/.github/workflows/typescript-code-analysis.yml +++ b/.github/workflows/typescript-code-analysis.yml @@ -59,7 +59,7 @@ jobs: - name: (Prepare Code to Analyze) Setup pnpm for react-router - uses: pnpm/action-setup@a7487c7e89a18df4991f7f222e4898a00d66ddda # v4.1.0 + uses: pnpm/action-setup@41ff72655975bd51cab0327fa583b6e92b6d3061 # v4.2.0 - name: (Prepare Code to Analyze) Install dependencies with pnpm run: pnpm install --frozen-lockfile --strict-peer-dependencies