Skip to content

Merge main into releases/v4#3782

Merged
henrymercer merged 10 commits intoreleases/v4from
update-v4.35.1-d6d1743b8
Mar 27, 2026
Merged

Merge main into releases/v4#3782
henrymercer merged 10 commits intoreleases/v4from
update-v4.35.1-d6d1743b8

Conversation

@github-actions
Copy link
Copy Markdown
Contributor

Merging d6d1743 into releases/v4.

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/v4 branch.
  • Ensure the docs team is aware of any documentation changes that need to be released.
  • 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.
  • Merge the mergeback PR that will automatically be created once this PR is merged.
  • Merge all backport PRs to older release branches, that will automatically be created once this PR is merged.

dependabot bot and others added 10 commits March 27, 2026 10:25
Bumps [node-forge](https://github.com/digitalbazaar/forge) from 1.3.3 to 1.4.0.
- [Changelog](https://github.com/digitalbazaar/forge/blob/main/CHANGELOG.md)
- [Commits](digitalbazaar/forge@v1.3.3...v1.4.0)

---
updated-dependencies:
- dependency-name: node-forge
  dependency-version: 1.4.0
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Mergeback v4.35.0 refs/heads/releases/v4 into main
…ge-1.4.0

Bump node-forge from 1.3.3 to 1.4.0
…ersion

Update minimum Git version for overlay to 2.36.0
@henrymercer henrymercer marked this pull request as ready for review March 27, 2026 15:41
@henrymercer henrymercer requested a review from a team as a code owner March 27, 2026 15:41
Copilot AI review requested due to automatic review settings March 27, 2026 15:41
@github-actions github-actions bot added the size/XS Should be very easy to review label Mar 27, 2026
Copy link
Copy Markdown
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

Release-branch merge bringing recent main changes into releases/v4, including the 4.35.1 version bump and dependency/overlay-related updates.

Changes:

  • Bump action version to 4.35.1 and update the CHANGELOG for the release.
  • Update the minimum Git version required for overlay/improved incremental analysis to 2.36.0.
  • Bump node-forge to 1.4.0 (security fixes) and update lockfile; regenerate distribution files in lib/.

Reviewed changes

Copilot reviewed 15 out of 16 changed files in this pull request and generated 2 comments.

Show a summary per file
File Description
src/git-utils.ts Updates overlay minimum Git version constant and related comments.
package.json Bumps package version to 4.35.1 and updates node-forge dependency.
package-lock.json Locks updated package version and node-forge 1.4.0 metadata.
CHANGELOG.md Adds 4.35.1 release notes entry.
lib/upload-sarif-action.js Generated distribution update (version string).
lib/upload-sarif-action-post.js Generated distribution update (version string).
lib/upload-lib.js Generated distribution update (version string).
lib/start-proxy-action.js Generated distribution update (node-forge changes + version string).
lib/start-proxy-action-post.js Generated distribution update (version string).
lib/setup-codeql-action.js Generated distribution update (version string).
lib/resolve-environment-action.js Generated distribution update (version string).
lib/init-action.js Generated distribution update (version string + min Git version constant).
lib/init-action-post.js Generated distribution update (version string).
lib/autobuild-action.js Generated distribution update (version string).
lib/analyze-action.js Generated distribution update (version string).
lib/analyze-action-post.js Generated distribution update (version string).


## 4.35.0 - 27 Mar 2026

- Reduced the minimum Git version required for [improved incremental analysis](https://github.com/github/roadmap/issues/1158) from 2.38.0 to 2.11.0. [#3767](https://github.com/github/codeql-action/pull/3767)
Copy link

Copilot AI Mar 27, 2026

Choose a reason for hiding this comment

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

The 4.35.0 entry still states the minimum Git version for improved incremental analysis was reduced to 2.11.0, but this PR indicates the correct minimum is 2.36.0. Consider correcting the 4.35.0 release note (or otherwise preventing readers from being misled) rather than only adding a 4.35.1 correction entry.

Suggested change
- Reduced the minimum Git version required for [improved incremental analysis](https://github.com/github/roadmap/issues/1158) from 2.38.0 to 2.11.0. [#3767](https://github.com/github/codeql-action/pull/3767)
- Reduced the minimum Git version required for [improved incremental analysis](https://github.com/github/roadmap/issues/1158) from 2.38.0 to 2.36.0. [#3767](https://github.com/github/codeql-action/pull/3767)

Copilot uses AI. Check for mistakes.

## 4.35.1 - 27 Mar 2026

- Fix incorrect minimum required Git version for [improved incremental analysis](https://github.com/github/roadmap/issues/1158): it should have been 2.36.0, not 2.11.0. [#3781](https://github.com/github/codeql-action/pull/3781)
Copy link

Copilot AI Mar 27, 2026

Choose a reason for hiding this comment

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

The 4.35.1 changelog entry is missing the node-forge dependency security update (PR #3775). Since this release bumps node-forge to 1.4.0 to address multiple high-severity issues, it should be captured as a user-facing change (at least as a security/dependency update) in the 4.35.1 section.

Suggested change
- Fix incorrect minimum required Git version for [improved incremental analysis](https://github.com/github/roadmap/issues/1158): it should have been 2.36.0, not 2.11.0. [#3781](https://github.com/github/codeql-action/pull/3781)
- Fix incorrect minimum required Git version for [improved incremental analysis](https://github.com/github/roadmap/issues/1158): it should have been 2.36.0, not 2.11.0. [#3781](https://github.com/github/codeql-action/pull/3781)
- Updated the `node-forge` dependency to version 1.4.0 to address multiple high-severity security issues. [#3775](https://github.com/github/codeql-action/pull/3775)

Copilot uses AI. Check for mistakes.
@henrymercer henrymercer merged commit c10b806 into releases/v4 Mar 27, 2026
221 checks passed
@henrymercer henrymercer deleted the update-v4.35.1-d6d1743b8 branch March 27, 2026 16:07
@github-actions github-actions bot mentioned this pull request Mar 27, 2026
8 tasks
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