-
Notifications
You must be signed in to change notification settings - Fork 434
Merge releases/v4 into releases/v3 #3430
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.31.11 refs/heads/releases/v4 into main
Add `installYq` option to `sync.py` and install `yq` directly from GitHub release
Update default bundle to 2.24.0
This deals with the case that we skip `x.y.0` and go straight to `x.y.1`.
…eries Bump the Action minor version number on new CodeQL minor version series
Merge main into releases/v4
This reverts commit 9ffacc7.
This reverts commit c9e0329.
|
Pushed a commit to rebuild the Action. Please mark the PR as ready for review to trigger PR checks. |
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 pull request merges changes from releases/v4 into releases/v3 to backport recent improvements to the v3 release branch. The changes include updating the default CodeQL bundle to version 2.24.0, improving the yq installation process on Windows, and bumping the Action version to 3.32.0.
Changes:
- Updated default CodeQL bundle from 2.23.9 to 2.24.0
- Improved yq installation on Windows by downloading directly from GitHub releases instead of using chocolatey
- Bumped Action version to 3.32.0 (minor version bump for new CodeQL minor version series)
- Added automated logic to bump Action minor version when CodeQL minor version changes
Reviewed changes
Copilot reviewed 20 out of 21 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| CHANGELOG.md | Added entry for version 3.32.0 documenting the CodeQL bundle update |
| package.json | Bumped version from 3.31.11 to 3.32.0 |
| package-lock.json | Updated version to match package.json (should be 3.32.0) |
| src/defaults.json | Updated CodeQL bundle and CLI versions to 2.24.0 |
| lib/defaults.json | Mirror of src/defaults.json changes (generated) |
| pr-checks/sync.py | Added installYq option to download yq directly from GitHub releases |
| pr-checks/checks/build-mode-autobuild.yml | Replaced choco install with new installYq flag |
| .github/workflows/update-bundle.yml | Added logic to bump Action minor version on new CodeQL minor version series |
| .github/workflows/__build-mode-autobuild.yml | Generated workflow file reflecting yq installation changes |
| lib/*.js | Generated JavaScript files with updated version numbers and bundle versions |
Merging b20883b into
releases/v3.Conductor for this PR is @henrymercer.
Contains the following pull requests:
installYqoption tosync.pyand installyqdirectly from GitHub release #3423 (@mbg)Please do the following:
releases/v3branch.Create a merge commitis selected rather thanSquash and mergeorRebase and merge.