-
Notifications
You must be signed in to change notification settings - Fork 402
Merge releases/v4 into releases/v3 #3187
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
This requires creating a new major-version (v4) of codeql-action.
I got ahead of myself; v4 hasn't been tagged yet.
Co-authored-by: Henry Mercer <[email protected]>
Mergeback v3.30.6 refs/heads/releases/v3 into main
Make `matrix` available to `start-proxy` action
# Conflicts: # lib/analyze-action-post.js # lib/analyze-action.js # lib/autobuild-action.js # lib/init-action-post.js # lib/init-action.js # lib/resolve-environment-action.js # lib/start-proxy-action-post.js # lib/start-proxy-action.js # lib/upload-lib.js # lib/upload-sarif-action-post.js # lib/upload-sarif-action.js # package-lock.json # package.json
[v4] Upgrade Node.js runtime from v20 to v24
Merge main into releases/v4
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 is a release-PR merging releases/v4
into releases/v3
, containing version updates and test fixes to align with the v4 release. This involves bumping the version number and updating CodeQL Action references from v3 to v4 in tests and documentation.
Key changes:
- Version bump from 3.30.6 to 3.30.7
- Updated CodeQL Action references from v3 to v4 across test files
- Added matrix input to start-proxy action
Reviewed Changes
Copilot reviewed 24 out of 25 changed files in this pull request and generated 1 comment.
Show a summary per file
File | Description |
---|---|
package.json | Version bump to 3.30.7 |
CHANGELOG.md | Added entry for version 3.30.7 |
lib/*.js | Compiled JavaScript files with version updates |
src/*.test.ts | Updated test references from v3 to v4 |
start-proxy/action.yml | Added matrix input parameter |
README.md | Updated supported versions documentation |
.github/workflows/*.yml | Updated Node.js version from 20 to 24 |
Merging e296a93 into
releases/v3
.Conductor for this PR is @mario-campos.
Contains the following pull requests:
matrix
available tostart-proxy
action #3174 (@mbg)Please do the following:
releases/v3
branch.Create a merge commit
is selected rather thanSquash and merge
orRebase and merge
.