Merge releases/v4 into releases/v3#3216
Merged
henrymercer merged 43 commits intoreleases/v3from Oct 17, 2025
Merged
Conversation
Mergeback v4.30.8 refs/heads/releases/v4 into main
Skip failed SARIF upload if Code Quality is the only analysis kind
Install Python 3.13 to fix failing PR checks with older CLI versions
…uring the first call
Add `setup-codeql` action
Contributor
Author
|
Pushed a commit to rebuild the Action. Please mark the PR as ready for review to trigger PR checks. |
henrymercer
previously approved these changes
Oct 17, 2025
Contributor
There was a problem hiding this comment.
Pull Request Overview
This is a release PR that merges changes from releases/v4 into releases/v3, containing updates and enhancements across multiple areas. The PR updates the default CodeQL bundle version to 2.23.3 and introduces an experimental setup-codeql action.
Key changes:
- Update default CodeQL bundle version from 2.23.2 to 2.23.3
- Add experimental
setup-codeqlaction that installs CodeQL CLI without initializing databases - Refactor analysis kinds handling to improve code organization and add validation for setup-codeql usage
Reviewed Changes
Copilot reviewed 49 out of 51 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| src/defaults.json | Updates CodeQL bundle and CLI versions to 2.23.3 |
| src/setup-codeql-action.ts | New experimental action for installing CodeQL CLI only |
| setup-codeql/action.yml | Action definition for the new setup-codeql action |
| src/analyses.ts | Refactors analysis kinds parsing with caching and setup-codeql validation |
| src/init-action.ts | Updates to use refactored analysis kinds handling and prevent concurrent setup-codeql usage |
| src/environment.ts | Adds environment variable for tracking setup-codeql execution |
| src/status-report.ts | Adds SetupCodeQL action name and tools download fields interface |
| src/config-utils.ts | Removes analysis kinds input parameters from config initialization |
| src/init-action-post-helper.ts | Adds code scanning enablement check for failed SARIF uploads |
| pr-checks/sync.py | Adds Python installation support to PR check workflows |
| pr-checks/checks/*.yml | Updates various check configurations to install Python |
| package.json | Version bump to 3.30.9 |
| lib/*.js | Generated JavaScript files reflecting all source changes |
| CHANGELOG.md | Documents the new version changes |
| README.md | Adds documentation for the new setup-codeql action |
mbg
approved these changes
Oct 17, 2025
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 16140ae into
releases/v3.Conductor for this PR is @henrymercer.
Contains the following pull requests:
setup-codeqlaction #3204 (@mbg)startingstatus report #3211 (@mbg)Please do the following:
releases/v3branch.Create a merge commitis selected rather thanSquash and mergeorRebase and merge.