chore(deps): update webfactory/ssh-agent action to v0.8.0 #4064
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.
This PR contains the following updates:
v0.5.3
->v0.8.0
Release Notes
webfactory/ssh-agent (webfactory/ssh-agent)
v0.8.0
: SSH host keys no longer managed – read below 👇Compare Source
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:
github.com
) maintained by directly by GitHub.known_hosts
file:github.com
, as described in #106. Remove these entries.v0.8.0
of this action here are run on the self-hosted runner, the old entries will come back. Keep an eye on it, possibly you'll have to rinse & repeat.Other code changes in this release
actions/checkout@v3
by @mpdude in https://github.com/webfactory/ssh-agent/pull/143git
,ssh-agent
, andssh-add
by @DilumAluthge in https://github.com/webfactory/ssh-agent/pull/154New Contributors
Full Changelog: webfactory/ssh-agent@v0.7.0...v0.8.0
v0.7.0
Compare Source
Added
log-public-key
input that can be used to turn off logging key identities (#122)Fixed
git
binary on Windows, assuming GitHub-hosted runners (#136, #137)v0.6.0
Compare Source
Changed
v0.5.4
Compare Source
Fixed
Changed
Configuration
📅 Schedule: Branch creation - "after 5pm,every weekend" in timezone America/Los_Angeles, Automerge - "after 5pm,every weekend" in timezone America/Los_Angeles.
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Mend Renovate. View repository job log here.