| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
|
Pushed a commit to update the checked-in dependencies. Please mark the PR as ready for review to trigger PR checks. |
Sorry, something went wrong.
There was a problem hiding this comment.
I think the changes you made are good for bumping the node version of the actions. However, once we merge this, we can no longer release v2 of the action until we also update the release scripts to what we had before when we released v1 and v2 (now will be v2 and v3). That's a dicey state to be in.
So, either we can recreate the release scripts and merge it first, or we do them at the same time. I can't remember how we did it last time.
Sorry, something went wrong.
|
This PR #1482 is the revert PR that removed the v1 release process. |
Sorry, something went wrong.
|
Pushed a commit to update the checked-in dependencies. Please mark the PR as ready for review to trigger PR checks. |
Sorry, something went wrong.
There was a problem hiding this comment.
Looks good. Let's wait for the CodeQL 2.15.4 release to complete before merging this to reduce the risk of that release.
One potential safety check we could add is a PR check that fails if the release branch is v2 and the Node version of any Actions is Node 20. This could help make sure (a) we don't forget to switch the v2 branch back to running on node16 the first time we release it, and (b) any new Action we add to main runs on node16 in the v2 branch.
Sorry, something went wrong.
Co-authored-by: Henry Mercer <henry.mercer@me.com>
There was a problem hiding this comment.
Minor suggestions to the new PR check, looks good overall :)
Sorry, something went wrong.
Co-authored-by: Henry Mercer <henry.mercer@me.com>
|
NB – The introduction of a matrix for the Check JS job means that Check JS has been replaced by Check JS (16.11) and Check JS (current). Once this PR is approved and ready to merge I will remove Check JS as a required check, and once merged I will run the update-required-checks.sh script in order to make the new checks required. |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
This PR upgrades all the actions to use node20, and bumps the major version to v3.
It also adds a new PR check to confirm the consistency of node versions across all actions, and ensure that we do not change this version in backport PRs to older releases.
Merge / deployment checklist