Skip to content

chore(ci): bump github/codeql-action to v4.37.6 in one commit - #309

Merged
stackbilt-admin merged 1 commit into
mainfrom
chore/codeql-action-4.37.6
Sep 20, 2026
Merged

stackbilt-admin merged 1 commit into
mainfrom
chore/codeql-action-4.37.6

Conversation

@stackbilt-admin

Copy link
Copy Markdown
Member

Consolidates dependabot PRs #276, #278, and #279 into one commit.

Why they can't merge individually

.github/workflows/codeql.yml pins init, autobuild, and analyze to a single shared SHA (8aad20d, v4.36.2). Dependabot opened one PR per step, each moving only its own ref to 5595ccaf (v4.37.6).

CodeQL requires every codeql-action step in a run to be the same version. Each PR on its own therefore leaves the three steps mismatched, and Analyze (javascript-typescript) fails — confirmed red on all three (#276, #278, #279 are all UNSTABLE with that one job failing while build-and-test, Charter Governance, and CodeQL's own check pass).

They also all edit the same file, so merging any one of them makes the other two conflict.

Change

All three refs moved to 5595ccaf912efad79be6eef63a5619ff05969be3 (v4.37.6) in a single commit — the same target SHA all three dependabot PRs point at. actions/checkout on line 28 is untouched; that bump is #280.

Verification

Green Analyze (javascript-typescript) on this PR is the check that matters — it is the exact job that fails on all three superseded PRs.

Closes #276
Closes #278
Closes #279

Dependabot opened init (#278), autobuild (#276), and analyze (#279) as
three separate PRs, each bumping one step of .github/workflows/codeql.yml
to 5595ccaf (v4.37.6). CodeQL requires every codeql-action step in a run
to be the same version, so each PR on its own left init/autobuild/analyze
mismatched and the Analyze (javascript-typescript) job failed on all three.
They also all edit the same file, so merging any one makes the other two
conflict.

Bumping all three refs together is the only form of this change that can
pass CI. Supersedes #276, #278, and #279.
@stackbilt-admin
stackbilt-admin merged commit ceff077 into main Sep 20, 2026
5 checks passed
@stackbilt-admin
stackbilt-admin deleted the chore/codeql-action-4.37.6 branch September 20, 2026 11:21
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