From 9fb28a25b85f6be345bd2958f57a7492c02e35a7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 15 Sep 2026 19:13:47 +0000 Subject: [PATCH] chore(ci): Update dependency pnpm to v12 --- .github/workflows/codeql.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 384f0b26..e5047bb6 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -38,7 +38,7 @@ jobs: # install` here failed on every scheduled run since at least # 2026-06-22, so JS/TS CodeQL analysis was silently not running. # CodeQL is cron-only, so no PR ever surfaced it. - version: "11.18.0" + version: "12.4.0" - name: Setup Node.js if: matrix.language == 'javascript-typescript'