Skip to content

Merge releases/v4 into releases/v3#3765

Merged
henrymercer merged 13 commits intoreleases/v3from
backport-v3.34.1-386975555
Mar 20, 2026
Merged

Merge releases/v4 into releases/v3#3765
henrymercer merged 13 commits intoreleases/v3from
backport-v3.34.1-386975555

Conversation

@github-actions
Copy link
Contributor

Merging 3869755 into releases/v3.

Conductor for this PR is @henrymercer.

Contains the following pull requests:

Please do the following:

  • Ensure the CHANGELOG displays the correct version and date.
  • Ensure the CHANGELOG includes all relevant, user-facing changes since the last release.
  • Check that there are not any unexpected commits being merged into the releases/v3 branch.
  • Ensure the docs team is aware of any documentation changes that need to be released.
  • Remove and re-add the "Rebuild" label to the PR to trigger just this workflow.
  • Wait for the "Rebuild" workflow to push a commit updating the distribution files.
  • Mark the PR as ready for review to trigger the full set of PR checks.
  • Approve and merge this PR. Make sure Create a merge commit is selected rather than Squash and merge or Rebase and merge.

@github-actions github-actions bot added the Rebuild Re-transpile JS & re-generate workflows label Mar 20, 2026
@henrymercer henrymercer added Rebuild Re-transpile JS & re-generate workflows and removed Rebuild Re-transpile JS & re-generate workflows labels Mar 20, 2026
@github-actions github-actions bot removed the Rebuild Re-transpile JS & re-generate workflows label Mar 20, 2026
@github-actions
Copy link
Contributor Author

Pushed a commit to rebuild the Action. Please mark the PR as ready for review to trigger PR checks.

@henrymercer henrymercer marked this pull request as ready for review March 20, 2026 18:19
@henrymercer henrymercer requested a review from a team as a code owner March 20, 2026 18:19
Copilot AI review requested due to automatic review settings March 20, 2026 18:19
@github-actions github-actions bot added the size/XS Should be very easy to review label Mar 20, 2026
@henrymercer henrymercer enabled auto-merge March 20, 2026 18:20
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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"
Copy link

Copilot AI Mar 20, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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
"priorBundleVersion": "codeql-bundle-v2.24.2",
"priorCliVersion": "2.24.2"
"priorBundleVersion": "codeql-bundle-v2.25.0",
"priorCliVersion": "2.25.0"

Copilot uses AI. Check for mistakes.
@henrymercer henrymercer merged commit ebcb5b3 into releases/v3 Mar 20, 2026
222 checks passed
@henrymercer henrymercer deleted the backport-v3.34.1-386975555 branch March 20, 2026 18:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

size/XS Should be very easy to review

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants