Merge main into releases/v4#3949
Merged
Merged
Conversation
Mergeback v4.36.1 refs/heads/releases/v4 into main
This is intended as a workaround until #3556 is merged.
Pin first-party Actions to SHAs
Bumps the npm-minor group with 2 updates in the / directory: [semver](https://github.com/npm/node-semver) and [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint). Updates `semver` from 7.8.0 to 7.8.1 - [Release notes](https://github.com/npm/node-semver/releases) - [Changelog](https://github.com/npm/node-semver/blob/main/CHANGELOG.md) - [Commits](npm/node-semver@v7.8.0...v7.8.1) Updates `typescript-eslint` from 8.59.4 to 8.60.0 - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/typescript-eslint/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.60.0/packages/typescript-eslint) --- updated-dependencies: - dependency-name: semver dependency-version: 7.8.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: npm-minor - dependency-name: typescript-eslint dependency-version: 8.60.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: npm-minor ... Signed-off-by: dependabot[bot] <support@github.com>
Bumps the actions-minor group with 1 update in the /.github/workflows directory: [ruby/setup-ruby](https://github.com/ruby/setup-ruby). Updates `ruby/setup-ruby` from 1.307.0 to 1.310.0 - [Release notes](https://github.com/ruby/setup-ruby/releases) - [Changelog](https://github.com/ruby/setup-ruby/blob/master/release.rb) - [Commits](ruby/setup-ruby@6aaa311...afeafc3) --- updated-dependencies: - dependency-name: ruby/setup-ruby dependency-version: 1.310.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions-minor ... Signed-off-by: dependabot[bot] <support@github.com>
Add FF to force JGit-based Git backend
Cache CLI version information across Actions steps
…_backoff Change waitForProcessing to use exponential backoff
…thub/workflows/actions-minor-3d0b6ad432 Bump ruby/setup-ruby from 1.307.0 to 1.310.0 in /.github/workflows in the actions-minor group across 1 directory
…r-5d507a028b Bump the npm-minor group across 1 directory with 2 updates
Update default bundle to 2.25.6
henrymercer
previously approved these changes
Jun 4, 2026
Contributor
There was a problem hiding this comment.
Pull request overview
Release-PR merging main into releases/v4 and preparing the 4.36.2 release by bumping the action version, updating the default CodeQL bundle, and bringing along several operational/performance changes and workflow/action pinning updates.
Changes:
- Bump action version to
4.36.2and updateCHANGELOG.mdfor the release. - Update the default CodeQL bundle/CLI to
2.25.6. - Reduce repeated work/requests via CodeQL CLI version caching across steps and exponential backoff for SARIF processing polling; plus pin various GitHub Actions to SHAs.
Show a summary per file
| File | Description |
|---|---|
| src/util.ts | Persist CodeQL CLI version info via env var and add cache reset helper. |
| src/util.test.ts | Add tests for persisted CodeQL version cache behavior. |
| src/upload-lib.ts | Change SARIF processing polling to exponential backoff with max tries. |
| src/testing-utils.ts | Reset cached CodeQL version between tests. |
| src/init-action.ts | Add feature-flagged env var export to force JGit backend. |
| src/feature-flags.ts | Introduce ForceJGit feature flag configuration. |
| src/environment.ts | Add CODEQL_ACTION_CLI_VERSION_INFO env var constant. |
| src/defaults.json | Bump default bundle/CLI versions to 2.25.6. |
| src/codeql.ts | Reuse cached version for printVersion() and cache keyed by CLI path. |
| pr-checks/sync.ts | Pin selected uses: actions to SHAs with version comments. |
| pr-checks/sync-back.ts | Teach sync-back to update both inline uses and pinnedUses(...) references. |
| pr-checks/sync-back.test.ts | Add coverage for updating pinnedUses(...)-style references. |
| pr-checks/checks/with-checkout-path.yml | Pin actions/checkout to a SHA. |
| pr-checks/checks/submit-sarif-failure.yml | Pin actions/checkout to a SHA. |
| pr-checks/checks/rubocop-multi-language.yml | Update/pin ruby/setup-ruby SHA/version. |
| pr-checks/checks/multi-language-autodetect.yml | Pin actions/setup-python to a SHA. |
| pr-checks/checks/job-run-uuid-sarif.yml | Pin actions/upload-artifact to a SHA. |
| pr-checks/checks/go-indirect-tracing-workaround-no-file-program.yml | Pin actions/github-script to a SHA. |
| pr-checks/checks/go-indirect-tracing-workaround-diagnostic.yml | Pin actions/setup-go and actions/github-script to SHAs. |
| pr-checks/checks/export-file-baseline-information.yml | Pin actions/upload-artifact to a SHA. |
| pr-checks/checks/diagnostics-export.yml | Pin actions/upload-artifact and actions/github-script to SHAs. |
| pr-checks/checks/config-export.yml | Pin actions/upload-artifact and actions/github-script to SHAs. |
| pr-checks/checks/bundle-zstd.yml | Pin actions/github-script and actions/upload-artifact to SHAs. |
| pr-checks/checks/bundle-toolcache.yml | Pin actions/github-script to a SHA. |
| pr-checks/checks/bundle-from-toolcache.yml | Pin actions/github-script to a SHA. |
| pr-checks/checks/analysis-kinds.yml | Pin actions/upload-artifact and actions/github-script to SHAs. |
| package.json | Bump package version to 4.36.2 and update dependencies/devDependencies. |
| package-lock.json | Update lockfile for version bump and dependency updates. |
| lib/entry-points.js | Generated JS output updates corresponding to TS changes. |
| lib/defaults.json | Generated defaults JSON update to 2.25.6. |
| CHANGELOG.md | Add 4.36.2 release entry (needs additional items). |
| .github/workflows/update-supported-enterprise-server-versions.yml | Pin actions/setup-python and actions/checkout to SHAs. |
| .github/workflows/update-release-branch.yml | Pin actions/checkout and actions/create-github-app-token to SHAs. |
| .github/workflows/update-bundle.yml | Pin actions/checkout, actions/setup-python, actions/setup-node to SHAs. |
| .github/workflows/test-codeql-bundle-all.yml | Pin actions/checkout and actions/setup-dotnet to SHAs. |
| .github/workflows/rollback-release.yml | Pin actions/checkout and actions/create-github-app-token to SHAs. |
| .github/workflows/rebuild.yml | Pin actions/checkout and actions/setup-node to SHAs. |
| .github/workflows/query-filters.yml | Pin actions/checkout and actions/setup-node to SHAs. |
| .github/workflows/python312-windows.yml | Pin actions/setup-python and actions/checkout to SHAs. |
| .github/workflows/publish-immutable-action.yml | Pin actions/checkout and actions/publish-immutable-action to SHAs. |
| .github/workflows/prepare-release.yml | Pin actions/checkout to a SHA. |
| .github/workflows/pr-checks.yml | Pin multiple actions (checkout, setup-node, upload-artifact, download-artifact) to SHAs. |
| .github/workflows/post-release-mergeback.yml | Pin checkout, setup-node, setup-python, create-github-app-token to SHAs. |
| .github/workflows/debug-artifacts-safe.yml | Pin checkout, setup-go, setup-dotnet, download-artifact to SHAs. |
| .github/workflows/debug-artifacts-failure-safe.yml | Pin checkout, setup-go, setup-dotnet, download-artifact to SHAs. |
| .github/workflows/codescanning-config-cli.yml | Pin checkout and setup-node to SHAs. |
| .github/workflows/codeql.yml | Pin actions/checkout to a SHA in all jobs. |
| .github/workflows/check-expected-release-files.yml | Pin actions/checkout to a SHA. |
| .github/workflows/__with-checkout-path.yml | Generated workflow update reflecting pinned actions. |
| .github/workflows/__upload-sarif.yml | Generated workflow update reflecting pinned actions. |
| .github/workflows/__upload-ref-sha-input.yml | Generated workflow update reflecting pinned actions. |
| .github/workflows/__unset-environment.yml | Generated workflow update reflecting pinned actions. |
| .github/workflows/__swift-custom-build.yml | Generated workflow update reflecting pinned actions. |
| .github/workflows/__swift-autobuild.yml | Generated workflow update reflecting pinned actions. |
| .github/workflows/__submit-sarif-failure.yml | Generated workflow update reflecting pinned actions. |
| .github/workflows/__start-proxy.yml | Generated workflow update reflecting pinned actions. |
| .github/workflows/__split-workflow.yml | Generated workflow update reflecting pinned actions. |
| .github/workflows/__rust.yml | Generated workflow update reflecting pinned actions. |
| .github/workflows/__ruby.yml | Generated workflow update reflecting pinned actions. |
| .github/workflows/__rubocop-multi-language.yml | Generated workflow update reflecting pinned Ruby setup action. |
| .github/workflows/__resolve-environment-action.yml | Generated workflow update reflecting pinned actions. |
| .github/workflows/__remote-config.yml | Generated workflow update reflecting pinned actions. |
| .github/workflows/__packaging-inputs-js.yml | Generated workflow update reflecting pinned actions. |
| .github/workflows/__packaging-config-js.yml | Generated workflow update reflecting pinned actions. |
| .github/workflows/__packaging-config-inputs-js.yml | Generated workflow update reflecting pinned actions. |
| .github/workflows/__packaging-codescanning-config-inputs-js.yml | Generated workflow update reflecting pinned actions. |
| .github/workflows/__overlay-init-fallback.yml | Generated workflow update reflecting pinned actions. |
| .github/workflows/__multi-language-autodetect.yml | Generated workflow update reflecting pinned actions. |
| .github/workflows/__local-bundle.yml | Generated workflow update reflecting pinned actions. |
| .github/workflows/__language-aliases.yml | Generated workflow update reflecting pinned actions. |
| .github/workflows/__job-run-uuid-sarif.yml | Generated workflow update reflecting pinned actions. |
| .github/workflows/__javascript-source-root.yml | Generated workflow update reflecting pinned actions. |
| .github/workflows/__init-with-registries.yml | Generated workflow update reflecting pinned actions. |
| .github/workflows/__go-tracing-legacy-workflow.yml | Generated workflow update reflecting pinned actions. |
| .github/workflows/__go-tracing-custom-build-steps.yml | Generated workflow update reflecting pinned actions. |
| .github/workflows/__go-tracing-autobuilder.yml | Generated workflow update reflecting pinned actions. |
| .github/workflows/__go-indirect-tracing-workaround.yml | Generated workflow update reflecting pinned actions. |
| .github/workflows/__go-indirect-tracing-workaround-no-file-program.yml | Generated workflow update reflecting pinned actions. |
| .github/workflows/__go-indirect-tracing-workaround-diagnostic.yml | Generated workflow update reflecting pinned actions. |
| .github/workflows/__go-custom-queries.yml | Generated workflow update reflecting pinned actions. |
| .github/workflows/__global-proxy.yml | Generated workflow update reflecting pinned actions. |
| .github/workflows/__extractor-ram-threads.yml | Generated workflow update reflecting pinned actions. |
| .github/workflows/__export-file-baseline-information.yml | Generated workflow update reflecting pinned actions. |
| .github/workflows/__diagnostics-export.yml | Generated workflow update reflecting pinned actions. |
| .github/workflows/__cpp-deptrace-enabled.yml | Generated workflow update reflecting pinned actions. |
| .github/workflows/__cpp-deptrace-enabled-on-macos.yml | Generated workflow update reflecting pinned actions. |
| .github/workflows/__cpp-deptrace-disabled.yml | Generated workflow update reflecting pinned actions. |
| .github/workflows/__config-input.yml | Generated workflow update reflecting pinned actions. |
| .github/workflows/__config-export.yml | Generated workflow update reflecting pinned actions. |
| .github/workflows/__cleanup-db-cluster-dir.yml | Generated workflow update reflecting pinned actions. |
| .github/workflows/__bundle-zstd.yml | Generated workflow update reflecting pinned actions. |
| .github/workflows/__bundle-toolcache.yml | Generated workflow update reflecting pinned actions. |
| .github/workflows/__bundle-from-toolcache.yml | Generated workflow update reflecting pinned actions. |
| .github/workflows/__bundle-from-nightly.yml | Generated workflow update reflecting pinned actions. |
| .github/workflows/__build-mode-rollback.yml | Generated workflow update reflecting pinned actions. |
| .github/workflows/__build-mode-none.yml | Generated workflow update reflecting pinned actions. |
| .github/workflows/__build-mode-manual.yml | Generated workflow update reflecting pinned actions. |
| .github/workflows/__build-mode-autobuild.yml | Generated workflow update reflecting pinned actions. |
| .github/workflows/__autobuild-working-dir.yml | Generated workflow update reflecting pinned actions. |
| .github/workflows/__autobuild-direct-tracing-with-working-dir.yml | Generated workflow update reflecting pinned actions. |
| .github/workflows/__autobuild-action.yml | Generated workflow update reflecting pinned actions. |
| .github/workflows/__analyze-ref-input.yml | Generated workflow update reflecting pinned actions. |
| .github/workflows/__analysis-kinds.yml | Generated workflow update reflecting pinned actions. |
| .github/workflows/__all-platform-bundle.yml | Generated workflow update reflecting pinned actions. |
| .github/actions/release-initialise/action.yml | Pin setup-node and setup-python to SHAs in the composite action. |
Copilot's findings
- Files reviewed: 46/105 changed files
- Comments generated: 1
henrymercer
approved these changes
Jun 4, 2026
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 dcb947c into
releases/v4.Conductor for this PR is @henrymercer.
Contains the following pull requests:
Please do the following:
releases/v4branch.Create a merge commitis selected rather thanSquash and mergeorRebase and merge.