From ddd42bd750b14ab2cc34cf8ffe3b3315d78e2c63 Mon Sep 17 00:00:00 2001 From: Manfred Riem <15701806+mnriem@users.noreply.github.com> Date: Fri, 17 Jul 2026 07:59:25 -0500 Subject: [PATCH] chore(deps): bump github/codeql-action to 4.37.1 Bump both the init and analyze steps of github/codeql-action from 4.36.2 to 4.37.1 (7188fc3) so their versions match. PR #3571 only bumped the init step, which left analyze on 4.36.2 and caused CodeQL to fail with "Loaded a configuration file for version '4.37.1', but running version '4.36.2'". Assisted-by: GitHub Copilot (model: Claude Opus 4.8, autonomous) Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com> Copilot-Session: 366de57d-a5d8-4cf5-a767-3548b3f5fd88 --- .github/workflows/codeql.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 33f72006a2..e8f4b9d448 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -22,11 +22,11 @@ jobs: uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 - name: Initialize CodeQL - uses: github/codeql-action/init@8aad20d150bbac5944a9f9d289da16a4b0d87c1e # v4 + uses: github/codeql-action/init@7188fc363630916deb702c7fdcf4e481b751f97a # v4 with: languages: ${{ matrix.language }} - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@8aad20d150bbac5944a9f9d289da16a4b0d87c1e # v4 + uses: github/codeql-action/analyze@7188fc363630916deb702c7fdcf4e481b751f97a # v4 with: category: "/language:${{ matrix.language }}"