-
Notifications
You must be signed in to change notification settings - Fork 410
Merge main into releases/v4 #3213
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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
Update default bundle to 2.23.3
Make analysis kinds available for `starting` status report
There was a problem hiding this 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 is a release-PR merging main into the releases/v4 branch, consolidating several pull requests for version 4.30.9. The main changes include a CodeQL bundle version update and the introduction of an experimental setup-codeql action.
- 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 prevent conflicts between actions
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 |
|---|---|
| CHANGELOG.md | Documents the 4.30.9 release with CodeQL bundle update and new experimental setup-codeql action |
| package.json | Version bump from 4.30.8 to 4.30.9 |
| src/defaults.json | Updates CodeQL bundle and CLI versions to 2.23.3 |
| setup-codeql/action.yml | Defines the new experimental setup-codeql action with inputs and outputs |
| src/setup-codeql-action.ts | Implements the main logic for the setup-codeql action |
| src/analyses.ts | Adds getAnalysisKinds function to centralize analysis kinds parsing with caching |
| src/init-action.ts | Refactors to use centralized analysis kinds handling and adds conflict detection |
| pr-checks/sync.py | Adds Python installation support to workflow generation |
| Multiple lib/*.js files | Generated JavaScript code reflecting the TypeScript changes |
| Multiple workflow files | Generated workflows with Python installation steps |
Merging 70205d3 into
releases/v4.Conductor for this PR is @henrymercer.
Contains the following pull requests:
setup-codeqlaction #3204 (@mbg)startingstatus report #3211 (@mbg)Please do the following:
releases/v4branch.Create a merge commitis selected rather thanSquash and mergeorRebase and merge.