Skip to content

build(deps): bump codeql-action init+analyze to v4.37.1 together#130

Merged
arthurpanhku merged 1 commit into
mainfrom
build/codeql-action-4.37.1
Jul 22, 2026
Merged

build(deps): bump codeql-action init+analyze to v4.37.1 together#130
arthurpanhku merged 1 commit into
mainfrom
build/codeql-action-4.37.1

Conversation

@arthurpanhku

Copy link
Copy Markdown
Owner

Summary

Supersedes #126 and #127. Dependabot split the codeql-action/init and codeql-action/analyze bumps into separate PRs, but both steps in codeql.yml are 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:

##[error]Loaded a configuration file for version '4.37.1', but running version '4.37.0'

This PR bumps both init (line 29) and analyze (line 35) to 7188fc363630916deb702c7fdcf4e481b751f97a (v4.37.1) in one commit, so the versions stay aligned and CI passes. It also corrects the version comments, which previously read v4.36.2 / v4.37.0 while both lines actually pointed at the same SHA.

upload-sarif (in scorecard.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

  • This change does not expand file, shell, network, model, or approval permissions.
  • Release/build security surface: this is a pinned-SHA bump of the CodeQL scanning action to an upstream patch release; no governance evidence change required.
  • No new model/provider/tool or data flow.

🤖 Generated with Claude Code

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>
@arthurpanhku
arthurpanhku merged commit 8afcc44 into main Jul 22, 2026
6 checks passed
@arthurpanhku
arthurpanhku deleted the build/codeql-action-4.37.1 branch July 22, 2026 01:27
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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant