[PR #3781] [MERGED] build(deps): bump webfactory/ssh-agent from 0.5.3 to 0.5.4 #4122

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

📋 Pull Request Information

Original PR: https://github.com/GameServerManagers/LinuxGSM/pull/3781
Author: @dependabot[bot]
Created: 2/9/2022
Status: Merged
Merged: 2/9/2022
Merged by: @dgibbs64

Base: masterHead: dependabot/github_actions/webfactory/ssh-agent-0.5.4


📝 Commits (1)

  • 9baf0eb build(deps): bump webfactory/ssh-agent from 0.5.3 to 0.5.4

📊 Changes

1 file changed (+2 additions, -2 deletions)

View changed files

📝 .github/workflows/git-sync.yml (+2 -2)

📄 Description

Bumps webfactory/ssh-agent from 0.5.3 to 0.5.4.

Release notes

Sourced from webfactory/ssh-agent's releases.

Update GitHub Host Keys

The most important change in this release is the update of the SSH Host Keys used by GitHub.com (#102, #101).

In case you'd like to verify the keys, see https://docs.github.com/en/authentication/keeping-your-account-and-data-secure/githubs-ssh-key-fingerprints.

Changelog

Sourced from webfactory/ssh-agent's changelog.

v0.5.4 [2021-11-21]

Fixed

  • Update changed GitHub Host Keys (#102, #101)

Changed

  • Various documentation (README) improvements and additions
  • Change logging to more precisely state that public keys are being printed
Commits
  • fc49353 Bump example version numbers in the README file
  • bc6614d Update recent changes in the CHANGELOG file
  • dc622c5 Update to Reflect Supported GitHub Host Keys (#102)
  • 97348a2 Document on how to integrate with docker/build-push-action (#90)
  • bbd5513 Better explain in the README how to set up keys in repositories (#96)
  • a652a40 Merge pull request #95 from mjhipp/mh_public_key_comment
  • 1711bb1 Update GitHub deploy key log comment to specify public key
  • See full diff in compare view

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/3781 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 2/9/2022 **Status:** ✅ Merged **Merged:** 2/9/2022 **Merged by:** [@dgibbs64](https://github.com/dgibbs64) **Base:** `master` ← **Head:** `dependabot/github_actions/webfactory/ssh-agent-0.5.4` --- ### 📝 Commits (1) - [`9baf0eb`](https://github.com/GameServerManagers/LinuxGSM/commit/9baf0eb5bdfe49a36248f7343a2cb7f0fb8800be) build(deps): bump webfactory/ssh-agent from 0.5.3 to 0.5.4 ### 📊 Changes **1 file changed** (+2 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/git-sync.yml` (+2 -2) </details> ### 📄 Description Bumps [webfactory/ssh-agent](https://github.com/webfactory/ssh-agent) from 0.5.3 to 0.5.4. <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>Update GitHub Host Keys</h2> <p>The most important change in this release is the update of the SSH Host Keys used by GitHub.com (<a href="https://github-redirect.dependabot.com/webfactory/ssh-agent/issues/102">#102</a>, <a href="https://github-redirect.dependabot.com/webfactory/ssh-agent/issues/101">#101</a>).</p> <p>In case you'd like to verify the keys, see <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>.</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> <h2>v0.5.4 [2021-11-21]</h2> <h3>Fixed</h3> <ul> <li>Update changed GitHub Host Keys (<a href="https://github-redirect.dependabot.com/webfactory/ssh-agent/issues/102">#102</a>, <a href="https://github-redirect.dependabot.com/webfactory/ssh-agent/issues/101">#101</a>)</li> </ul> <h3>Changed</h3> <ul> <li>Various documentation (README) improvements and additions</li> <li>Change logging to more precisely state that <em>public</em> keys are being printed</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/webfactory/ssh-agent/commit/fc49353b67b2b7c1e0e6a600572d01a69f2672dd"><code>fc49353</code></a> Bump example version numbers in the README file</li> <li><a href="https://github.com/webfactory/ssh-agent/commit/bc6614de941d01d2db028645df55d9375c4b9e77"><code>bc6614d</code></a> Update recent changes in the CHANGELOG file</li> <li><a href="https://github.com/webfactory/ssh-agent/commit/dc622c59e471395a5b1e0d96279fe835c87a218b"><code>dc622c5</code></a> Update to Reflect Supported GitHub Host Keys (<a href="https://github-redirect.dependabot.com/webfactory/ssh-agent/issues/102">#102</a>)</li> <li><a href="https://github.com/webfactory/ssh-agent/commit/97348a2ec66ccf4c78659d447a6d34c87ddbb333"><code>97348a2</code></a> Document on how to integrate with <code>docker/build-push-action</code> (<a href="https://github-redirect.dependabot.com/webfactory/ssh-agent/issues/90">#90</a>)</li> <li><a href="https://github.com/webfactory/ssh-agent/commit/bbd5513ed5e1a794add6cfc57776b346873803df"><code>bbd5513</code></a> Better explain in the README how to set up keys in repositories (<a href="https://github-redirect.dependabot.com/webfactory/ssh-agent/issues/96">#96</a>)</li> <li><a href="https://github.com/webfactory/ssh-agent/commit/a652a400f29bd5fa7dfb8f1951c1dfe746d5b07b"><code>a652a40</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/webfactory/ssh-agent/issues/95">#95</a> from mjhipp/mh_public_key_comment</li> <li><a href="https://github.com/webfactory/ssh-agent/commit/1711bb1971ca6a9e7706524325d8e2853a191e6e"><code>1711bb1</code></a> Update GitHub deploy key log comment to specify public key</li> <li>See full diff in <a href="https://github.com/webfactory/ssh-agent/compare/v0.5.3...v0.5.4">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.5.3&new-version=0.5.4)](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:53:56 +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#4122
No description provided.