Merge main into releases/v4#3428
Merged
henrymercer merged 15 commits intoreleases/v4from Jan 26, 2026
Merged
Conversation
Mergeback v4.31.11 refs/heads/releases/v4 into main
Add `installYq` option to `sync.py` and install `yq` directly from GitHub release
Update default bundle to 2.24.0
This deals with the case that we skip `x.y.0` and go straight to `x.y.1`.
…eries Bump the Action minor version number on new CodeQL minor version series
henrymercer
approved these changes
Jan 26, 2026
Contributor
There was a problem hiding this comment.
Pull request overview
This release PR merges main into releases/v4 to publish CodeQL Action v4.32.0, aligning it with the new default CodeQL bundle v2.24.0 and incorporating previously reviewed changes from #3418, #3423, #3425, and #3427.
Changes:
- Bump the Action version from
4.31.11to4.32.0and propagate that version into lockfile and generated artifacts. - Update the default CodeQL bundle/CLI from
2.23.9to2.24.0, updatingprior*versions accordingly. - Add a new changelog entry for
4.32.0describing the bundle update; no other user-facing changes since4.31.11are introduced, and all code changes correspond to the mentioned PRs (no unexpected commits observed).
Additional checklist alignment:
- CHANGELOG version/date:
4.32.0 - 26 Jan 2026matchespackage.jsonversion4.32.0and is consistent with prior dating conventions. - User-facing changes in CHANGELOG: The only user-facing behavior change in this release is the default bundle bump (from #3425), and it is captured; #3423 and #3427 are CI/release-automation only.
- Unexpected commits: Diffs are limited to the expected bundle/version metadata, CI helper changes (yq install, update-bundle workflow behavior), and regenerated
lib/artifacts; nothing unrelated to #3418, #3423, #3425, or #3427 appears. - Docs impact: Outside of
CHANGELOG.md, there are no documentation content changes; no special docs-team coordination beyond normal release-note visibility appears necessary.
Reviewed changes
Copilot reviewed 20 out of 21 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
src/defaults.json |
Updates default and prior CodeQL bundle/CLI versions from 2.23.9→2.24.0 and 2.23.8→2.23.9 to match the new bundle; part of previously reviewed work, not re-reviewed here. |
pr-checks/sync.py |
Adds support for an installYq flag and an explicit Windows yq installation step using GitHub releases instead of Chocolatey; corresponds to #3423 and is treated as already reviewed. |
pr-checks/checks/build-mode-autobuild.yml |
Swaps inline yq installation for the new installYq: "true" option to drive sync.py; part of the CI/test infra from #3423. |
package.json |
Bumps Action version from 4.31.11 to 4.32.0, consistent with the new changelog entry and release description. |
package-lock.json |
Synchronizes lockfile root package version (and root package block) to 4.32.0 to match package.json. |
lib/upload-sarif-action.js |
Regenerated JS reflecting the new Action version and updated default bundle/CLI values; auto-generated, not manually reviewed. |
lib/upload-sarif-action-post.js |
Regenerated JS updating embedded package.json version to 4.32.0; auto-generated, not manually reviewed. |
lib/upload-lib.js |
Regenerated JS updating embedded package version and default bundle/CLI versions; auto-generated, not manually reviewed. |
lib/start-proxy-action.js |
Regenerated JS updating embedded package version and default bundle/CLI versions; auto-generated, not manually reviewed. |
lib/start-proxy-action-post.js |
Regenerated JS updating embedded package version to 4.32.0; auto-generated, not manually reviewed. |
lib/setup-codeql-action.js |
Regenerated JS updating embedded package version and default bundle/CLI versions; auto-generated, not manually reviewed. |
lib/resolve-environment-action.js |
Regenerated JS updating embedded package version to 4.32.0; auto-generated, not manually reviewed. |
lib/init-action.js |
Regenerated JS updating embedded package version and default bundle/CLI versions; auto-generated, not manually reviewed. |
lib/init-action-post.js |
Regenerated JS updating embedded package version and default bundle/CLI versions; auto-generated, not manually reviewed. |
lib/defaults.json |
Regenerated JSON mirroring src/defaults.json (bundle/CLI and prior versions); auto-generated, not manually reviewed. |
lib/autobuild-action.js |
Regenerated JS updating embedded package version and default bundle/CLI versions; auto-generated, not manually reviewed. |
lib/analyze-action.js |
Regenerated JS updating embedded package version and default bundle/CLI versions; auto-generated, not manually reviewed. |
lib/analyze-action-post.js |
Regenerated JS updating embedded package version to 4.32.0; auto-generated, not manually reviewed. |
CHANGELOG.md |
Adds a ## 4.32.0 - 26 Jan 2026 entry noting the default CodeQL bundle bump to 2.24.0 (with link and PR reference #3425); consistent with package.json and prior changelog style. |
.github/workflows/update-bundle.yml |
Extends the bundle update workflow to bump the Action minor version when the CLI minor series changes and to include that in the generated PR body; part of release automation from #3427. |
.github/workflows/__build-mode-autobuild.yml |
Auto-generated workflow updated to use the new yq installation logic driven by installYq; generated from pr-checks/checks, not manually reviewed. |
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.
Merging e3b8227 into
releases/v4.Conductor for this PR is @henrymercer.
Contains the following pull requests:
installYqoption tosync.pyand installyqdirectly from GitHub release #3423 (@mbg)Please do the following:
releases/v4branch.Create a merge commitis selected rather thanSquash and mergeorRebase and merge.