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 across 1 directory with 4 updates #46

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps the github-actions group with 4 updates in the / directory: github/branch-deploy, azure/login, appleboy/ssh-action and GrantBirki/comment.

Updates github/branch-deploy from 9.1.1 to 9.9.1

Release notes

Sourced from github/branch-deploy's releases.

v9.9.1

What's Changed

Full Changelog: github/branch-deploy@v9.9.0...v9.9.1

v9.9.0

What's Changed

New Contributors

Full Changelog: github/branch-deploy@v9.8.1...v9.9.0

v9.8.1

What's Changed

A follow-up to the v9.8.0 release to implement GraphQL pagination to make "latest deployment checks" more robust when using enforced deployment order.

Full Changelog: github/branch-deploy@v9.8.0...v9.8.1

v9.8.0

Enforced Deployment Order 🚀

Introducing a long requested feature, enforced deployment order...

Summary

This pull request does the following:

  • adds a new enforced_deployment_order input option that can be used to require deployments to take place "in order" and for each to pass before the next one can be triggered
  • adds a new needs_to_be_deployed output that maps to the environments that require successful deployments if a deployment attempt is rejected

Detailed

This feature is one that has been requested by folks internally and externally to GitHub for a long time (over a year). This pull request makes it so that users can now control the order in which deployments are made (if they choose to do so).

This feature is optional and can be enabled by setting, enforced_deployment_order: <env1>,<env2>,<env3>. The value for enforced_deployment_order is a string that is read from left->right with each value separated by commas. Each value in this comma separated list is an environment that you wish to use in an "enforced deployment order". Here is an example:

- uses: github/[email protected]
  id: branch-deploy
</tr></table> 

... (truncated)

Commits
  • e9ac229 Merge pull request #315 from github/commit-time-checks
  • 9bfda32 add unit tests
  • 1c17604 test coverage for main.js
  • fe201cd raise getCommit out of the helper method and into main in case it needs t...
  • 683275b implement extra commit safety checks
  • b2ee3bb vendor an example of ${JSON.stringify(context)}
  • 9e8e68f add context debug logs
  • 535e75d Merge pull request #314 from github/npm-updates
  • b980485 update all node deps with npm update
  • 3897071 Merge pull request #309 from github/dependabot/npm_and_yarn/npm-dependencies-...
  • Additional commits viewable in compare view

Updates azure/login from 2.0.0 to 2.2.0

Release notes

Sourced from azure/login's releases.

Azure Login Action v2.2.0

What's Changed

New Contributors

Full Changelog: Azure/login@v2.1.1...v2.2.0

v2.1.1

What's Changed

New Contributors

Full Changelog: Azure/login@v2.1.0...v2.1.1

Azure Login Action v2.1.0

What's Changed

Full Changelog: Azure/login@v2.0.0...v2.1.0

Commits

Updates appleboy/ssh-action from 1.0.3 to 1.1.0

Release notes

Sourced from appleboy/ssh-action's releases.

v1.1.0

Changelog

Bug fixes

  • 0c7561b1a30e223b97730bb8b92671995d9fb1d0: fix: switch to SSH key authentication for security (@​appleboy)

Enhancements

  • 9b978f09f2587beff9c80449f57cb0f0612d3039: chore: update SSH action version in README files (@​appleboy)
  • 1991c553ec29aeb9fe1cbffabfabe0c2f0ea891e: chore(file): update target file (@​appleboy)
  • aa293c24bb8b49499c238d2260b26a5ab2ee10e0: chore: optimize system configuration and API integration (@​appleboy)
  • 036cad7df774e9168d1de6c77d668c6a292d4540: chore: update drone-ssh to version 1.7.7 (@​appleboy)
  • 8b6078208d71a6d9364c7f23d78ca9b38bed48c0: chore(cli): enhance version handling and testing mechanisms (@​appleboy)
  • 5ade82648576fb5118b586573e9c607af4941b24: chore: improve CLI reliability and version visibility (@​appleboy)
  • eaeb06998d86f5e66259ee8dc3d0909612f0ce65: chore(cli): enhance curl command with silent mode and redirects (@​appleboy)
  • 58164d0dc2b76ba5c47e110152e94bfbd13ea235: chore: remove Dockerfile and related configurations (@​appleboy)

Refactor

  • da612c801589d64bea89ca943c84fe1aae7a1d06: refactor: optimize CI pipeline for faster execution (@​appleboy)

Build process updates

  • c78141851a6d716353b2ce13c978924e0300775e: ci: enhance GitHub Actions for IPv6 and flexibility (#303) (@​appleboy)
  • d2d68588591b705c406168accae85968a2f75c0d: ci: enhance GitHub workflow for SSH actions and deployments (@​appleboy)
  • 551964ebda1034f0b5449d74db25c42e371ca1f7: ci: optimize GitHub Actions workflow configuration (@​appleboy)
  • f9163462563f649b27272d32e585525a5fe68d76: ci: refactor CI workflow and improve robustness (#320) (@​appleboy)
  • aabaf1254d78efafd55cd5880a874e9715b4c6e8: ci: add bug report template (@​appleboy)
  • c8594ae37d5bd9a779dc12abd0236b1bcff70119: ci: implement GitHub Actions for remote SSH execution (@​appleboy)
  • 40aad53c5a18b2676371816d258458b2ccd56c50: ci: add SSH authentication setup for GitHub Actions (@​appleboy)
  • 0b0e77098a4fa59703014092ddd6d2ad7267088f: ci: optimize and enhance SSH server workflow (@​appleboy)
  • 977b74a12d4201105f3b851126516847ed6b80b0: ci: enhance CI workflow with SSH job and optimizations (@​appleboy)
  • 2eeab5bdbadfcfd821c3f107a694803080f4b126: ci: refactor GitHub Actions key management (@​appleboy)
  • acd41e5091e04c5db86c78f86723e9baec27f452: ci: enhance SSH job testing with varied key/password scenarios (@​appleboy)
  • f05aefe3514f74f9cda4825a2a5d9905aa45ae2a: ci: enhance SSH action configuration and error handling (@​appleboy)
  • e40b597081b0c96e4f93bee63cec35d4ea3b4d3a: ci: add GitHub Actions job for SSH key passphrase support (@​appleboy)
  • 15b64dc8919f9e984dd7c4e96fdd5d74ccc03088: ci: enhance CI pipeline with SSH key handling improvements (@​appleboy)
  • a39b3cce7dbd84fb06164ac1a60a27615417de71: ci: enhance CI/CD pipeline with SSH command execution (@​appleboy)
  • 815c5743ac3927b147e22309d57a1f5a140a2d30: ci: enhance deployment with multi-host SSH action (@​appleboy)
  • 378323e4c85be1bb394f07e5a3a3c7c687499829: ci: add multi-server support to CI workflow (@​appleboy)
  • fc1c1fce5140b0530a36d88286de8a29df8518bb: ci: add GitHub Actions job for ed25519 key support (@​appleboy)
  • f0e5a23d530cb42b84b01340c5fb1a6ad570d4e8: ci: add environment variable handling in GitHub Actions (@​appleboy)
  • 9c32aa61f8c24f38e93a3282178429b314c14e8a: ci: refactor workflows and API integrations (@​appleboy)
  • 97f8d752b568999364c7296fa08e33d68367e3fd: ci: enable root access in CI pipeline (@​appleboy)
  • 5a8776fd157405e3e88da24413b04c2aaf01e99c: ci: switch to password authentication in GitHub workflow (@​appleboy)
  • b6941ae5d5746e351d7fede90e718688304d2b4a: ci: refactor codebase and optimize performance (@​appleboy)
  • 43895f2cd585d373b747690a3e7f9bdcdd09e1cd: ci: refactor SSH testing workflows and job configurations (@​appleboy)
  • 06fa62e61cac6c39015db4efcde64776f56965c4: ci: rename the workflow files. (@​appleboy)
  • b4a07ca5940a7dc94925e99f8e6eab3671b0fa64: ci: enhance GitHub Actions with secret variable support (#330) (@​appleboy)
  • 25ce8cbbcb08177468c7ff7ec5cbfa236f9341e1: ci: implement automated release workflow with GoReleaser (@​appleboy)

Documentation updates

  • 8a779a5b1a8a79465e63ce4724624b4755fed49b: docs: describe true usage of allenvs parameter (#301) (@​hussu010)
  • fe44be0b96e09ca219322f172bc338fd0718a55b: docs: improve documentation and CI robustness (@​appleboy)
  • dd0f09ca072e60babe3cc58ed83c66a86176300c: docs: improve README clarity and completeness (@​appleboy)
  • 71d43ea0f75a1f73c9b0e4608c059783968ad29c: docs: improve documentation and testing configurations (@​appleboy)
  • 28428a13f5b0283d667b1c6501d144f15b059726: docs: improve cross-platform clipboard support for key copying (@​appleboy)
  • d732991ab09097d8c8f390d91385b0386e619598: docs(lang): README.zh-cn Document (#332) (@​astralwaveio)
Commits
  • 25ce8cb ci: implement automated release workflow with GoReleaser
  • 58164d0 chore: remove Dockerfile and related configurations
  • d732991 docs(lang): README.zh-cn Document (#332)
  • b4a07ca ci: enhance GitHub Actions with secret variable support (#330)
  • eaeb069 chore(cli): enhance curl command with silent mode and redirects
  • 06fa62e ci: rename the workflow files.
  • 28428a1 docs: improve cross-platform clipboard support for key copying
  • 5ade826 chore: improve CLI reliability and version visibility
  • 8b60782 chore(cli): enhance version handling and testing mechanisms
  • 036cad7 chore: update drone-ssh to version 1.7.7
  • Additional commits viewable in compare view

Updates GrantBirki/comment from 2.0.9 to 2.1.0

Release notes

Sourced from GrantBirki/comment's releases.

v2.1.0

What's Changed

Full Changelog: GrantBirki/comment@v2...v2.1.0

v2.0.10

What's Changed

Full Changelog: GrantBirki/comment@v2.0.9...v2.0.10

Commits
  • f524ee3 Merge pull request #26 from GrantBirki/issue-number-context
  • 8a5dda3 this node env doesn't support ?.
  • 7f657e1 fetch the issueNumber from the github.context if it is not defined in the...
  • ce03eec Merge pull request #25 from GrantBirki/node-package-updates
  • 5b51e4a npm update
  • ab68759 package cleanup
  • 3971a84 update prettier
  • d1c9a23 Merge pull request #24 from GrantBirki/dependabot/npm_and_yarn/npm_and_yarn-5...
  • 06d9f6f Bump braces in the npm_and_yarn group across 1 directory
  • 1e63d57 Merge pull request #23 from GrantBirki/updates
  • Additional commits viewable 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 4 updates in the / directory: [github/branch-deploy](https://github.com/github/branch-deploy), [azure/login](https://github.com/azure/login), [appleboy/ssh-action](https://github.com/appleboy/ssh-action) and [GrantBirki/comment](https://github.com/grantbirki/comment).


Updates `github/branch-deploy` from 9.1.1 to 9.9.1
- [Release notes](https://github.com/github/branch-deploy/releases)
- [Commits](github/branch-deploy@v9.1.1...v9.9.1)

Updates `azure/login` from 2.0.0 to 2.2.0
- [Release notes](https://github.com/azure/login/releases)
- [Commits](Azure/login@8c334a1...a65d910)

Updates `appleboy/ssh-action` from 1.0.3 to 1.1.0
- [Release notes](https://github.com/appleboy/ssh-action/releases)
- [Changelog](https://github.com/appleboy/ssh-action/blob/master/.goreleaser.yaml)
- [Commits](appleboy/ssh-action@029f5b4...25ce8cb)

Updates `GrantBirki/comment` from 2.0.9 to 2.1.0
- [Release notes](https://github.com/grantbirki/comment/releases)
- [Commits](GrantBirki/comment@v2.0.9...v2.1.0)

---
updated-dependencies:
- dependency-name: github/branch-deploy
  dependency-type: direct:production
  update-type: version-update:semver-minor
  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-minor
  dependency-group: github-actions
- dependency-name: GrantBirki/comment
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: github-actions
...

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

github-actions bot commented Nov 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!

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