Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
v4.1.7
->v4.2.2
v4.2.1
->v4.5.0
v4.3.4
->v4.4.3
v1.0.3
->v1.1.0
v3.25.11
->v3.27.0
v3.4.2
->v3.5.0
Release Notes
actions/checkout (actions/checkout)
v4.2.2
Compare Source
url-helper.ts
now leverages well-known environment variables by @jww3 in https://github.com/actions/checkout/pull/1941isGhes
by @jww3 in https://github.com/actions/checkout/pull/1946v4.2.1
Compare Source
v4.2.0
Compare Source
actions/setup-java (actions/setup-java)
v4.5.0
Compare Source
What's Changed
Bug fixes:
isGhes
logic by @jww3 in #697New Contributors:
Full Changelog: actions/setup-java@v4...v4.5.0
v4.4.0
Compare Source
What's Changed
Add-ons :
Bug fixes :
This addresses issues with caching by adding the architecture (arch) to the cache key, ensuring that cache keys are accurate to prevent conflicts.
Note: This change may break previous cache keys as they will no longer be compatible with the new format.
New Contributors
Full Changelog: actions/setup-java@v4...v4.4.0
v4.3.0
Compare Source
v4.2.2
Compare Source
What's Changed
Bug fixes:
Documentation changes
Dependency updates:
Full Changelog: actions/setup-java@v4...v4.2.2
actions/upload-artifact (actions/upload-artifact)
v4.4.3
Compare Source
What's Changed
Full Changelog: actions/upload-artifact@v4.4.2...v4.4.3
v4.4.2
Compare Source
What's Changed
@actions/artifact
to 2.1.11 by @robherley in https://github.com/actions/upload-artifact/pull/627Full Changelog: actions/upload-artifact@v4.4.1...v4.4.2
v4.4.1
Compare Source
What's Changed
New Contributors
Full Changelog: actions/upload-artifact@v4.4.0...v4.4.1
v4.4.0
Compare Source
v4.3.6
Compare Source
v4.3.5
Compare Source
appleboy/ssh-action (appleboy/ssh-action)
v1.1.0
Compare Source
Changelog
Bug fixes
0c7561b
: fix: switch to SSH key authentication for security (@appleboy)Enhancements
9b978f0
: chore: update SSH action version in README files (@appleboy)1991c55
: chore(file): update target file (@appleboy)aa293c2
: chore: optimize system configuration and API integration (@appleboy)036cad7
: chore: update drone-ssh to version 1.7.7 (@appleboy)8b60782
: chore(cli): enhance version handling and testing mechanisms (@appleboy)5ade826
: chore: improve CLI reliability and version visibility (@appleboy)eaeb069
: chore(cli): enhance curl command with silent mode and redirects (@appleboy)58164d0
: chore: remove Dockerfile and related configurations (@appleboy)Refactor
da612c8
: refactor: optimize CI pipeline for faster execution (@appleboy)Build process updates
c781418
: ci: enhance GitHub Actions for IPv6 and flexibility (#303) (@appleboy)d2d6858
: ci: enhance GitHub workflow for SSH actions and deployments (@appleboy)551964e
: ci: optimize GitHub Actions workflow configuration (@appleboy)f916346
: ci: refactor CI workflow and improve robustness (#320) (@appleboy)aabaf12
: ci: add bug report template (@appleboy)c8594ae
: ci: implement GitHub Actions for remote SSH execution (@appleboy)40aad53
: ci: add SSH authentication setup for GitHub Actions (@appleboy)0b0e770
: ci: optimize and enhance SSH server workflow (@appleboy)977b74a
: ci: enhance CI workflow with SSH job and optimizations (@appleboy)2eeab5b
: ci: refactor GitHub Actions key management (@appleboy)acd41e5
: ci: enhance SSH job testing with varied key/password scenarios (@appleboy)f05aefe
: ci: enhance SSH action configuration and error handling (@appleboy)e40b597
: ci: add GitHub Actions job for SSH key passphrase support (@appleboy)15b64dc
: ci: enhance CI pipeline with SSH key handling improvements (@appleboy)a39b3cc
: ci: enhance CI/CD pipeline with SSH command execution (@appleboy)815c574
: ci: enhance deployment with multi-host SSH action (@appleboy)378323e
: ci: add multi-server support to CI workflow (@appleboy)fc1c1fc
: ci: add GitHub Actions job fored25519
key support (@appleboy)f0e5a23
: ci: add environment variable handling in GitHub Actions (@appleboy)9c32aa6
: ci: refactor workflows and API integrations (@appleboy)97f8d75
: ci: enable root access in CI pipeline (@appleboy)5a8776f
: ci: switch to password authentication in GitHub workflow (@appleboy)b6941ae
: ci: refactor codebase and optimize performance (@appleboy)43895f2
: ci: refactor SSH testing workflows and job configurations (@appleboy)06fa62e
: ci: rename the workflow files. (@appleboy)b4a07ca
: ci: enhance GitHub Actions with secret variable support (#330) (@appleboy)25ce8cb
: ci: implement automated release workflow with GoReleaser (@appleboy)Documentation updates
8a779a5
: docs: describe true usage of allenvs parameter (#301) (@hussu010)fe44be0
: docs: improve documentation and CI robustness (@appleboy)dd0f09c
: docs: improve README clarity and completeness (@appleboy)71d43ea
: docs: improve documentation and testing configurations (@appleboy)28428a1
: docs: improve cross-platform clipboard support for key copying (@appleboy)d732991
: docs(lang): README.zh-cn Document (#332) (@astralwaveio)github/codeql-action (github/codeql-action)
v3.27.0
Compare Source
CodeQL Action Changelog
See the releases page for the relevant changes to the CodeQL CLI and language packs.
Note that the only difference between
v2
andv3
of the CodeQL Action is the node version they support, withv3
running on node 20 while we continue to releasev2
to support running on node 16. For example3.22.11
was the firstv3
release and is functionally identical to2.22.11
. This approach ensures an easy way to track exactly which features are included in different versions, indicated by the minor and patch version numbers.3.27.0 - 22 Oct 2024
upload-sarif
Action would fail with "upload-sarif post-action step failed: Input required and not supplied: token" when called in a composite Action that had a different set of inputs to the ones expected by theupload-sarif
Action. #2557See the full CHANGELOG.md for more information.
v3.26.13
Compare Source
v3.26.12
Compare Source
v3.26.11
Compare Source
v3.26.10
Compare Source
v3.26.9
Compare Source
v3.26.8
Compare Source
v3.26.7
Compare Source
v3.26.6
Compare Source
v3.26.5
Compare Source
v3.26.4
Compare Source
v3.26.3
Compare Source
v3.26.2
Compare Source
v3.26.1
Compare Source
v3.26.0
Compare Source
v3.25.15
Compare Source
v3.25.14
Compare Source
v3.25.13
Compare Source
v3.25.12
Compare Source
gradle/actions (gradle/actions)
v3.5.0
Compare Source
This release contains a major upgrade to
gradle-home-cache-cleanup
as well as improvements to dependency-submission.What's Changed
Full Changelog: gradle/actions@v3.4.2...v3.5.0
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.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.