forked from shimataro/ssh-key-action
-
Notifications
You must be signed in to change notification settings - Fork 0
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
F160 - US396 - Sync upstream #15
Closed
Conversation
This file contains 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
* Change code style to 1TBS * refactor creating ".ssh" directoy * Add Windows-2022 / macOS-11 / macOS-12 / Ubuntu-22.04 Drop Ubuntu-16.04 * Drop centos:8 (Docker container) * add CentOS 8 Stream (Docker container) * use YAML alias * Revert "use YAML alias" This reverts commit 1ddbc7f. * update .eslintrc * move calling main to front
* Update nodejs version to 16 (shimataro#208) * Update nodejs version to 16 * Update runtime used to node16 * update CHANGELOG Co-authored-by: Davide Doronzo <duddu@users.noreply.github.com>
* Updated runners list and tar updated to 6.1.11 * Updated runners list * Added nodejs 16 * Updated .gitignore * some adjusts * update CHANGELOG Co-authored-by: Viacheslav Kudinov <viacheslav.kudinov@gmail.com>
* always prepend key of github.com * update README and CHANGELOG * update tests * test to connect bitbucket.org * update test * update rest tests
version 2.4.0
* add cleanup process * save state * update README/CHANGELOG * fix message * `getSshDirectory()` should not be exported
* reuse workflows https://docs.github.com/en/actions/using-workflows/reusing-workflows * reuse container workflows * integrate reusable-verify-container with reusable-verify * container -> docker_iamge * update description
* set workflow name * update actions/checkout version: v2 -> v3 * update actions/setup-node version: v1 -> v3
version 2.5.0
* github: Update SSH key Signed-off-by: Ryan Northey <ryan@synca.io> * update GitHub key: https://github.blog/2023-03-23-we-updated-our-rsa-ssh-host-key/ * add name --------- Signed-off-by: Ryan Northey <ryan@synca.io> Co-authored-by: Ryan Northey <ryan@synca.io>
version 2.5.1
[[Security] ensure clean GHAS workflows](https://trello.com/c/v2rdOEtX) - workflow references a deprecated version of the CodeQL action
Delete codeql-analysis.yml
Updating GitHub Code Scanning Workflows
* Merge latest upstream develop, remove bitbucket changes * Remove unavailable runner types for Ubuntu and MacOS * Remove unavailable runner types for verify-on-container workflows
* Drop runnner: macOS 10.15, Ubuntu 18.04 * update README * update CHANGELOG * update key of bitbucket.com
* backup & restore * refactor * refactor * back up key file * fix messages * update CHANGELOG * update CHANGELOG
* use module * detect files to be restore automatically * use esbuild * drop ncc * add comments * refactor
…ataro#256) * fix; files that didn't backed up is not removed in "post" phase * output logs * output log in main phase * update log text * update log text * create directory only if not exist * amend step name
version 2.6.0
…ts (shimataro#260) * fix; JSON parse error on exit, if `if_key_exists`=`fail` and key exists * update CHANGELOG * fix cleanup error * add built files * output only if created/removed/restored file exist.
* Update to Node 20 (shimataro#267) * Update action.yml * Update build.yml * update CHANGELOG * Drop old containers * update CHANGELOG --------- Co-authored-by: Po Chen <chenpaul914@gmail.com>
Updating GitHub Code Scanning Workflows
F160 - US396 - Sync upstream
Closing this PR in favor of fixing merge conflicts on a different branch |
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.
F160 - US396 - As the forked key writer action repository I should be reviewed for updates from the upstream fork and updated in order to support an LTS version of NodeJS.
This PR pulls updates to node20 from the upstream fork