{{ message }}
Merge releases/v4 into releases/v3#3765
Merged
henrymercer merged 13 commits intoreleases/v3from Mar 20, 2026
Merged
Conversation
Contributor
Author
henrymercer
approved these changes
Mar 20, 2026
Contributor
There was a problem hiding this comment.
Pull request overview
This PR merges release-branch changes into releases/v3, bumping the action patch version and updating the default CodeQL bundle/CLI versions and changelog accordingly.
Changes:
- Downgrade the default CodeQL bundle/CLI to 2.24.3 (and update prior defaults metadata).
- Bump the action version to 3.34.1 and add a 3.34.1 changelog entry.
- Update generated
lib/distribution artifacts to reflect the new versions/defaults.
Reviewed changes
Copilot reviewed 16 out of 17 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description |
|---|---|
| src/defaults.json | Updates default bundle/CLI versions and the recorded prior defaults. |
| package.json | Bumps action version to 3.34.1. |
| package-lock.json | Updates lockfile version fields (currently inconsistent with package.json). |
| CHANGELOG.md | Adds 3.34.1 release entry documenting the bundle downgrade. |
| lib/upload-sarif-action.js | Generated build output updated for new action/default versions. |
| lib/upload-sarif-action-post.js | Generated build output updated for new action version. |
| lib/upload-lib.js | Generated build output updated for new action/default versions. |
| lib/start-proxy-action.js | Generated build output updated for new action/default versions. |
| lib/start-proxy-action-post.js | Generated build output updated for new action version. |
| lib/setup-codeql-action.js | Generated build output updated for new action/default versions. |
| lib/resolve-environment-action.js | Generated build output updated for new action version. |
| lib/init-action.js | Generated build output updated for new action/default versions. |
| lib/init-action-post.js | Generated build output updated for new action/default versions. |
| lib/defaults.json | Generated defaults updated to match src/defaults.json. |
| lib/autobuild-action.js | Generated build output updated for new action/default versions. |
| lib/analyze-action.js | Generated build output updated for new action/default versions. |
| lib/analyze-action-post.js | Generated build output updated for new action version. |
Comment on lines
+4
to
+5
| "priorBundleVersion": "codeql-bundle-v2.24.2", | ||
| "priorCliVersion": "2.24.2" |
There was a problem hiding this comment.
priorBundleVersion/priorCliVersion no longer reflect the immediately previous default versions (previously 2.25.0/2.25.0 per the removed lines). These fields are treated as “previous defaults” by the update-bundle automation, so consider setting them to the previous default bundle/CLI versions to keep the semantics consistent and preserve traceability of the downgrade.
Suggested change
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 3869755 into
releases/v3.Conductor for this PR is @henrymercer.
Contains the following pull requests:
Please do the following:
releases/v3branch.Create a merge commitis selected rather thanSquash and mergeorRebase and merge.