From c60ba2fb9871d37df6f8be0be4cda85316e68e36 Mon Sep 17 00:00:00 2001 From: JF Date: Tue, 21 Jul 2026 17:14:11 -0400 Subject: [PATCH] ci: bump codeql-action/init to v4.37.1 to match autobuild/analyze Dependabot bumped autobuild and analyze to v4.37.1 in separate PRs (#195, #199) but left init pinned to v4.37.0, causing CodeQL to fail on every main push: "Loaded a configuration file for version '4.37.0', but running version '4.37.1'". All three codeql-action components must stay on the same version. --- .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 5258cca7..fd471428 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -30,7 +30,7 @@ jobs: uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 - name: Initialize CodeQL - uses: github/codeql-action/init@99df26d4f13ea111d4ec1a7dddef6063f76b97e9 # v4.37.0 + uses: github/codeql-action/init@7188fc363630916deb702c7fdcf4e481b751f97a # v4.37.1 with: languages: ${{ matrix.language }}