Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump the github-actions group with 3 updates #38

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 1, 2024

Bumps the github-actions group with 3 updates: github/branch-deploy, azure/login and appleboy/ssh-action.

Updates github/branch-deploy from 8.2.0 to 9.0.0

Release notes

Sourced from github/branch-deploy's releases.

v9.0.0

What's Changed


⚠️ potentially breaking change! ⚠️

The vast majority of teams should be able to upgrade to v9.0.0 without any issues

It should be noted that this change is only "breaking" in the sense that unexpected behavior may take place for teams using more unique git flows for development. If you want to maintain the current state of this Action on v9.0.0 and beyond, all you need to do is to simply set outdated_mode: "pr_base" in the Action configuration. Most teams using this Action will not notice any issues upgrading to v9.x.x.


This release introduces a new input option (outdated_mode) for fine grain control over deployments when a branch is deemed "out-of-date" 🎉. These changes were introduced in github/branch-deploy#237 and the aforementioned pull request contains a lot of information around these changes. You can also view the detailed documentation around this new input option to learn more and how you and your team can use it. Enjoy!

Full Changelog: github/branch-deploy@v8...v9.0.0


Huge thank you to @​jessew-albert for helping out with the features in this release! 🙇

v8.2.1

This patch release contains internal dependency updates

What's Changed

Full Changelog: github/branch-deploy@v8...v8.2.1

Commits
  • 0ae2f57 Merge pull request #240 from github/node-package-updates
  • 4172dfe update all node deps
  • fdb7b54 Merge pull request #237 from github/update-base-branch-improvements
  • ef4274f Merge branch 'main' into update-base-branch-improvements
  • 511a5b8 Merge pull request #239 from github/dependabot/npm_and_yarn/npm-dependencies-...
  • 105f108 Merge branch 'main' into dependabot/npm_and_yarn/npm-dependencies-a2dcd920b4
  • 377f6cf Merge pull request #238 from github/dependabot/github_actions/github-actions-...
  • f83fdd8 update help message
  • b430ecd fix link
  • 085c5b7 add docs for Scenario 4
  • Additional commits viewable in compare view

Updates azure/login from 1.5.1 to 1.6.1

Release notes

Sourced from azure/login's releases.

Azure Login Action v1.6.1

  • Fix #403: Do not break the workflow if az is not installed in pre and post steps

Azure Login Action v1.6.0

  • Added pre: and post: action for cleaning up (#384)
Commits

Updates appleboy/ssh-action from 1.0.2 to 1.0.3

Release notes

Sourced from appleboy/ssh-action's releases.

v1.0.3

  • Support the new parameter request_pty to request a pseudo-terminal from the server, addressing the sudo command issue. appleboy/ssh-action#288
Commits
  • 029f5b4 docs: update README.md and improve code documentation
  • d134a26 fix(sudo): support request_pty to execute sudo command (#288)
  • 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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the github-actions group with 3 updates: [github/branch-deploy](https://github.com/github/branch-deploy), [azure/login](https://github.com/azure/login) and [appleboy/ssh-action](https://github.com/appleboy/ssh-action).


Updates `github/branch-deploy` from 8.2.0 to 9.0.0
- [Release notes](https://github.com/github/branch-deploy/releases)
- [Commits](github/branch-deploy@v8.2.0...v9.0.0)

Updates `azure/login` from 1.5.1 to 1.6.1
- [Release notes](https://github.com/azure/login/releases)
- [Commits](Azure/login@de95379...cb79c77)

Updates `appleboy/ssh-action` from 1.0.2 to 1.0.3
- [Release notes](https://github.com/appleboy/ssh-action/releases)
- [Commits](appleboy/ssh-action@2451745...029f5b4)

---
updated-dependencies:
- dependency-name: github/branch-deploy
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: github-actions
- dependency-name: azure/login
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: github-actions
- dependency-name: appleboy/ssh-action
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: github-actions
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot requested a review from a team as a code owner February 1, 2024 22:04
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Feb 1, 2024
Copy link

github-actions bot commented Feb 1, 2024

👋 Thanks for opening a pull request!

If you are new, please check out the trimmed down summary of our deployment process below:

  1. 👀 Observe the CI jobs and tests to ensure they are passing

  2. ✔️ Obtain an approval/review on this pull request

  3. 🚀 Branch deploy your pull request to production

    Comment .deploy on this pull request to trigger a deploy. If anything goes wrong, rollback with .deploy main

  4. 🎉 Merge!

Copy link
Contributor Author

dependabot bot commented on behalf of github Mar 1, 2024

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot bot closed this Mar 1, 2024
@dependabot dependabot bot deleted the dependabot/github_actions/github-actions-932bf0aa06 branch March 1, 2024 22:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants