Skip to content
This repository has been archived by the owner on Mar 2, 2024. It is now read-only.

chore(deps): bump webfactory/ssh-agent from v0.5.0 to v0.5.1 #383

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 11, 2021

Bumps webfactory/ssh-agent from v0.5.0 to v0.5.1.

Release notes

Sourced from webfactory/ssh-agent's releases.

Fixes deployment keys on Windows

This release switches to using the ssh-agent and ssh-add binaries provided with Git for Windows (#63). These versions of the SSH binaries are based on a newer version of OpenSSH than the versions included in Windows natively. Deploy key support is not possible with the native versions.

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]

v0.4.1 [2020-10-07]

Fixed

  • This action no longer relies on set-env, which has been deprecated.

v0.4.0

Changed

  • A failure to kill the agent in the post-action step will no longer fail the workflow run. That way, you can kill the agent yourself when necessary (#33).

v0.3.0 [2020-05-18]

Added

  • A new post-action step will automatically clean up the running agent at the end of a job. This helps with self-hosted runners, which are non-ephemeral. (@​thommyhh, #27)

Changed

  • Unless the SSH_AUTH_SOCK is configured explicitly, the SSH agent will now use a random file name for the socket. That way, multiple, concurrent SSH agents can be used on self-hosted runners. (@​thommyhh, #27)

v0.2.0 [2020-01-14]

Added

  • Multiple SSH keys can now be provided (#14, closes #7). Thanks to @​webknjaz and @​bradmartin for support and tests.

  • Catch empty ssh-private-key input values and exit with a helpful error message right away.

v0.1.0 [2019-09-15]

Initial release.

Commits
  • 4b6f4eb Windows virtual environment: Use SSH binaries from the Git suite (#63)
  • 7954857 Prepare 0.5.1 release
  • 598c7ea Handle ENOENT exceptions with a graceful message
  • 65d1ea3 Mention that container-based workflows need to have ssh packages installed
  • 5f95203 Add note about using cargo with private dependencies (#64)
  • See full diff in compare view

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)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update Github_actions code labels Mar 11, 2021
@sonarcloud
Copy link

sonarcloud bot commented Mar 11, 2021

Kudos, SonarCloud Quality Gate passed!

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information

@codecov
Copy link

codecov bot commented Mar 11, 2021

Codecov Report

Merging #383 (f9cf47f) into master (b9b7698) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #383   +/-   ##
=======================================
  Coverage   27.22%   27.22%           
=======================================
  Files         147      147           
  Lines        5220     5220           
=======================================
  Hits         1421     1421           
  Misses       3799     3799           

@deifyed deifyed merged commit 21150f2 into master Mar 11, 2021
@deifyed deifyed deleted the dependabot/github_actions/webfactory/ssh-agent-v0.5.1 branch March 11, 2021 06:06
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
dependencies Pull requests that update a dependency file github_actions Pull requests that update Github_actions code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Need a way to pass array of keys instead of one
1 participant