Commit Graph

4 Commits

Author SHA1 Message Date
7179e72a3f ci: update GitHub workflows to use latest action versions
Some checks failed
v1 version / test scp action (push) Failing after 9s
v1 version / test deploy artifact (push) Failing after 9s
v1 version / test changed-files (push) Failing after 11s
v1 version / test target folder (push) Failing after 12s
v1 version / test Multiple Host (push) Failing after 13s
lint and test / test scp action (push) Failing after 13s
lint and test / test deploy artifact (push) Failing after 13s
lint and test / test changed-files (push) Failing after 14s
lint and test / test target folder (push) Failing after 15s
lint and test / test Multiple Host (push) Failing after 16s
- Update actions/setup-go to v6 in the goreleaser workflow
- Update tj-actions/changed-files to v47 in stable and testing workflows

Signed-off-by: appleboy <appleboy.tw@gmail.com>
2025-09-16 22:58:49 +08:00
9132c85c5f ci: update GitHub Actions to latest major versions
- Update actions/checkout to version 5 throughout workflow files
- Update actions/download-artifact to version 5
- Update tj-actions/changed-files to version 46 in the testing workflow

Signed-off-by: appleboy <appleboy.tw@gmail.com>
2025-08-31 10:04:38 +08:00
35c03a241d ci: rename testing workflow to clarify versioning
- Update workflow name from "testing v1" to "v1 version"

Signed-off-by: appleboy <appleboy.tw@gmail.com>
2025-04-27 12:46:01 +08:00
8b7c180c3f ci: add comprehensive GitHub Actions tests for scp-action
- Add GitHub Actions workflow to test multiple scp-action configurations and scenarios
- Include job to test deployment of uploaded and downloaded artifacts via scp
- Include job to copy only changed files detected by tj-actions/changed-files
- Add test for stripping leading path components when copying files
- Add coverage for copying files to single and multiple hosts, including target folder variations
- Test scp-action usage with both SSH key and password authentication, with and without passphrases, and option for insecure cipher

Signed-off-by: appleboy <appleboy.tw@gmail.com>
2025-04-27 12:45:00 +08:00