From 707fed06c78d1afe3b63df036af238d0bc95ca4f Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Mon, 1 Dec 2025 10:03:23 +0100 Subject: [PATCH 1/2] Update appleboy/ssh-action action to v1.2.4 (#16) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [appleboy/ssh-action](https://github.com/appleboy/ssh-action) | action | minor | `v1.0.3` -> `v1.2.4` | --- ### Release Notes
appleboy/ssh-action (appleboy/ssh-action) ### [`v1.2.4`](https://github.com/appleboy/ssh-action/releases/tag/v1.2.4) [Compare Source](https://github.com/appleboy/ssh-action/compare/v1.2.3...v1.2.4) #### Changelog ##### Enhancements - [`4e3535e`](https://github.com/appleboy/ssh-action/commit/4e3535e14ec03f79243a1a56045526c18d66d556): chore: bump default DRONE\_SSH\_VERSION to 1.8.2 ([@​appleboy](https://github.com/appleboy)) ##### Build process updates - [`823bd89`](https://github.com/appleboy/ssh-action/commit/823bd89e131d8d508129f9443cad5855e9ba96f0): ci: trigger GitHub Actions workflows only on version tags ([@​appleboy](https://github.com/appleboy)) ##### Documentation updates - [`652a0be`](https://github.com/appleboy/ssh-action/commit/652a0bee3c6aaba4fb2ae596f1de42c51f8e81ec): docs: update CI documentation and workflow references ([@​appleboy](https://github.com/appleboy)) - [`f6208e0`](https://github.com/appleboy/ssh-action/commit/f6208e096db23f5766ae2e218bde93cb6a8d0944): docs: document and demonstrate capturing and using command output ([@​appleboy](https://github.com/appleboy)) ### [`v1.2.3`](https://github.com/appleboy/ssh-action/releases/tag/v1.2.3) [Compare Source](https://github.com/appleboy/ssh-action/compare/v1.2.2...v1.2.3) #### Changelog ##### Features - [`20d5c5b`](https://github.com/appleboy/ssh-action/commit/20d5c5bbc91841863c09aaa3a6797061bbf148a4): feat: add configurable curl insecure flag to GitHub action ([@​appleboy](https://github.com/appleboy)) ##### Bug fixes - [`170eebb`](https://github.com/appleboy/ssh-action/commit/170eebb2ee3ce82216b41e857a289e0dca842c08): fix: enhance binary download flow with robust error handling ([#​394](https://github.com/appleboy/ssh-action/issues/394)) ([@​appleboy](https://github.com/appleboy)) ##### Enhancements - [`b27b9f8`](https://github.com/appleboy/ssh-action/commit/b27b9f8968f508f19656348e47e978c4686dbd2f): chore: refactor system to improve efficiency and update API usage ([@​appleboy](https://github.com/appleboy)) - [`0e19dd9`](https://github.com/appleboy/ssh-action/commit/0e19dd962da42eb2f2b775d6e133dc9dfd424aa6): chore: improve robustness and consistency across multiple scripts ([@​appleboy](https://github.com/appleboy)) ##### Refactor - [`b6690ee`](https://github.com/appleboy/ssh-action/commit/b6690ee817812c18c1bcc05cd08d0011e6aabc63): refactor: improve error handling and code readability across scripts ([#​374](https://github.com/appleboy/ssh-action/issues/374)) ([@​appleboy](https://github.com/appleboy)) ##### Build process updates - [`2b3c650`](https://github.com/appleboy/ssh-action/commit/2b3c6504b3e1405c32b38787b6d20b223a1ecebc): ci: unify and enhance GitHub workflow configurations ([@​appleboy](https://github.com/appleboy)) - [`ffd1eec`](https://github.com/appleboy/ssh-action/commit/ffd1eec36471c1bfbebcf1941411db862c9b0e38): ci: add workflow step for multi-command SSH testing ([#​386](https://github.com/appleboy/ssh-action/issues/386)) ([@​appleboy](https://github.com/appleboy)) - [`53f5c5c`](https://github.com/appleboy/ssh-action/commit/53f5c5cedfd3f9032989483701c0a25764f2d4e3): ci: add automated Trivy security scanning via GitHub Actions ([@​appleboy](https://github.com/appleboy)) ##### Documentation updates - [`52a1840`](https://github.com/appleboy/ssh-action/commit/52a1840ca6cafe7e0e1e15e8649b935ba4e33077): docs: update SSH action version to v1 in all README files ([#​372](https://github.com/appleboy/ssh-action/issues/372)) ([@​appleboy](https://github.com/appleboy)) - [`689de3c`](https://github.com/appleboy/ssh-action/commit/689de3cf649b7be1e792eeea9fc0571dcc0c3e4f): docs: improve CLI messaging and error clarity for users ([@​appleboy](https://github.com/appleboy)) - [`9ca1cd2`](https://github.com/appleboy/ssh-action/commit/9ca1cd21746f53919166547633817ce20c8b5394): docs: document the new `curl_insecure` configuration option ([@​appleboy](https://github.com/appleboy)) - [`bd83ba7`](https://github.com/appleboy/ssh-action/commit/bd83ba7e2b3b59ec4007ddc30c72ef12e5d2fff7): docs: document and configure drone-ssh version usage ([#​381](https://github.com/appleboy/ssh-action/issues/381)) ([@​appleboy](https://github.com/appleboy)) - [`b80f638`](https://github.com/appleboy/ssh-action/commit/b80f638dc49d3b3a0321d26532f97c8eecb7276b): docs: rewrite and unify documentation across all supported languages ([@​appleboy](https://github.com/appleboy)) - [`c7fbbc9`](https://github.com/appleboy/ssh-action/commit/c7fbbc9208e4020c3b78e5db9e7042248c991866): docs: add table of contents to multilingual README files ([@​appleboy](https://github.com/appleboy)) - [`4d84f05`](https://github.com/appleboy/ssh-action/commit/4d84f0522a5d50416e14452c3285361e7fdff665): docs: revamp and unify multi-language readme documentation ([@​appleboy](https://github.com/appleboy)) - [`8f3cc07`](https://github.com/appleboy/ssh-action/commit/8f3cc07719a6ef0a247c6a0b146041bf14ea6211): docs: add comprehensive tables of contents to all README files ([@​appleboy](https://github.com/appleboy)) - [`8745f95`](https://github.com/appleboy/ssh-action/commit/8745f9583c033551b991c73d76d23dd610c9f26e): docs: restructure and clarify parameter documentation across all readmes ([@​appleboy](https://github.com/appleboy)) - [`57f6f35`](https://github.com/appleboy/ssh-action/commit/57f6f3556d4a3e900b37a8dcf9e06ec7da87d6e7): docs(readme): better wording for script\_path property ([#​387](https://github.com/appleboy/ssh-action/issues/387)) ([@​kontur](https://github.com/kontur)) - [`3ca8a7c`](https://github.com/appleboy/ssh-action/commit/3ca8a7c5359ac6ad91aa47f1946ece1c3b025004): docs: clarify script\_path usage in Chinese remote execution docs ([@​appleboy](https://github.com/appleboy)) - [`c680069`](https://github.com/appleboy/ssh-action/commit/c680069d84038812d68d6f1360d230ea50fb6005): docs: add comprehensive documentation for project setup and usage ([@​appleboy](https://github.com/appleboy)) - [`91f3272`](https://github.com/appleboy/ssh-action/commit/91f3272fc5907f4699dcf59761eb622a07342f5a): docs: add Trivy security scan badge to all documentation ([@​appleboy](https://github.com/appleboy)) ### [`v1.2.2`](https://github.com/appleboy/ssh-action/releases/tag/v1.2.2) [Compare Source](https://github.com/appleboy/ssh-action/compare/v1.2.1...v1.2.2) #### Changelog ##### Enhancements - [`b0a8f32`](https://github.com/appleboy/ssh-action/commit/b0a8f324e192469585a608d1f586061cf28a6571): chore: bump DRONE\_SSH version to 1.8.1 ([@​appleboy](https://github.com/appleboy)) - [`2ead5e3`](https://github.com/appleboy/ssh-action/commit/2ead5e36573f08b82fbfce1504f1a4b05a647c6f): chore: update action version across workflows and documentation ([@​appleboy](https://github.com/appleboy)) ##### Documentation updates - [`9817ef4`](https://github.com/appleboy/ssh-action/commit/9817ef4a1793d4009d854d26cfb0ba4b615d5791): docs(readme): set -e for script\_stop functionality ([#​368](https://github.com/appleboy/ssh-action/issues/368)) ([@​Setland34](https://github.com/Setland34)) - [`9273705`](https://github.com/appleboy/ssh-action/commit/92737056c0040ce12606ea20e76e4bcb9824d517): docs: improve documentation and defaults for execution and security ([@​appleboy](https://github.com/appleboy)) - [`d99ccf8`](https://github.com/appleboy/ssh-action/commit/d99ccf8c09d72749f8eed879283eceea73f4ca6e): docs: improve documentation clarity and consistency ([@​appleboy](https://github.com/appleboy)) - [`01a5359`](https://github.com/appleboy/ssh-action/commit/01a53594ebd450be519b0d93972a7efca79d50ee): docs: enhance language support and improve documentation clarity ([@​appleboy](https://github.com/appleboy)) - [`48992f2`](https://github.com/appleboy/ssh-action/commit/48992f2e2c17668bdf29d9b0159c70758d39cd02): docs: prioritize English in language selection options ([@​appleboy](https://github.com/appleboy)) - [`039c9e0`](https://github.com/appleboy/ssh-action/commit/039c9e07bb37b35054415f27cdbfd7645237832d): docs: update README with private key instructions in multiple languages ([@​appleboy](https://github.com/appleboy)) - [`a0a0326`](https://github.com/appleboy/ssh-action/commit/a0a032693916dbcde4f0dd3e881dc58c97e35180): docs: clarify parameter descriptions for improved documentation ([@​appleboy](https://github.com/appleboy)) ### [`v1.2.1`](https://github.com/appleboy/ssh-action/releases/tag/v1.2.1) [Compare Source](https://github.com/appleboy/ssh-action/compare/v1.2.0...v1.2.1) #### Changelog ##### Features - [`102c0d2`](https://github.com/appleboy/ssh-action/commit/102c0d2e5f9f4ec3afb6392f674a1ae9e970dea9): feat: capture stdout and store as output ([#​287](https://github.com/appleboy/ssh-action/issues/287)) ([@​GammaGames](https://github.com/GammaGames)) ##### Enhancements - [`8fdfeb0`](https://github.com/appleboy/ssh-action/commit/8fdfeb034ef6e9033a8a4407975aedbc12a08737): chore(github): update `appleboy/ssh-action` to version `v1.2.0` across workflows ([@​appleboy](https://github.com/appleboy)) - [`43d4ebb`](https://github.com/appleboy/ssh-action/commit/43d4ebbb72699ed0e9e8aeead91adfc4eac75ed6): chore: Add test to stable workflow for script\_path ([#​347](https://github.com/appleboy/ssh-action/issues/347)) ([@​kyle-leonhard](https://github.com/kyle-leonhard)) - [`8faa842`](https://github.com/appleboy/ssh-action/commit/8faa84277b88b6cd1455986f459aa66cf72bc8a3): chore: standardize formatting and update dependencies in workflows ([@​appleboy](https://github.com/appleboy)) ##### Build process updates - [`1c1ad10`](https://github.com/appleboy/ssh-action/commit/1c1ad10f6da46db2f81a68133f45b6a29317b741): ci(action): remove script stop functionality from project ([#​350](https://github.com/appleboy/ssh-action/issues/350)) ([@​appleboy](https://github.com/appleboy)) - [`e13c387`](https://github.com/appleboy/ssh-action/commit/e13c387332e012cca188219684f51e6ac401aa32): ci(action): display an environment variable with special characters ([#​351](https://github.com/appleboy/ssh-action/issues/351)) ([@​appleboy](https://github.com/appleboy)) - [`66aa4d3`](https://github.com/appleboy/ssh-action/commit/66aa4d343bf909ac4fa0ac52f4e62a9adc354c95): ci: add SSH testing job to GitHub Actions workflow ([#​355](https://github.com/appleboy/ssh-action/issues/355)) ([@​appleboy](https://github.com/appleboy)) - [`86aa40d`](https://github.com/appleboy/ssh-action/commit/86aa40ddb7d085faad449ea3e1726b81949ef86b): ci: add SSH server testing to GitHub Actions workflow ([@​appleboy](https://github.com/appleboy)) ##### Documentation updates - [`a8952eb`](https://github.com/appleboy/ssh-action/commit/a8952ebe2a1428de1644645b937cea45ed655b67): docs(readme): update documentation for GitHub Actions and Docker support ([@​appleboy](https://github.com/appleboy)) - [`cec69ef`](https://github.com/appleboy/ssh-action/commit/cec69ef2315fa7868468f4283007628aa37a6b7e): docs(readme): standardize terminology and capitalization across project ([@​appleboy](https://github.com/appleboy)) - [`a9e2fdf`](https://github.com/appleboy/ssh-action/commit/a9e2fdf08d46817c815611f3989f7757048795bd): docs(readme): improve README structure and add new input variables ([@​appleboy](https://github.com/appleboy)) - [`6137f73`](https://github.com/appleboy/ssh-action/commit/6137f733fb6aad9941aaf990e4df5af3aef72d1c): docs: improve project documentation and organization ([@​appleboy](https://github.com/appleboy)) - [`b76e617`](https://github.com/appleboy/ssh-action/commit/b76e6173e8c2787083cd8d94b715e6a01844d137): docs(readme): standardize and format README files across languages ([@​appleboy](https://github.com/appleboy)) - [`4853185`](https://github.com/appleboy/ssh-action/commit/48531853a70097fbb21625def44933e73f9b3ec1): docs(readme): refactor README files to improve language link structure ([@​appleboy](https://github.com/appleboy)) - [`49751ff`](https://github.com/appleboy/ssh-action/commit/49751ff51697f88206b6c7a0f60f83d1a880b26d): docs: standardize `script_file` naming to `script_path` in documentation ([#​360](https://github.com/appleboy/ssh-action/issues/360)) ([@​appleboy](https://github.com/appleboy)) ### [`v1.2.0`](https://github.com/appleboy/ssh-action/releases/tag/v1.2.0) [Compare Source](https://github.com/appleboy/ssh-action/compare/v1.1.0...v1.2.0) #### Changelog ##### Features - [`703ffa3`](https://github.com/appleboy/ssh-action/commit/703ffa3c1ee959aa3694ac64b3a8a9bfa38c2c20): feat(actions): enhance system performance and API integration ([@​appleboy](https://github.com/appleboy)) ##### Bug fixes - [`3f14168`](https://github.com/appleboy/ssh-action/commit/3f1416813d34f7167832a87fe9607a99b05622a7): fix: typo in success message ([#​340](https://github.com/appleboy/ssh-action/issues/340)) ([@​1ukastesar](https://github.com/1ukastesar)) - [`25259c3`](https://github.com/appleboy/ssh-action/commit/25259c3d5059bb20c4b45bf5089d58098b0a5b93): fix: refactor and enhance API and testing infrastructure ([@​appleboy](https://github.com/appleboy)) ##### Enhancements - [`bb32884`](https://github.com/appleboy/ssh-action/commit/bb32884d53eb81279b477ae19ecf3d319978c768): chore: enhance CI/CD workflows and documentation formatting ([@​appleboy](https://github.com/appleboy)) - [`362a7f1`](https://github.com/appleboy/ssh-action/commit/362a7f1677aa40aaec6bb1d6fd119b2e080fd7f3): chore: support running commands from a file ([#​341](https://github.com/appleboy/ssh-action/issues/341)) ([@​kyle-leonhard](https://github.com/kyle-leonhard)) - [`176437b`](https://github.com/appleboy/ssh-action/commit/176437b5488c703fa41f14a89a8458192086f8f3): chore: refactor codebase for improved consistency and performance ([@​appleboy](https://github.com/appleboy)) ##### Refactor - [`bf84378`](https://github.com/appleboy/ssh-action/commit/bf84378588277d5361a4cb8b7b3b42912fc3fcab): refactor: refactor codebase and improve API performance ([@​appleboy](https://github.com/appleboy)) ##### Build process updates - [`2763143`](https://github.com/appleboy/ssh-action/commit/2763143a97c8f9c4e85766b7458183ec99341e81): ci(script): enhance CI workflows and API integration ([@​appleboy](https://github.com/appleboy)) - [`8b84eae`](https://github.com/appleboy/ssh-action/commit/8b84eaec3a216f1a0a6f56e15a7ab08f9975236a): ci(script): improve CI robustness and coverage across environments ([@​appleboy](https://github.com/appleboy)) ##### Documentation updates - [`ab698e5`](https://github.com/appleboy/ssh-action/commit/ab698e59d82afb1b65ffe8f70a0d482d744d6239): docs(readme): enhance network protocol support and testing ([@​appleboy](https://github.com/appleboy)) - [`7eaf766`](https://github.com/appleboy/ssh-action/commit/7eaf76671a0d7eec5d98ee897acda4f968735a17): docs(readme): update SSH action and enhance Chinese README files ([@​appleboy](https://github.com/appleboy)) ### [`v1.1.0`](https://github.com/appleboy/ssh-action/releases/tag/v1.1.0) [Compare Source](https://github.com/appleboy/ssh-action/compare/v1.0.3...v1.1.0) #### Changelog ##### Bug fixes - [`0c7561b`](https://github.com/appleboy/ssh-action/commit/0c7561b1a30e223b97730bb8b92671995d9fb1d0): fix: switch to SSH key authentication for security ([@​appleboy](https://github.com/appleboy)) ##### Enhancements - [`9b978f0`](https://github.com/appleboy/ssh-action/commit/9b978f09f2587beff9c80449f57cb0f0612d3039): chore: update SSH action version in README files ([@​appleboy](https://github.com/appleboy)) - [`1991c55`](https://github.com/appleboy/ssh-action/commit/1991c553ec29aeb9fe1cbffabfabe0c2f0ea891e): chore(file): update target file ([@​appleboy](https://github.com/appleboy)) - [`aa293c2`](https://github.com/appleboy/ssh-action/commit/aa293c24bb8b49499c238d2260b26a5ab2ee10e0): chore: optimize system configuration and API integration ([@​appleboy](https://github.com/appleboy)) - [`036cad7`](https://github.com/appleboy/ssh-action/commit/036cad7df774e9168d1de6c77d668c6a292d4540): chore: update drone-ssh to version 1.7.7 ([@​appleboy](https://github.com/appleboy)) - [`8b60782`](https://github.com/appleboy/ssh-action/commit/8b6078208d71a6d9364c7f23d78ca9b38bed48c0): chore(cli): enhance version handling and testing mechanisms ([@​appleboy](https://github.com/appleboy)) - [`5ade826`](https://github.com/appleboy/ssh-action/commit/5ade82648576fb5118b586573e9c607af4941b24): chore: improve CLI reliability and version visibility ([@​appleboy](https://github.com/appleboy)) - [`eaeb069`](https://github.com/appleboy/ssh-action/commit/eaeb06998d86f5e66259ee8dc3d0909612f0ce65): chore(cli): enhance curl command with silent mode and redirects ([@​appleboy](https://github.com/appleboy)) - [`58164d0`](https://github.com/appleboy/ssh-action/commit/58164d0dc2b76ba5c47e110152e94bfbd13ea235): chore: remove Dockerfile and related configurations ([@​appleboy](https://github.com/appleboy)) ##### Refactor - [`da612c8`](https://github.com/appleboy/ssh-action/commit/da612c801589d64bea89ca943c84fe1aae7a1d06): refactor: optimize CI pipeline for faster execution ([@​appleboy](https://github.com/appleboy)) ##### Build process updates - [`c781418`](https://github.com/appleboy/ssh-action/commit/c78141851a6d716353b2ce13c978924e0300775e): ci: enhance GitHub Actions for IPv6 and flexibility ([#​303](https://github.com/appleboy/ssh-action/issues/303)) ([@​appleboy](https://github.com/appleboy)) - [`d2d6858`](https://github.com/appleboy/ssh-action/commit/d2d68588591b705c406168accae85968a2f75c0d): ci: enhance GitHub workflow for SSH actions and deployments ([@​appleboy](https://github.com/appleboy)) - [`551964e`](https://github.com/appleboy/ssh-action/commit/551964ebda1034f0b5449d74db25c42e371ca1f7): ci: optimize GitHub Actions workflow configuration ([@​appleboy](https://github.com/appleboy)) - [`f916346`](https://github.com/appleboy/ssh-action/commit/f9163462563f649b27272d32e585525a5fe68d76): ci: refactor CI workflow and improve robustness ([#​320](https://github.com/appleboy/ssh-action/issues/320)) ([@​appleboy](https://github.com/appleboy)) - [`aabaf12`](https://github.com/appleboy/ssh-action/commit/aabaf1254d78efafd55cd5880a874e9715b4c6e8): ci: add bug report template ([@​appleboy](https://github.com/appleboy)) - [`c8594ae`](https://github.com/appleboy/ssh-action/commit/c8594ae37d5bd9a779dc12abd0236b1bcff70119): ci: implement GitHub Actions for remote SSH execution ([@​appleboy](https://github.com/appleboy)) - [`40aad53`](https://github.com/appleboy/ssh-action/commit/40aad53c5a18b2676371816d258458b2ccd56c50): ci: add SSH authentication setup for GitHub Actions ([@​appleboy](https://github.com/appleboy)) - [`0b0e770`](https://github.com/appleboy/ssh-action/commit/0b0e77098a4fa59703014092ddd6d2ad7267088f): ci: optimize and enhance SSH server workflow ([@​appleboy](https://github.com/appleboy)) - [`977b74a`](https://github.com/appleboy/ssh-action/commit/977b74a12d4201105f3b851126516847ed6b80b0): ci: enhance CI workflow with SSH job and optimizations ([@​appleboy](https://github.com/appleboy)) - [`2eeab5b`](https://github.com/appleboy/ssh-action/commit/2eeab5bdbadfcfd821c3f107a694803080f4b126): ci: refactor GitHub Actions key management ([@​appleboy](https://github.com/appleboy)) - [`acd41e5`](https://github.com/appleboy/ssh-action/commit/acd41e5091e04c5db86c78f86723e9baec27f452): ci: enhance SSH job testing with varied key/password scenarios ([@​appleboy](https://github.com/appleboy)) - [`f05aefe`](https://github.com/appleboy/ssh-action/commit/f05aefe3514f74f9cda4825a2a5d9905aa45ae2a): ci: enhance SSH action configuration and error handling ([@​appleboy](https://github.com/appleboy)) - [`e40b597`](https://github.com/appleboy/ssh-action/commit/e40b597081b0c96e4f93bee63cec35d4ea3b4d3a): ci: add GitHub Actions job for SSH key passphrase support ([@​appleboy](https://github.com/appleboy)) - [`15b64dc`](https://github.com/appleboy/ssh-action/commit/15b64dc8919f9e984dd7c4e96fdd5d74ccc03088): ci: enhance CI pipeline with SSH key handling improvements ([@​appleboy](https://github.com/appleboy)) - [`a39b3cc`](https://github.com/appleboy/ssh-action/commit/a39b3cce7dbd84fb06164ac1a60a27615417de71): ci: enhance CI/CD pipeline with SSH command execution ([@​appleboy](https://github.com/appleboy)) - [`815c574`](https://github.com/appleboy/ssh-action/commit/815c5743ac3927b147e22309d57a1f5a140a2d30): ci: enhance deployment with multi-host SSH action ([@​appleboy](https://github.com/appleboy)) - [`378323e`](https://github.com/appleboy/ssh-action/commit/378323e4c85be1bb394f07e5a3a3c7c687499829): ci: add multi-server support to CI workflow ([@​appleboy](https://github.com/appleboy)) - [`fc1c1fc`](https://github.com/appleboy/ssh-action/commit/fc1c1fce5140b0530a36d88286de8a29df8518bb): ci: add GitHub Actions job for [`ed25519`](https://github.com/appleboy/ssh-action/commit/ed25519) key support ([@​appleboy](https://github.com/appleboy)) - [`f0e5a23`](https://github.com/appleboy/ssh-action/commit/f0e5a23d530cb42b84b01340c5fb1a6ad570d4e8): ci: add environment variable handling in GitHub Actions ([@​appleboy](https://github.com/appleboy)) - [`9c32aa6`](https://github.com/appleboy/ssh-action/commit/9c32aa61f8c24f38e93a3282178429b314c14e8a): ci: refactor workflows and API integrations ([@​appleboy](https://github.com/appleboy)) - [`97f8d75`](https://github.com/appleboy/ssh-action/commit/97f8d752b568999364c7296fa08e33d68367e3fd): ci: enable root access in CI pipeline ([@​appleboy](https://github.com/appleboy)) - [`5a8776f`](https://github.com/appleboy/ssh-action/commit/5a8776fd157405e3e88da24413b04c2aaf01e99c): ci: switch to password authentication in GitHub workflow ([@​appleboy](https://github.com/appleboy)) - [`b6941ae`](https://github.com/appleboy/ssh-action/commit/b6941ae5d5746e351d7fede90e718688304d2b4a): ci: refactor codebase and optimize performance ([@​appleboy](https://github.com/appleboy)) - [`43895f2`](https://github.com/appleboy/ssh-action/commit/43895f2cd585d373b747690a3e7f9bdcdd09e1cd): ci: refactor SSH testing workflows and job configurations ([@​appleboy](https://github.com/appleboy)) - [`06fa62e`](https://github.com/appleboy/ssh-action/commit/06fa62e61cac6c39015db4efcde64776f56965c4): ci: rename the workflow files. ([@​appleboy](https://github.com/appleboy)) - [`b4a07ca`](https://github.com/appleboy/ssh-action/commit/b4a07ca5940a7dc94925e99f8e6eab3671b0fa64): ci: enhance GitHub Actions with secret variable support ([#​330](https://github.com/appleboy/ssh-action/issues/330)) ([@​appleboy](https://github.com/appleboy)) - [`25ce8cb`](https://github.com/appleboy/ssh-action/commit/25ce8cbbcb08177468c7ff7ec5cbfa236f9341e1): ci: implement automated release workflow with GoReleaser ([@​appleboy](https://github.com/appleboy)) ##### Documentation updates - [`8a779a5`](https://github.com/appleboy/ssh-action/commit/8a779a5b1a8a79465e63ce4724624b4755fed49b): docs: describe true usage of allenvs parameter ([#​301](https://github.com/appleboy/ssh-action/issues/301)) ([@​hussu010](https://github.com/hussu010)) - [`fe44be0`](https://github.com/appleboy/ssh-action/commit/fe44be0b96e09ca219322f172bc338fd0718a55b): docs: improve documentation and CI robustness ([@​appleboy](https://github.com/appleboy)) - [`dd0f09c`](https://github.com/appleboy/ssh-action/commit/dd0f09ca072e60babe3cc58ed83c66a86176300c): docs: improve README clarity and completeness ([@​appleboy](https://github.com/appleboy)) - [`71d43ea`](https://github.com/appleboy/ssh-action/commit/71d43ea0f75a1f73c9b0e4608c059783968ad29c): docs: improve documentation and testing configurations ([@​appleboy](https://github.com/appleboy)) - [`28428a1`](https://github.com/appleboy/ssh-action/commit/28428a13f5b0283d667b1c6501d144f15b059726): docs: improve cross-platform clipboard support for key copying ([@​appleboy](https://github.com/appleboy)) - [`d732991`](https://github.com/appleboy/ssh-action/commit/d732991ab09097d8c8f390d91385b0386e619598): docs(lang): README.zh-cn Document ([#​332](https://github.com/appleboy/ssh-action/issues/332)) ([@​astralwaveio](https://github.com/astralwaveio))
--- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). Reviewed-on: https://gitea.kovagoadi.hu/kovagoadi.hu/traefik/pulls/16 Co-authored-by: Renovate Bot Co-committed-by: Renovate Bot --- .gitea/workflows/workflow.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/workflow.yaml b/.gitea/workflows/workflow.yaml index fb04528..9c41ede 100644 --- a/.gitea/workflows/workflow.yaml +++ b/.gitea/workflows/workflow.yaml @@ -130,7 +130,7 @@ jobs: if: github.event_name == 'pull_request' && (github.event.action == 'closed' || github.event.pull_request.merged == true) steps: - name: Remove Remote Environment - uses: appleboy/ssh-action@029f5b4aeeeb58fdfe1410a5d17f967dacf36262 # v1.0.3 + uses: appleboy/ssh-action@823bd89e131d8d508129f9443cad5855e9ba96f0 # v1.2.4 with: host: ${{ env.SSH_HOST }} username: ${{ env.SSH_USER }} From a9a3f0b1866ac608e1178e4232c81f34fe702f2d Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Mon, 1 Dec 2025 10:06:21 +0100 Subject: [PATCH 2/2] Update easingthemes/ssh-deploy action to v5.1.1 (#17) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [easingthemes/ssh-deploy](https://github.com/easingthemes/ssh-deploy) | action | minor | `v5.0.0` -> `v5.1.1` | --- ### Release Notes
easingthemes/ssh-deploy (easingthemes/ssh-deploy) ### [`v5.1.1`](https://github.com/easingthemes/ssh-deploy/compare/v5.1.0...v5.1.1) [Compare Source](https://github.com/easingthemes/ssh-deploy/compare/v5.1.0...v5.1.1) ### [`v5.1.0`](https://github.com/easingthemes/ssh-deploy/releases/tag/v5.1.0) [Compare Source](https://github.com/easingthemes/ssh-deploy/compare/v5.0.3...v5.1.0) ##### What's Changed - Feature: Delete Script After Execution by [@​Armadillidiid](https://github.com/Armadillidiid) in [#​184](https://github.com/easingthemes/ssh-deploy/pull/184) ##### New Contributors - [@​Armadillidiid](https://github.com/Armadillidiid) made their first contribution in [#​184](https://github.com/easingthemes/ssh-deploy/pull/184) **Full Changelog**: ### [`v5.0.3`](https://github.com/easingthemes/ssh-deploy/releases/tag/v5.0.3) [Compare Source](https://github.com/easingthemes/ssh-deploy/compare/v5.0.2...v5.0.3) ##### What's Changed - Update actions to Node.js 20 by [@​alekw](https://github.com/alekw) in [#​180](https://github.com/easingthemes/ssh-deploy/pull/180) ##### New Contributors - [@​alekw](https://github.com/alekw) made their first contribution in [#​180](https://github.com/easingthemes/ssh-deploy/pull/180) **Full Changelog**: ### [`v5.0.2`](https://github.com/easingthemes/ssh-deploy/releases/tag/v5.0.2) [Compare Source](https://github.com/easingthemes/ssh-deploy/compare/v5.0.1...v5.0.2) ##### What's Changed - fix: added the missing declarations [#​177](https://github.com/easingthemes/ssh-deploy/issues/177) by [@​skyArony](https://github.com/skyArony) in [#​178](https://github.com/easingthemes/ssh-deploy/pull/178) ##### New Contributors - [@​skyArony](https://github.com/skyArony) made their first contribution in [#​178](https://github.com/easingthemes/ssh-deploy/pull/178) **Full Changelog**: ### [`v5.0.1`](https://github.com/easingthemes/ssh-deploy/compare/v5.0.0...v5.0.1) [Compare Source](https://github.com/easingthemes/ssh-deploy/compare/v5.0.0...v5.0.1)
--- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). Co-authored-by: kovagoadi Reviewed-on: https://gitea.kovagoadi.hu/kovagoadi.hu/traefik/pulls/17 Co-authored-by: Renovate Bot Co-committed-by: Renovate Bot --- .gitea/workflows/workflow.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitea/workflows/workflow.yaml b/.gitea/workflows/workflow.yaml index 9c41ede..b9f8aff 100644 --- a/.gitea/workflows/workflow.yaml +++ b/.gitea/workflows/workflow.yaml @@ -49,7 +49,7 @@ jobs: - uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4 - name: Deploy via Rsync & Docker - uses: easingthemes/ssh-deploy@16bb35ed0b6e568fa7554ebdf990fdc4c046b549 # v5.0.0 + uses: easingthemes/ssh-deploy@a1aa0b6cf96ce2406eef90faa35007a4a7bf0ac0 # v5.1.1 env: SSH_PRIVATE_KEY: ${{ env.SSH_PRIVATE_KEY }} REMOTE_HOST: ${{ env.SSH_HOST }} @@ -78,7 +78,7 @@ jobs: - uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4 - name: Deploy via Rsync & Docker - uses: easingthemes/ssh-deploy@16bb35ed0b6e568fa7554ebdf990fdc4c046b549 # v5.0.0 + uses: easingthemes/ssh-deploy@a1aa0b6cf96ce2406eef90faa35007a4a7bf0ac0 # v5.1.1 env: SSH_PRIVATE_KEY: ${{ env.SSH_PRIVATE_KEY }} REMOTE_HOST: ${{ env.SSH_HOST }} @@ -105,7 +105,7 @@ jobs: - uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4 - name: Deploy via Rsync & Docker - uses: easingthemes/ssh-deploy@16bb35ed0b6e568fa7554ebdf990fdc4c046b549 # v5.0.0 + uses: easingthemes/ssh-deploy@a1aa0b6cf96ce2406eef90faa35007a4a7bf0ac0 # v5.1.1 env: SSH_PRIVATE_KEY: ${{ env.SSH_PRIVATE_KEY }} REMOTE_HOST: ${{ env.SSH_HOST }}