[PR #4151] [MERGED] build(deps): bump webfactory/ssh-agent from 0.7.0 to 0.8.0 #4226

Closed
opened 2026-02-27 04:54:20 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/GameServerManagers/LinuxGSM/pull/4151
Author: @dependabot[bot]
Created: 3/27/2023
Status: Merged
Merged: 4/1/2023
Merged by: @dgibbs64

Base: developHead: dependabot/github_actions/webfactory/ssh-agent-0.8.0


📝 Commits (2)

  • 51031eb chore: auto add game server requests to gh project
  • 2e24054 build(deps): bump webfactory/ssh-agent from 0.7.0 to 0.8.0

📊 Changes

2 files changed (+19 additions, -2 deletions)

View changed files

.github/workflows/add-to-project.yml (+17 -0)
📝 .github/workflows/git-sync.yml (+2 -2)

📄 Description

Bumps webfactory/ssh-agent from 0.7.0 to 0.8.0.

Release notes

Sourced from webfactory/ssh-agent's releases.

SSH host keys no longer managed – read below 👇

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

New Contributors

Full Changelog: https://github.com/webfactory/ssh-agent/compare/v0.7.0...v0.8.0

Changelog

Sourced from webfactory/ssh-agent's changelog.

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[Unreleased]

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/GameServerManagers/LinuxGSM/pull/4151 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 3/27/2023 **Status:** ✅ Merged **Merged:** 4/1/2023 **Merged by:** [@dgibbs64](https://github.com/dgibbs64) **Base:** `develop` ← **Head:** `dependabot/github_actions/webfactory/ssh-agent-0.8.0` --- ### 📝 Commits (2) - [`51031eb`](https://github.com/GameServerManagers/LinuxGSM/commit/51031eb71ab3cf5c7fc31b7825271ed63a1ba882) chore: auto add game server requests to gh project - [`2e24054`](https://github.com/GameServerManagers/LinuxGSM/commit/2e24054928dd914993438347e0819dc4f0957ead) build(deps): bump webfactory/ssh-agent from 0.7.0 to 0.8.0 ### 📊 Changes **2 files changed** (+19 additions, -2 deletions) <details> <summary>View changed files</summary> ➕ `.github/workflows/add-to-project.yml` (+17 -0) 📝 `.github/workflows/git-sync.yml` (+2 -2) </details> ### 📄 Description Bumps [webfactory/ssh-agent](https://github.com/webfactory/ssh-agent) from 0.7.0 to 0.8.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/webfactory/ssh-agent/releases">webfactory/ssh-agent's releases</a>.</em></p> <blockquote> <h2>SSH host keys no longer managed – read below 👇</h2> <p>Starting with this release, this action no longer writes GitHub's SSH host keys into the <code>known_hosts</code> SSH config file upon start.</p> <p>GitHub changed their host keys on short notice this morning, see <a href="https://github.blog/2023-03-23-we-updated-our-rsa-ssh-host-key/">https://github.blog/2023-03-23-we-updated-our-rsa-ssh-host-key/</a>. We took this as an opportunity to stop maintaining GH SSH keys in the code shipped with this action (<a href="https://redirect.github.com/webfactory/ssh-agent/issues/171">#171</a>).</p> <p>What you need to do:</p> <ul> <li>On GitHub hosted runners, nothing. ✔︎ These runners ship with SSH host keys (for <code>github.com</code>) maintained by directly by GitHub.</li> <li>On self-hosted runners, review and fix your SSH <code>known_hosts</code> file: <ul> <li>First, you'll find it bloated with redundant entries for <code>github.com</code>, as described in <a href="https://redirect.github.com/webfactory/ssh-agent/issues/106">#106</a>. Remove these entries.</li> <li>Review <a href="https://github.blog/2023-03-23-we-updated-our-rsa-ssh-host-key/">https://github.blog/2023-03-23-we-updated-our-rsa-ssh-host-key/</a>. You probably removed the old (invalid) SSH key in the previous step.</li> <li>Configure GitHub's current SSH keys as documented on <a href="https://docs.github.com/en/authentication/keeping-your-account-and-data-secure/githubs-ssh-key-fingerprints">https://docs.github.com/en/authentication/keeping-your-account-and-data-secure/githubs-ssh-key-fingerprints</a></li> <li>As long as versions before <code>v0.8.0</code> 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 &amp; repeat.</li> </ul> </li> </ul> <h4>Other code changes in this release</h4> <ul> <li>Update to <code>actions/checkout@v3</code> by <a href="https://github.com/mpdude"><code>@​mpdude</code></a> in <a href="https://redirect.github.com/webfactory/ssh-agent/pull/143">webfactory/ssh-agent#143</a></li> <li>Allow the user to override the commands for <code>git</code>, <code>ssh-agent</code>, and <code>ssh-add</code> by <a href="https://github.com/DilumAluthge"><code>@​DilumAluthge</code></a> in <a href="https://redirect.github.com/webfactory/ssh-agent/pull/154">webfactory/ssh-agent#154</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/prhiggins"><code>@​prhiggins</code></a> made their first contribution in <a href="https://redirect.github.com/webfactory/ssh-agent/pull/153">webfactory/ssh-agent#153</a></li> <li><a href="https://github.com/kjarkur"><code>@​kjarkur</code></a> made their first contribution in <a href="https://redirect.github.com/webfactory/ssh-agent/pull/147">webfactory/ssh-agent#147</a></li> <li><a href="https://github.com/DilumAluthge"><code>@​DilumAluthge</code></a> made their first contribution in <a href="https://redirect.github.com/webfactory/ssh-agent/pull/154">webfactory/ssh-agent#154</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/webfactory/ssh-agent/compare/v0.7.0...v0.8.0">https://github.com/webfactory/ssh-agent/compare/v0.7.0...v0.8.0</a></p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/webfactory/ssh-agent/blob/master/CHANGELOG.md">webfactory/ssh-agent's changelog</a>.</em></p> <blockquote> <h1>Changelog</h1> <p>All notable changes to this project will be documented in this file.</p> <p>The format is based on <a href="https://keepachangelog.com/en/1.0.0/">Keep a Changelog</a>, and this project adheres to <a href="https://semver.org/spec/v2.0.0.html">Semantic Versioning</a>.</p> <h2>[Unreleased]</h2> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/webfactory/ssh-agent/commit/d4b9b8ff72958532804b70bbe600ad43b36d5f2e"><code>d4b9b8f</code></a> Stop adding GitHub SSH keys (<a href="https://redirect.github.com/webfactory/ssh-agent/issues/171">#171</a>)</li> <li><a href="https://github.com/webfactory/ssh-agent/commit/ea17a056b908d85ca1f46c275ab91389eb65c9fa"><code>ea17a05</code></a> Add missing semicolons (<a href="https://redirect.github.com/webfactory/ssh-agent/issues/159">#159</a>)</li> <li><a href="https://github.com/webfactory/ssh-agent/commit/9fbc246995ce195568ea31d1110c161283c89684"><code>9fbc246</code></a> Clarify usage for Docker build processes, especially with deployment keys (<a href="https://redirect.github.com/webfactory/ssh-agent/issues/145">#145</a>)</li> <li><a href="https://github.com/webfactory/ssh-agent/commit/6f828ccb51b0d042f4783ff45710decae9836d37"><code>6f828cc</code></a> Allow the user to override the commands for <code>git</code>, <code>ssh-agent</code>, and <code>ssh-add</code>...</li> <li><a href="https://github.com/webfactory/ssh-agent/commit/209e2d72ff4a448964d26610aceaaf1b3f8764c6"><code>209e2d7</code></a> Fix a typo in the README.md (<a href="https://redirect.github.com/webfactory/ssh-agent/issues/146">#146</a>)</li> <li><a href="https://github.com/webfactory/ssh-agent/commit/18ff7066d37af765c4268af534ab1500bc3ea7f9"><code>18ff706</code></a> Update README.md (<a href="https://redirect.github.com/webfactory/ssh-agent/issues/147">#147</a>)</li> <li><a href="https://github.com/webfactory/ssh-agent/commit/2996779c087b05cb911c8fefc8403a8af8d8f2d4"><code>2996779</code></a> Replace 0.6.0 references with 0.7.0 in README.md (<a href="https://redirect.github.com/webfactory/ssh-agent/issues/153">#153</a>)</li> <li><a href="https://github.com/webfactory/ssh-agent/commit/4512be8010f262a32b74d4b4a59300d76bdd43c6"><code>4512be8</code></a> Update to <code>actions/checkout@v3</code> (<a href="https://redirect.github.com/webfactory/ssh-agent/issues/143">#143</a>)</li> <li>See full diff in <a href="https://github.com/webfactory/ssh-agent/compare/v0.7.0...v0.8.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=webfactory/ssh-agent&package-manager=github_actions&previous-version=0.7.0&new-version=0.8.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-27 04:54:20 +03:00
Sign in to join this conversation.
No labels
Atomic
Epic
cannot reproduce
command: backup
command: console
command: debug
command: details
command: fast-dl
command: install
command: mods
command: monitor
command: post-details
command: restart
command: send
command: start
command: stop
command: update
command: update-lgsm
command: validate
command: wipe
distro: AlmaLinux
distro: Arch Linux
distro: CentOS
distro: Debian
distro: Fedora
distro: RedHat
distro: Rocky Linux
distro: Ubuntu
distro: openSUSE
engine: goldsrc
engine: source
game: 7 Days to Die
game: ARMA 3
game: Ark: Survival Evolved
game: Assetto Corsa
game: Avorion
game: BATTALION: Legacy
game: Barotrauma
game: Battalion 1944
game: Battlefield 1942
game: Black Mesa: Deathmatch
game: Blade Symphony
game: Call of Duty 2
game: Call of Duty 4
game: Call of Duty: United Offensive
game: Counter-Strike 1.6
game: Counter-Strike 2
game: Counter-Strike: Global Offensive
game: Counter-Strike: Source
game: Day of Infamy
game: Dayz
game: Death Match Classic
game: Don't Starve Together
game: ET: Legacy
game: Eco
game: Factorio
game: Factorio
game: Garry's Mod
game: Half-Life
game: Hurtword
game: Insurgecy
game: Insurgecy
game: Insurgency: Sandstorm
game: Just Cause 3
game: Killing Floor
game: Killing Floor 2
game: Left 4 Dead 2
game: Minecraft
game: Minecraft Bedrock
game: Mordhau
game: Multi Theft Auto
game: Mumble
game: Natural Selection 2
game: No More Room in Hell
game: Pavlov VR
game: Post Scriptum
game: Project Zomboid
game: Quake 3
game: QuakeWorld
game: Red Orchestra: Ostfront 41-45
game: Return to Castle Wolfenstein
game: Rising World
game: Rust
game: San Andreas Multiplayer
game: Satisfactory
game: Soldat
game: Soldier of Fortune 2
game: Squad
game: Squad 44
game: Starbound
game: Stationeers
game: Sven Co-op
game: Team Fortress 2
game: Teamspeak 3
game: Teeworlds
game: Terraria
game: The Front
game: Unreal Tournament 2004
game: Unreal Tournament 3
game: Unreal Tournament 99
game: Unturned
game: Valheim
game: Wurm Unlimited
game: Zombie Master Reborn
game: label missing
good first issue
help wanted
info: alerts
info: dependency
info: docker
info: docs
info: email
info: query
info: steamcmd
info: systemd
info: tmux
info: website
info: website
needs more info
outcome: duplicate
outcome: issue resolved
outcome: issue resolved
outcome: issue unresolved
outcome: pr accepted
outcome: pr rejected
outcome: unconfirmed
outcome: wontfix
outcome: wrong forum
potential-duplicate
priority
pull-request
type: bug
type: feature
type: feature
type: feature request
type: game server request
type: refactor
waiting response
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/LinuxGSM#4226
No description provided.