Skip to content

SSH host keys no longer managed 鈥撀爎ead below 馃憞

Compare
Choose a tag to compare
@mpdude mpdude released this 24 Mar 12:12
· 5 commits to master since this release
d4b9b8f

Starting with this release, this action no longer writes GitHub's SSH host keys into the known_hosts SSH config file upon start.

GitHub changed their host keys on short notice this morning, see https://github.blog/2023-03-23-we-updated-our-rsa-ssh-host-key/. We took this as an opportunity to stop maintaining GH SSH keys in the code shipped with this action (#171).

What you need to do:

Other code changes in this release

  • Update to actions/checkout@v3 by @mpdude in #143
  • Allow the user to override the commands for git, ssh-agent, and ssh-add by @DilumAluthge in #154

New Contributors

Full Changelog: v0.7.0...v0.8.0