java-sdk
java-sdk copied to clipboard
chore(deps): bump the dependencies group with 3 updates
Bumps the dependencies group with 3 updates: actions/checkout, actions/setup-java and gradle/actions.
Updates actions/checkout from 4.1.7 to 4.2.0
Release notes
Sourced from actions/checkout's releases.
v4.2.0
What's Changed
- Add Ref and Commit outputs by
@lucacomein actions/checkout#1180- Dependabot updates in actions/checkout#1777 & actions/checkout#1872
New Contributors
@yasonkmade their first contribution in actions/checkout#1869@lucacomemade their first contribution in actions/checkout#1180Full Changelog: https://github.com/actions/checkout/compare/v4.1.7...v4.2.0
Changelog
Sourced from actions/checkout's changelog.
Changelog
v4.2.0
- Add Ref and Commit outputs by
@lucacomein actions/checkout#1180- Dependency updates by
@dependabot- actions/checkout#1777, actions/checkout#1872v4.1.7
- Bump the minor-npm-dependencies group across 1 directory with 4 updates by
@dependabotin actions/checkout#1739- Bump actions/checkout from 3 to 4 by
@dependabotin actions/checkout#1697- Check out other refs/* by commit by
@orhantoyin actions/checkout#1774- Pin actions/checkout's own workflows to a known, good, stable version. by
@jww3in actions/checkout#1776v4.1.6
- Check platform to set archive extension appropriately by
@cory-millerin actions/checkout#1732v4.1.5
- Update NPM dependencies by
@cory-millerin actions/checkout#1703- Bump github/codeql-action from 2 to 3 by
@dependabotin actions/checkout#1694- Bump actions/setup-node from 1 to 4 by
@dependabotin actions/checkout#1696- Bump actions/upload-artifact from 2 to 4 by
@dependabotin actions/checkout#1695- README: Suggest
user.emailto be41898282+github-actions[bot]@users.noreply.github.comby@cory-millerin actions/checkout#1707v4.1.4
- Disable
extensions.worktreeConfigwhen disablingsparse-checkoutby@jww3in actions/checkout#1692- Add dependabot config by
@cory-millerin actions/checkout#1688- Bump the minor-actions-dependencies group with 2 updates by
@dependabotin actions/checkout#1693- Bump word-wrap from 1.2.3 to 1.2.5 by
@dependabotin actions/checkout#1643v4.1.3
- Check git version before attempting to disable
sparse-checkoutby@jww3in actions/checkout#1656- Add SSH user parameter by
@cory-millerin actions/checkout#1685- Update
actions/checkoutversion inupdate-main-version.ymlby@jww3in actions/checkout#1650v4.1.2
- Fix: Disable sparse checkout whenever
sparse-checkoutoption is not present@dschoin actions/checkout#1598v4.1.1
- Correct link to GitHub Docs by
@peterbein actions/checkout#1511- Link to release page from what's new section by
@cory-millerin actions/checkout#1514v4.1.0
v4.0.0
v3.6.0
... (truncated)
Commits
d632683Prepare 4.2.0 release (#1878)6d193bfBump braces from 3.0.2 to 3.0.3 (#1777)db0cee9Bump the minor-npm-dependencies group across 1 directory with 4 updates (#1872)b684943Add Ref and Commit outputs (#1180)2d7d9f7Provide explanation for where user email came from (#1869)9a9194fBump docker/build-push-action from 5.3.0 to 6.5.0 (#1832)dd960bdBump docker/login-action in the minor-actions-dependencies group (#1831)- See full diff in compare view
Updates actions/setup-java from 4.2.2 to 4.4.0
Release notes
Sourced from actions/setup-java's releases.
v4.4.0
What's Changed
Add-ons :
- Add support for Oracle GraalVM by
@fniephausin actions/setup-java#501steps: - name: Checkout uses: actions/checkout@v4 - name: Setup-java uses: actions/setup-java@v4 with: distribution: 'graalvm' java-version: '21'
- Add workflow file for publishing releases to immutable action package by
@Jcambassin actions/setup-java#684Bug fixes :
- Add architecture to cache key by
@Zxillyin actions/setup-java#664 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.- Resolve check failures by
@aparnajyothi-yin actions/setup-java#687New Contributors
@Jcambassmade their first contribution in actions/setup-java#684@Zxillymade their first contribution in actions/setup-java#664Full Changelog: https://github.com/actions/setup-java/compare/v4...v4.4.0
v4.3.0
What's Changed
steps: - name: Checkout uses: actions/checkout@v4 - name: Setup-java uses: actions/setup-java@v4 with: distribution: 'sapmachine' java-version: '21'Bug fixes :
Fix typos on Corretto by @johnshajiang in [#666](https://github.com/actions/setup-java/issues/666)IBM Semeru Enhancement on arm64 by @mahabaleshwars in [#677](https://github.com/actions/setup-java/issues/677)Resolve Basic Validation Check Failures by @aparnajyothi-y in [#682](https://github.com/actions/setup-java/issues/682)
... (truncated)
Commits
b36c23ccheck-dist-failure-fix (#687)40b9536fix: add arch to cache key (#664)0a40ce6Add support for Oracle GraalVM (#501)bcfbca5Merge pull request #684 from actions/Jcambass-patch-178eae79Add workflow file for publishing releases to immutable action package2dfa201basic validation failure fix (#682)7467385feat: add support for SapMachine JDK/JRE (#614)8e04ddfUpdate Error Messages and Fix Architecture Detection for IBM Semeru (#677)67fbd72Fix typos on Corretto (#665) (#666)- See full diff in compare view
Updates gradle/actions from 4.0.1 to 4.1.0
Release notes
Sourced from gradle/actions's releases.
v4.1.0
This release brings some minor improvements:
- The latest release of Gradle is no longer required to perform cache-cleanup. If Gradle is found to on the PATH and the version meets minimum version requirements, then the version on PATH is used for cache-cleanup and Gradle is not downloaded.
- Fixes a bug where setting the
develocity-token-expiryparameter had no effect (#381)- Numerous NPM dependency updates
Full Changelog: https://github.com/gradle/actions/compare/v4.0.1...v4.1.0
Commits
d156388Bump path-to-regexp from 6.2.1 to 6.3.0 in /sources2e93f41Bump the npm-dependencies group across 1 directory with 2 updatesee8dc90[bot] Update dist directory5fe9264Bump references to Develocity Gradle plugin from 3.18 to 3.18.129d4d80Bump the npm-dependencies group across 1 directory with 3 updates478782dBump peter-evans/create-pull-request in the github-actions groupe6215ed[bot] Update dist directory765a734Fix passing expiresInHours query parametera122cf5Document develocity-token-expiry parameter5baa1de[bot] Update dist directory- 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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill 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 versionwill 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