From 528a41b9bafa6adf37457cf32e9d8f274085cf00 Mon Sep 17 00:00:00 2001 From: Walter Duque de Estrada Date: Fri, 24 Jul 2026 22:46:10 -0500 Subject: [PATCH] Bump github/codeql-action init and analyze together to v4.37.3 The init and analyze steps must use matching codeql-action versions, or the Analyze job fails with "Loaded a configuration file for version X, but running version Y". Dependabot proposed the two bumps as separate PRs (#16039 init-only, #16036 analyze-only), each of which breaks CI on its own since the other step is left behind. This bumps both together. Closes #16039, closes #16036 Co-Authored-By: Claude Sonnet 5 --- .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 e83eceba3dc..8fc297a2108 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -66,7 +66,7 @@ jobs: java-version: 21 # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL - uses: github/codeql-action/init@7211b7c8077ea37d8641b6271f6a365a22a5fbfa # v4.36.0 + uses: github/codeql-action/init@e4fba868fa4b1b91e1fdab776edc8cfbe6e9fb81 # v4.37.3 with: languages: ${{ matrix.language }} # The autobuild action runs `./gradlew testClasses`, which compiles Groovy sample apps that are covered by regular CI. @@ -77,4 +77,4 @@ jobs: # queries: ./path/to/local/query, your-org/your-repo/queries@main - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@7211b7c8077ea37d8641b6271f6a365a22a5fbfa # v4.36.0 + uses: github/codeql-action/analyze@e4fba868fa4b1b91e1fdab776edc8cfbe6e9fb81 # v4.37.3