build(deps): bump codeql-action init+analyze to v4.37.1 together#130
Merged
Conversation
Supersedes #126 and #127. Dependabot split the init and analyze bumps into separate PRs, but the two steps must run at the same codeql-action version — bumping one alone fails with "Loaded a configuration file for version '4.37.1', but running version '4.37.0'". Bump both SHAs to 7188fc363630916deb702c7fdcf4e481b751f97a (v4.37.1) in one commit and correct the previously mismatched version comments. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This was referenced Jul 22, 2026
3 tasks
arthurpanhku
added a commit
that referenced
this pull request
Jul 22, 2026
The github-actions ecosystem had no group, so Dependabot opened a separate PR per action. Coupled actions — codeql-action/init, analyze, and upload-sarif — must move to the same version together; a per-action PR bumps only one and fails CI with "Loaded a configuration file for version X, but running version Y" (see #126/#127, resolved by #130). Add a github-actions group (patterns: ['*']), matching the existing node-runtime and web-runtime groups, so all action bumps land in a single reviewable PR and coupled actions stay in lockstep. Co-authored-by: Claude Opus 4.8 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Supersedes #126 and #127. Dependabot split the
codeql-action/initandcodeql-action/analyzebumps into separate PRs, but both steps incodeql.ymlare pinned to the same SHA and must run at the same version. Bumping one line alone de-syncs the pair and fails the required Analyze JavaScript and TypeScript check with:This PR bumps both
init(line 29) andanalyze(line 35) to7188fc363630916deb702c7fdcf4e481b751f97a(v4.37.1) in one commit, so the versions stay aligned and CI passes. It also corrects the version comments, which previously readv4.36.2/v4.37.0while both lines actually pointed at the same SHA.upload-sarif(inscorecard.yml) was already bumped to the same v4.37.1 SHA via #124.Testing
CI on this PR (the CodeQL analysis job runs the action itself — a green Analyze JavaScript and TypeScript check is the proof the init/analyze pairing is consistent).
Security and AI Governance
🤖 Generated with Claude Code