diff --git a/.github/workflows/typescript-code-analysis.yml b/.github/workflows/typescript-code-analysis.yml index a53905d7..3a8f4b24 100644 --- a/.github/workflows/typescript-code-analysis.yml +++ b/.github/workflows/typescript-code-analysis.yml @@ -61,7 +61,7 @@ jobs: fetch-depth: 0 # Include the full git history for enhanced analysis - name: (Prepare Code to Analyze) Setup pnpm for react-router - uses: pnpm/action-setup@fe02b34f77f8bc703788d5817da081398fad5dd2 # v4.0.0 + uses: pnpm/action-setup@a7487c7e89a18df4991f7f222e4898a00d66ddda # v4.1.0 - name: (Prepare Code to Analyze) Install dependencies with pnpm run: pnpm install --frozen-lockfile --strict-peer-dependencies