Skip to content

Commit ca34734

Browse files
Bump the actions group with 4 updates (#2150)
Bumps the actions group with 4 updates: [actions/checkout](https://github.com/actions/checkout), [actions/setup-java](https://github.com/actions/setup-java), [s4u/maven-settings-action](https://github.com/s4u/maven-settings-action) and [crazy-max/ghaction-import-gpg](https://github.com/crazy-max/ghaction-import-gpg). Updates `actions/checkout` from 4 to 6 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/actions/checkout/releases">actions/checkout's releases</a>.</em></p> <blockquote> <h2>v6.0.0</h2> <h2>What's Changed</h2> <ul> <li>Update README to include Node.js 24 support details and requirements by <a href="https://github.com/salmanmkc"><code>@​salmanmkc</code></a> in <a href="https://redirect.github.com/actions/checkout/pull/2248">actions/checkout#2248</a></li> <li>Persist creds to a separate file by <a href="https://github.com/ericsciple"><code>@​ericsciple</code></a> in <a href="https://redirect.github.com/actions/checkout/pull/2286">actions/checkout#2286</a></li> <li>v6-beta by <a href="https://github.com/ericsciple"><code>@​ericsciple</code></a> in <a href="https://redirect.github.com/actions/checkout/pull/2298">actions/checkout#2298</a></li> <li>update readme/changelog for v6 by <a href="https://github.com/ericsciple"><code>@​ericsciple</code></a> in <a href="https://redirect.github.com/actions/checkout/pull/2311">actions/checkout#2311</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/actions/checkout/compare/v5.0.0...v6.0.0">https://github.com/actions/checkout/compare/v5.0.0...v6.0.0</a></p> <h2>v6-beta</h2> <h2>What's Changed</h2> <p>Updated persist-credentials to store the credentials under <code>$RUNNER_TEMP</code> instead of directly in the local git config.</p> <p>This requires a minimum Actions Runner version of <a href="https://github.com/actions/runner/releases/tag/v2.329.0">v2.329.0</a> to access the persisted credentials for <a href="https://docs.github.com/en/actions/tutorials/use-containerized-services/create-a-docker-container-action">Docker container action</a> scenarios.</p> <h2>v5.0.1</h2> <h2>What's Changed</h2> <ul> <li>Port v6 cleanup to v5 by <a href="https://github.com/ericsciple"><code>@​ericsciple</code></a> in <a href="https://redirect.github.com/actions/checkout/pull/2301">actions/checkout#2301</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/actions/checkout/compare/v5...v5.0.1">https://github.com/actions/checkout/compare/v5...v5.0.1</a></p> <h2>v5.0.0</h2> <h2>What's Changed</h2> <ul> <li>Update actions checkout to use node 24 by <a href="https://github.com/salmanmkc"><code>@​salmanmkc</code></a> in <a href="https://redirect.github.com/actions/checkout/pull/2226">actions/checkout#2226</a></li> <li>Prepare v5.0.0 release by <a href="https://github.com/salmanmkc"><code>@​salmanmkc</code></a> in <a href="https://redirect.github.com/actions/checkout/pull/2238">actions/checkout#2238</a></li> </ul> <h2>⚠️ Minimum Compatible Runner Version</h2> <p><strong>v2.327.1</strong><br /> <a href="https://github.com/actions/runner/releases/tag/v2.327.1">Release Notes</a></p> <p>Make sure your runner is updated to this version or newer to use this release.</p> <p><strong>Full Changelog</strong>: <a href="https://github.com/actions/checkout/compare/v4...v5.0.0">https://github.com/actions/checkout/compare/v4...v5.0.0</a></p> <h2>v4.3.1</h2> <h2>What's Changed</h2> <ul> <li>Port v6 cleanup to v4 by <a href="https://github.com/ericsciple"><code>@​ericsciple</code></a> in <a href="https://redirect.github.com/actions/checkout/pull/2305">actions/checkout#2305</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/actions/checkout/compare/v4...v4.3.1">https://github.com/actions/checkout/compare/v4...v4.3.1</a></p> <h2>v4.3.0</h2> <h2>What's Changed</h2> <ul> <li>docs: update README.md by <a href="https://github.com/motss"><code>@​motss</code></a> in <a href="https://redirect.github.com/actions/checkout/pull/1971">actions/checkout#1971</a></li> <li>Add internal repos for checking out multiple repositories by <a href="https://github.com/mouismail"><code>@​mouismail</code></a> in <a href="https://redirect.github.com/actions/checkout/pull/1977">actions/checkout#1977</a></li> <li>Documentation update - add recommended permissions to Readme by <a href="https://github.com/benwells"><code>@​benwells</code></a> in <a href="https://redirect.github.com/actions/checkout/pull/2043">actions/checkout#2043</a></li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/actions/checkout/blob/main/CHANGELOG.md">actions/checkout's changelog</a>.</em></p> <blockquote> <h1>Changelog</h1> <h2>v6.0.2</h2> <ul> <li>Fix tag handling: preserve annotations and explicit fetch-tags by <a href="https://github.com/ericsciple"><code>@​ericsciple</code></a> in <a href="https://redirect.github.com/actions/checkout/pull/2356">actions/checkout#2356</a></li> </ul> <h2>v6.0.1</h2> <ul> <li>Add worktree support for persist-credentials includeIf by <a href="https://github.com/ericsciple"><code>@​ericsciple</code></a> in <a href="https://redirect.github.com/actions/checkout/pull/2327">actions/checkout#2327</a></li> </ul> <h2>v6.0.0</h2> <ul> <li>Persist creds to a separate file by <a href="https://github.com/ericsciple"><code>@​ericsciple</code></a> in <a href="https://redirect.github.com/actions/checkout/pull/2286">actions/checkout#2286</a></li> <li>Update README to include Node.js 24 support details and requirements by <a href="https://github.com/salmanmkc"><code>@​salmanmkc</code></a> in <a href="https://redirect.github.com/actions/checkout/pull/2248">actions/checkout#2248</a></li> </ul> <h2>v5.0.1</h2> <ul> <li>Port v6 cleanup to v5 by <a href="https://github.com/ericsciple"><code>@​ericsciple</code></a> in <a href="https://redirect.github.com/actions/checkout/pull/2301">actions/checkout#2301</a></li> </ul> <h2>v5.0.0</h2> <ul> <li>Update actions checkout to use node 24 by <a href="https://github.com/salmanmkc"><code>@​salmanmkc</code></a> in <a href="https://redirect.github.com/actions/checkout/pull/2226">actions/checkout#2226</a></li> </ul> <h2>v4.3.1</h2> <ul> <li>Port v6 cleanup to v4 by <a href="https://github.com/ericsciple"><code>@​ericsciple</code></a> in <a href="https://redirect.github.com/actions/checkout/pull/2305">actions/checkout#2305</a></li> </ul> <h2>v4.3.0</h2> <ul> <li>docs: update README.md by <a href="https://github.com/motss"><code>@​motss</code></a> in <a href="https://redirect.github.com/actions/checkout/pull/1971">actions/checkout#1971</a></li> <li>Add internal repos for checking out multiple repositories by <a href="https://github.com/mouismail"><code>@​mouismail</code></a> in <a href="https://redirect.github.com/actions/checkout/pull/1977">actions/checkout#1977</a></li> <li>Documentation update - add recommended permissions to Readme by <a href="https://github.com/benwells"><code>@​benwells</code></a> in <a href="https://redirect.github.com/actions/checkout/pull/2043">actions/checkout#2043</a></li> <li>Adjust positioning of user email note and permissions heading by <a href="https://github.com/joshmgross"><code>@​joshmgross</code></a> in <a href="https://redirect.github.com/actions/checkout/pull/2044">actions/checkout#2044</a></li> <li>Update README.md by <a href="https://github.com/nebuk89"><code>@​nebuk89</code></a> in <a href="https://redirect.github.com/actions/checkout/pull/2194">actions/checkout#2194</a></li> <li>Update CODEOWNERS for actions by <a href="https://github.com/TingluoHuang"><code>@​TingluoHuang</code></a> in <a href="https://redirect.github.com/actions/checkout/pull/2224">actions/checkout#2224</a></li> <li>Update package dependencies by <a href="https://github.com/salmanmkc"><code>@​salmanmkc</code></a> in <a href="https://redirect.github.com/actions/checkout/pull/2236">actions/checkout#2236</a></li> </ul> <h2>v4.2.2</h2> <ul> <li><code>url-helper.ts</code> now leverages well-known environment variables by <a href="https://github.com/jww3"><code>@​jww3</code></a> in <a href="https://redirect.github.com/actions/checkout/pull/1941">actions/checkout#1941</a></li> <li>Expand unit test coverage for <code>isGhes</code> by <a href="https://github.com/jww3"><code>@​jww3</code></a> in <a href="https://redirect.github.com/actions/checkout/pull/1946">actions/checkout#1946</a></li> </ul> <h2>v4.2.1</h2> <ul> <li>Check out other refs/* by commit if provided, fall back to ref by <a href="https://github.com/orhantoy"><code>@​orhantoy</code></a> in <a href="https://redirect.github.com/actions/checkout/pull/1924">actions/checkout#1924</a></li> </ul> <h2>v4.2.0</h2> <ul> <li>Add Ref and Commit outputs by <a href="https://github.com/lucacome"><code>@​lucacome</code></a> in <a href="https://redirect.github.com/actions/checkout/pull/1180">actions/checkout#1180</a></li> <li>Dependency updates by <a href="https://github.com/dependabot"><code>@​dependabot</code></a>- <a href="https://redirect.github.com/actions/checkout/pull/1777">actions/checkout#1777</a>, <a href="https://redirect.github.com/actions/checkout/pull/1872">actions/checkout#1872</a></li> </ul> <h2>v4.1.7</h2> <ul> <li>Bump the minor-npm-dependencies group across 1 directory with 4 updates by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/actions/checkout/pull/1739">actions/checkout#1739</a></li> <li>Bump actions/checkout from 3 to 4 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/actions/checkout/pull/1697">actions/checkout#1697</a></li> <li>Check out other refs/* by commit by <a href="https://github.com/orhantoy"><code>@​orhantoy</code></a> in <a href="https://redirect.github.com/actions/checkout/pull/1774">actions/checkout#1774</a></li> <li>Pin actions/checkout's own workflows to a known, good, stable version. by <a href="https://github.com/jww3"><code>@​jww3</code></a> in <a href="https://redirect.github.com/actions/checkout/pull/1776">actions/checkout#1776</a></li> </ul> <h2>v4.1.6</h2> <ul> <li>Check platform to set archive extension appropriately by <a href="https://github.com/cory-miller"><code>@​cory-miller</code></a> in <a href="https://redirect.github.com/actions/checkout/pull/1732">actions/checkout#1732</a></li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/actions/checkout/commit/de0fac2e4500dabe0009e67214ff5f5447ce83dd"><code>de0fac2</code></a> Fix tag handling: preserve annotations and explicit fetch-tags (<a href="https://redirect.github.com/actions/checkout/issues/2356">#2356</a>)</li> <li><a href="https://github.com/actions/checkout/commit/064fe7f3312418007dea2b49a19844a9ee378f49"><code>064fe7f</code></a> Add orchestration_id to git user-agent when ACTIONS_ORCHESTRATION_ID is set (...</li> <li><a href="https://github.com/actions/checkout/commit/8e8c483db84b4bee98b60c0593521ed34d9990e8"><code>8e8c483</code></a> Clarify v6 README (<a href="https://redirect.github.com/actions/checkout/issues/2328">#2328</a>)</li> <li><a href="https://github.com/actions/checkout/commit/033fa0dc0b82693d8986f1016a0ec2c5e7d9cbb1"><code>033fa0d</code></a> Add worktree support for persist-credentials includeIf (<a href="https://redirect.github.com/actions/checkout/issues/2327">#2327</a>)</li> <li><a href="https://github.com/actions/checkout/commit/c2d88d3ecc89a9ef08eebf45d9637801dcee7eb5"><code>c2d88d3</code></a> Update all references from v5 and v4 to v6 (<a href="https://redirect.github.com/actions/checkout/issues/2314">#2314</a>)</li> <li><a href="https://github.com/actions/checkout/commit/1af3b93b6815bc44a9784bd300feb67ff0d1eeb3"><code>1af3b93</code></a> update readme/changelog for v6 (<a href="https://redirect.github.com/actions/checkout/issues/2311">#2311</a>)</li> <li><a href="https://github.com/actions/checkout/commit/71cf2267d89c5cb81562390fa70a37fa40b1305e"><code>71cf226</code></a> v6-beta (<a href="https://redirect.github.com/actions/checkout/issues/2298">#2298</a>)</li> <li><a href="https://github.com/actions/checkout/commit/069c6959146423d11cd0184e6accf28f9d45f06e"><code>069c695</code></a> Persist creds to a separate file (<a href="https://redirect.github.com/actions/checkout/issues/2286">#2286</a>)</li> <li><a href="https://github.com/actions/checkout/commit/ff7abcd0c3c05ccf6adc123a8cd1fd4fb30fb493"><code>ff7abcd</code></a> Update README to include Node.js 24 support details and requirements (<a href="https://redirect.github.com/actions/checkout/issues/2248">#2248</a>)</li> <li><a href="https://github.com/actions/checkout/commit/08c6903cd8c0fde910a37f88322edcfb5dd907a8"><code>08c6903</code></a> Prepare v5.0.0 release (<a href="https://redirect.github.com/actions/checkout/issues/2238">#2238</a>)</li> <li>Additional commits viewable in <a href="https://github.com/actions/checkout/compare/v4...v6">compare view</a></li> </ul> </details> <br /> Updates `actions/setup-java` from 4 to 5 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/actions/setup-java/releases">actions/setup-java's releases</a>.</em></p> <blockquote> <h2>v5.0.0</h2> <h2>What's Changed</h2> <h3>Breaking Changes</h3> <ul> <li>Upgrade to node 24 by <a href="https://github.com/salmanmkc"><code>@​salmanmkc</code></a> in <a href="https://redirect.github.com/actions/setup-java/pull/888">actions/setup-java#888</a></li> </ul> <p>Make sure your runner is updated to this version or newer to use this release. v2.327.1 <a href="https://github.com/actions/runner/releases/tag/v2.327.1">Release Notes</a></p> <h3>Dependency Upgrades</h3> <ul> <li>Upgrade Publish Immutable Action by <a href="https://github.com/HarithaVattikuti"><code>@​HarithaVattikuti</code></a> in <a href="https://redirect.github.com/actions/setup-java/pull/798">actions/setup-java#798</a></li> <li>Upgrade eslint-plugin-jest from 27.9.0 to 28.11.0 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a>[bot] in <a href="https://redirect.github.com/actions/setup-java/pull/730">actions/setup-java#730</a></li> <li>Upgrade undici from 5.28.5 to 5.29.0 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a>[bot] in <a href="https://redirect.github.com/actions/setup-java/pull/833">actions/setup-java#833</a></li> <li>Upgrade form-data to bring in fix for critical vulnerability by <a href="https://github.com/gowridurgad"><code>@​gowridurgad</code></a> in <a href="https://redirect.github.com/actions/setup-java/pull/887">actions/setup-java#887</a></li> <li>Upgrade actions/checkout from 4 to 5 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a>[bot] in <a href="https://redirect.github.com/actions/setup-java/pull/896">actions/setup-java#896</a></li> </ul> <h3>Bug Fixes</h3> <ul> <li>Prevent default installation of JetBrains pre-releases by <a href="https://github.com/priyagupta108"><code>@​priyagupta108</code></a> in <a href="https://redirect.github.com/actions/setup-java/pull/859">actions/setup-java#859</a></li> <li>Improve Error Handling for Setup-Java Action to Help Debug Intermittent Failures by <a href="https://github.com/gowridurgad"><code>@​gowridurgad</code></a> in <a href="https://redirect.github.com/actions/setup-java/pull/848">actions/setup-java#848</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/gowridurgad"><code>@​gowridurgad</code></a> made their first contribution in <a href="https://redirect.github.com/actions/setup-java/pull/848">actions/setup-java#848</a></li> <li><a href="https://github.com/salmanmkc"><code>@​salmanmkc</code></a> made their first contribution in <a href="https://redirect.github.com/actions/setup-java/pull/888">actions/setup-java#888</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/actions/setup-java/compare/v4...v5.0.0">https://github.com/actions/setup-java/compare/v4...v5.0.0</a></p> <h2>v4.8.0</h2> <h2>What's Changed</h2> <ul> <li>License and Audit Fixes by <a href="https://github.com/HarithaVattikuti"><code>@​HarithaVattikuti</code></a> in <a href="https://redirect.github.com/actions/setup-java/pull/960">actions/setup-java#960</a></li> <li>Update SapMachine URLs by <a href="https://github.com/RealCLanger"><code>@​RealCLanger</code></a> in <a href="https://redirect.github.com/actions/setup-java/pull/965">actions/setup-java#965</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/actions/setup-java/compare/v4...v4.8.0">https://github.com/actions/setup-java/compare/v4...v4.8.0</a></p> <h2>v4.7.1</h2> <h2>What's Changed</h2> <h3>Documentation changes</h3> <ul> <li>Add Documentation to Recommend Using GraalVM JDK 17 Version to 17.0.12 to Align with GFTC License Terms by <a href="https://github.com/aparnajyothi-y"><code>@​aparnajyothi-y</code></a> in <a href="https://redirect.github.com/actions/setup-java/pull/704">actions/setup-java#704</a></li> <li>Remove duplicated GraalVM section in documentation by <a href="https://github.com/Marcono1234"><code>@​Marcono1234</code></a> in <a href="https://redirect.github.com/actions/setup-java/pull/716">actions/setup-java#716</a></li> </ul> <h3>Dependency updates:</h3> <ul> <li>Upgrade <code>@​action/cache</code> from 4.0.0 to 4.0.2 by <a href="https://github.com/aparnajyothi-y"><code>@​aparnajyothi-y</code></a> in <a href="https://redirect.github.com/actions/setup-java/pull/766">actions/setup-java#766</a></li> <li>Upgrade <code>@​actions/glob</code> from 0.4.0 to 0.5.0 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/actions/setup-java/pull/744">actions/setup-java#744</a></li> <li>Upgrade ts-jest from 29.1.2 to 29.2.5 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/actions/setup-java/pull/743">actions/setup-java#743</a></li> <li>Upgrade <code>@​action/cache</code> to 4.0.3 by <a href="https://github.com/aparnajyothi-y"><code>@​aparnajyothi-y</code></a> in <a href="https://redirect.github.com/actions/setup-java/pull/773">actions/setup-java#773</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/actions/setup-java/compare/v4...v4.7.1">https://github.com/actions/setup-java/compare/v4...v4.7.1</a></p> <h2>v4.7.0</h2> <h2>What's Changed</h2> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/actions/setup-java/commit/be666c2fcd27ec809703dec50e508c2fdc7f6654"><code>be666c2</code></a> Chore: Version Update and Checkout Update to v6 (<a href="https://redirect.github.com/actions/setup-java/issues/973">#973</a>)</li> <li><a href="https://github.com/actions/setup-java/commit/f7a6fefba97e80156950e16f2a9dafc8579b7d05"><code>f7a6fef</code></a> Bump actions/checkout from 5 to 6 (<a href="https://redirect.github.com/actions/setup-java/issues/961">#961</a>)</li> <li><a href="https://github.com/actions/setup-java/commit/d81c4e45f3ac973cc936d79104023e20054ba578"><code>d81c4e4</code></a> Upgrade <code>@​actions/cache</code> to v5 (<a href="https://redirect.github.com/actions/setup-java/issues/968">#968</a>)</li> <li><a href="https://github.com/actions/setup-java/commit/1b1bbe1085cb6ab21b5b19b7bebc091a9430026a"><code>1b1bbe1</code></a> readme update (<a href="https://redirect.github.com/actions/setup-java/issues/972">#972</a>)</li> <li><a href="https://github.com/actions/setup-java/commit/5d7b2146334bacf88728daaa70414a99f5164e0f"><code>5d7b214</code></a> Retry on HTTP 522 Connection timed out (<a href="https://redirect.github.com/actions/setup-java/issues/964">#964</a>)</li> <li><a href="https://github.com/actions/setup-java/commit/f2beeb24e141e01a676f977032f5a29d81c9e27e"><code>f2beeb2</code></a> Bump actions/publish-action from 0.3.0 to 0.4.0 (<a href="https://redirect.github.com/actions/setup-java/issues/912">#912</a>)</li> <li><a href="https://github.com/actions/setup-java/commit/4e7e684fbb6e33f88ecb2cf1e6b3797739cf499b"><code>4e7e684</code></a> feat: Add support for <code>.sdkmanrc</code> file in <code>java-version-file</code> parameter (<a href="https://redirect.github.com/actions/setup-java/issues/736">#736</a>)</li> <li><a href="https://github.com/actions/setup-java/commit/46c56d6f92c88cf540acf95a12a4a41197499222"><code>46c56d6</code></a> Add GitHub Token Support for GraalVM and Refactor Code (<a href="https://redirect.github.com/actions/setup-java/issues/849">#849</a>)</li> <li><a href="https://github.com/actions/setup-java/commit/66b945764b75604b3cfd644c3ada5232cf6c90c6"><code>66b9457</code></a> Update SapMachine URLs (<a href="https://redirect.github.com/actions/setup-java/issues/955">#955</a>)</li> <li><a href="https://github.com/actions/setup-java/commit/6ba5449b7dcda52941806a19f0cf626b6420191e"><code>6ba5449</code></a> Enhance error logging for network failures to include endpoint/IP details, ad...</li> <li>Additional commits viewable in <a href="https://github.com/actions/setup-java/compare/v4...v5">compare view</a></li> </ul> </details> <br /> Updates `s4u/maven-settings-action` from 3.1.0 to 4.0.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/s4u/maven-settings-action/releases">s4u/maven-settings-action's releases</a>.</em></p> <blockquote> <h2>v4.0.0</h2> <h1>What's Changed</h1> <h2>:boom: Breaking changes</h2> <ul> <li>Update actions to use node 24 (<a href="https://redirect.github.com/s4u/maven-settings-action/pull/399">#399</a>) <a href="https://github.com/slawekjaranowski"><code>@​slawekjaranowski</code></a></li> <li>Update Sonatype snapshot repository to new Central Portal (<a href="https://redirect.github.com/s4u/maven-settings-action/pull/389">#389</a>) <a href="https://github.com/mhoffrog"><code>@​mhoffrog</code></a></li> </ul> <h2>:toolbox: Dependency updates</h2> <ul> <li>Bump eslint from 9.14.0 to 9.15.0 (<a href="https://redirect.github.com/s4u/maven-settings-action/pull/355">#355</a>) @<a href="https://github.com/apps/dependabot">dependabot[bot]</a></li> <li>Bump eslint from 9.15.0 to 9.16.0 (<a href="https://redirect.github.com/s4u/maven-settings-action/pull/356">#356</a>) @<a href="https://github.com/apps/dependabot">dependabot[bot]</a></li> <li>Bump eslint from 9.16.0 to 9.17.0 (<a href="https://redirect.github.com/s4u/maven-settings-action/pull/358">#358</a>) @<a href="https://github.com/apps/dependabot">dependabot[bot]</a></li> <li>Bump eslint from 9.17.0 to 9.18.0 (<a href="https://redirect.github.com/s4u/maven-settings-action/pull/359">#359</a>) @<a href="https://github.com/apps/dependabot">dependabot[bot]</a></li> <li>Bump eslint from 9.18.0 to 9.19.0 (<a href="https://redirect.github.com/s4u/maven-settings-action/pull/361">#361</a>) @<a href="https://github.com/apps/dependabot">dependabot[bot]</a></li> <li>Bump undici from 5.28.4 to 5.28.5 (<a href="https://redirect.github.com/s4u/maven-settings-action/pull/362">#362</a>) @<a href="https://github.com/apps/dependabot">dependabot[bot]</a></li> <li>Bump eslint from 9.19.0 to 9.20.0 (<a href="https://redirect.github.com/s4u/maven-settings-action/pull/363">#363</a>) @<a href="https://github.com/apps/dependabot">dependabot[bot]</a></li> <li>Bump eslint from 9.20.0 to 9.20.1 (<a href="https://redirect.github.com/s4u/maven-settings-action/pull/364">#364</a>) @<a href="https://github.com/apps/dependabot">dependabot[bot]</a></li> <li>Bump eslint from 9.20.1 to 9.21.0 (<a href="https://redirect.github.com/s4u/maven-settings-action/pull/365">#365</a>) @<a href="https://github.com/apps/dependabot">dependabot[bot]</a></li> <li>Bump eslint from 9.21.0 to 9.22.0 (<a href="https://redirect.github.com/s4u/maven-settings-action/pull/367">#367</a>) @<a href="https://github.com/apps/dependabot">dependabot[bot]</a></li> <li>Fix npm audit (<a href="https://redirect.github.com/s4u/maven-settings-action/pull/381">#381</a>) <a href="https://github.com/slawekjaranowski"><code>@​slawekjaranowski</code></a></li> <li>Bump eslint from 9.22.0 to 9.29.0 (<a href="https://redirect.github.com/s4u/maven-settings-action/pull/378">#378</a>) @<a href="https://github.com/apps/dependabot">dependabot[bot]</a></li> <li>Bump jest from 29.7.0 to 30.0.2 (<a href="https://redirect.github.com/s4u/maven-settings-action/pull/380">#380</a>) @<a href="https://github.com/apps/dependabot">dependabot[bot]</a></li> <li>Bump jest from 30.0.2 to 30.0.3 (<a href="https://redirect.github.com/s4u/maven-settings-action/pull/382">#382</a>) @<a href="https://github.com/apps/dependabot">dependabot[bot]</a></li> <li>Bump eslint from 9.29.0 to 9.30.0 (<a href="https://redirect.github.com/s4u/maven-settings-action/pull/383">#383</a>) @<a href="https://github.com/apps/dependabot">dependabot[bot]</a></li> <li>Bump eslint from 9.30.0 to 9.30.1 (<a href="https://redirect.github.com/s4u/maven-settings-action/pull/384">#384</a>) @<a href="https://github.com/apps/dependabot">dependabot[bot]</a></li> <li>Bump jest from 30.0.3 to 30.0.4 (<a href="https://redirect.github.com/s4u/maven-settings-action/pull/385">#385</a>) @<a href="https://github.com/apps/dependabot">dependabot[bot]</a></li> <li>Bump eslint from 9.30.1 to 9.31.0 (<a href="https://redirect.github.com/s4u/maven-settings-action/pull/386">#386</a>) @<a href="https://github.com/apps/dependabot">dependabot[bot]</a></li> <li>Bump eslint from 9.31.0 to 9.32.0 (<a href="https://redirect.github.com/s4u/maven-settings-action/pull/388">#388</a>) @<a href="https://github.com/apps/dependabot">dependabot[bot]</a></li> <li>Bump jest from 30.0.4 to 30.0.5 (<a href="https://redirect.github.com/s4u/maven-settings-action/pull/387">#387</a>) @<a href="https://github.com/apps/dependabot">dependabot[bot]</a></li> <li>Bump eslint from 9.32.0 to 9.33.0 (<a href="https://redirect.github.com/s4u/maven-settings-action/pull/391">#391</a>) @<a href="https://github.com/apps/dependabot">dependabot[bot]</a></li> <li>Bump actions/checkout from 4 to 5 (<a href="https://redirect.github.com/s4u/maven-settings-action/pull/392">#392</a>) @<a href="https://github.com/apps/dependabot">dependabot[bot]</a></li> <li>Bump <code>@​xmldom/xmldom</code> from 0.8.10 to 0.8.11 (<a href="https://redirect.github.com/s4u/maven-settings-action/pull/393">#393</a>) @<a href="https://github.com/apps/dependabot">dependabot[bot]</a></li> <li>Bump actions/setup-java from 4 to 5 (<a href="https://redirect.github.com/s4u/maven-settings-action/pull/394">#394</a>) @<a href="https://github.com/apps/dependabot">dependabot[bot]</a></li> <li>Bump eslint from 9.33.0 to 9.34.0 (<a href="https://redirect.github.com/s4u/maven-settings-action/pull/395">#395</a>) @<a href="https://github.com/apps/dependabot">dependabot[bot]</a></li> <li>Bump jest from 30.0.5 to 30.1.0 (<a href="https://redirect.github.com/s4u/maven-settings-action/pull/396">#396</a>) @<a href="https://github.com/apps/dependabot">dependabot[bot]</a></li> <li>Bump jest from 30.1.0 to 30.1.1 (<a href="https://redirect.github.com/s4u/maven-settings-action/pull/397">#397</a>) @<a href="https://github.com/apps/dependabot">dependabot[bot]</a></li> <li>Bump jest from 30.1.1 to 30.1.2 (<a href="https://redirect.github.com/s4u/maven-settings-action/pull/398">#398</a>) @<a href="https://github.com/apps/dependabot">dependabot[bot]</a></li> </ul> <h1>:heart: Thanks</h1> <p>Many thanks for collaboration on this release for: <a href="https://github.com/mhoffrog"><code>@​mhoffrog</code></a>, <a href="https://github.com/slawekjaranowski"><code>@​slawekjaranowski</code></a> and GitHub Action</p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/s4u/maven-settings-action/commit/894661b3ddae382f1ae8edbeab60987e08cf0788"><code>894661b</code></a> update dependency for release branch</li> <li><a href="https://github.com/s4u/maven-settings-action/commit/ed58d202399cfefe8ff997ddea406643c5b53017"><code>ed58d20</code></a> Update Sonatype snapshot repository to new Central Portal (<a href="https://redirect.github.com/s4u/maven-settings-action/issues/389">#389</a>)</li> <li><a href="https://github.com/s4u/maven-settings-action/commit/c99cacf8e5c6288efbcfc3379864a0aaa6c2935f"><code>c99cacf</code></a> Update actions to use node 24</li> <li><a href="https://github.com/s4u/maven-settings-action/commit/1bd3a222e07361e02e78b8600797db57523f0fb4"><code>1bd3a22</code></a> Updates dependencies</li> <li><a href="https://github.com/s4u/maven-settings-action/commit/2c724b5972ea3fa2b4d7ecb676aaddabe8fd1f8c"><code>2c724b5</code></a> Bump jest from 30.1.1 to 30.1.2</li> <li><a href="https://github.com/s4u/maven-settings-action/commit/a8a76a7b1e19dea3eef6bd99cc1143880ae4b087"><code>a8a76a7</code></a> Bump jest from 30.1.0 to 30.1.1</li> <li><a href="https://github.com/s4u/maven-settings-action/commit/41cc972a6ecfd6234d771487d641e65b646268f9"><code>41cc972</code></a> Bump jest from 30.0.5 to 30.1.0</li> <li><a href="https://github.com/s4u/maven-settings-action/commit/c253de7654f2b1695a1ed3f7c4c8357207a738f3"><code>c253de7</code></a> Bump eslint from 9.33.0 to 9.34.0</li> <li><a href="https://github.com/s4u/maven-settings-action/commit/e2a43d69f611f96118ea7d5e3ab90112d56d0c23"><code>e2a43d6</code></a> Bump actions/setup-java from 4 to 5</li> <li><a href="https://github.com/s4u/maven-settings-action/commit/d20dda0d1e260ea28db6bb399d37ac88860f8e22"><code>d20dda0</code></a> Bump <code>@​xmldom/xmldom</code> from 0.8.10 to 0.8.11</li> <li>Additional commits viewable in <a href="https://github.com/s4u/maven-settings-action/compare/v3.1.0...v4.0.0">compare view</a></li> </ul> </details> <br /> Updates `crazy-max/ghaction-import-gpg` from 6.3.0 to 7.0.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/crazy-max/ghaction-import-gpg/releases">crazy-max/ghaction-import-gpg's releases</a>.</em></p> <blockquote> <h2>v7.0.0</h2> <ul> <li>Node 24 as default runtime (requires <a href="https://github.com/actions/runner/releases/tag/v2.327.1">Actions Runner v2.327.1</a> or later) by <a href="https://github.com/crazy-max"><code>@​crazy-max</code></a> in <a href="https://redirect.github.com/crazy-max/ghaction-import-gpg/pull/241">crazy-max/ghaction-import-gpg#241</a></li> <li>Switch to ESM and update config/test wiring by <a href="https://github.com/crazy-max"><code>@​crazy-max</code></a> in <a href="https://redirect.github.com/crazy-max/ghaction-import-gpg/pull/239">crazy-max/ghaction-import-gpg#239</a></li> <li>Bump <code>@​actions/core</code> from 1.11.1 to 3.0.0 in <a href="https://redirect.github.com/crazy-max/ghaction-import-gpg/pull/232">crazy-max/ghaction-import-gpg#232</a></li> <li>Bump <code>@​actions/exec</code> from 1.1.1 to 3.0.0 in <a href="https://redirect.github.com/crazy-max/ghaction-import-gpg/pull/242">crazy-max/ghaction-import-gpg#242</a></li> <li>Bump brace-expansion from 1.1.11 to 1.1.12 in <a href="https://redirect.github.com/crazy-max/ghaction-import-gpg/pull/221">crazy-max/ghaction-import-gpg#221</a></li> <li>Bump minimatch from 3.1.2 to 3.1.5 in <a href="https://redirect.github.com/crazy-max/ghaction-import-gpg/pull/240">crazy-max/ghaction-import-gpg#240</a></li> <li>Bump openpgp from 6.1.0 to 6.3.0 in <a href="https://redirect.github.com/crazy-max/ghaction-import-gpg/pull/233">crazy-max/ghaction-import-gpg#233</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/crazy-max/ghaction-import-gpg/compare/v6.3.0...v7.0.0">https://github.com/crazy-max/ghaction-import-gpg/compare/v6.3.0...v7.0.0</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/crazy-max/ghaction-import-gpg/commit/2dc316deee8e90f13e1a351ab510b4d5bc0c82cd"><code>2dc316d</code></a> Merge pull request <a href="https://redirect.github.com/crazy-max/ghaction-import-gpg/issues/242">#242</a> from crazy-max/dependabot/npm_and_yarn/actions/exec-3...</li> <li><a href="https://github.com/crazy-max/ghaction-import-gpg/commit/5812792d2b1cde341f2ea75ce7ca7ba2d2f9d140"><code>5812792</code></a> chore: update generated content</li> <li><a href="https://github.com/crazy-max/ghaction-import-gpg/commit/ceb906ede8cacd6fd63677a4c35d8df2c42b6906"><code>ceb906e</code></a> build(deps): bump <code>@​actions/exec</code> from 1.1.1 to 3.0.0</li> <li><a href="https://github.com/crazy-max/ghaction-import-gpg/commit/a9dffd930715a967060b1945ffb5a4ccd847e482"><code>a9dffd9</code></a> Merge pull request <a href="https://redirect.github.com/crazy-max/ghaction-import-gpg/issues/241">#241</a> from crazy-max/node24</li> <li><a href="https://github.com/crazy-max/ghaction-import-gpg/commit/36d49fcb3ce6996de4ea7013ab71d6bc03a00b04"><code>36d49fc</code></a> node 24 as default runtime</li> <li><a href="https://github.com/crazy-max/ghaction-import-gpg/commit/50c4e4f047b7ceb0acad3118559179fb10009d01"><code>50c4e4f</code></a> Merge pull request <a href="https://redirect.github.com/crazy-max/ghaction-import-gpg/issues/233">#233</a> from crazy-max/dependabot/npm_and_yarn/openpgp-6.3.0</li> <li><a href="https://github.com/crazy-max/ghaction-import-gpg/commit/c78fe49862245dc2ce48649309af68f2bdaa5758"><code>c78fe49</code></a> chore: update generated content</li> <li><a href="https://github.com/crazy-max/ghaction-import-gpg/commit/8dbbb1e8e50d7676574ffd644d8f1ea7a32fd0ea"><code>8dbbb1e</code></a> Merge pull request <a href="https://redirect.github.com/crazy-max/ghaction-import-gpg/issues/221">#221</a> from crazy-max/dependabot/npm_and_yarn/brace-expansio...</li> <li><a href="https://github.com/crazy-max/ghaction-import-gpg/commit/fc715b05fd639536a0a18c77c724056e4ffa9397"><code>fc715b0</code></a> build(deps): bump openpgp from 6.1.0 to 6.3.0</li> <li><a href="https://github.com/crazy-max/ghaction-import-gpg/commit/99469162d0438cc32ec0ca8bc23d6a405bd28577"><code>9946916</code></a> build(deps): bump brace-expansion from 1.1.11 to 1.1.12</li> <li>Additional commits viewable in <a href="https://github.com/crazy-max/ghaction-import-gpg/compare/v6.3.0...v7.0.0">compare view</a></li> </ul> </details> <br /> 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-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> 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 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 </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent a6fa217 commit ca34734

File tree

3 files changed

+16
-16
lines changed

3 files changed

+16
-16
lines changed

.github/workflows/builds.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@ jobs:
88
Verify:
99
runs-on: ubuntu-latest
1010
steps:
11-
- uses: actions/checkout@v4
11+
- uses: actions/checkout@v6
1212
- name: Grant Permission
1313
run: chmod +x ./mvnw
14-
- uses: actions/setup-java@v4
14+
- uses: actions/setup-java@v5
1515
with:
1616
distribution: 'corretto'
1717
java-version: '11'
@@ -22,10 +22,10 @@ jobs:
2222
runs-on: ubuntu-latest
2323
needs: Verify
2424
steps:
25-
- uses: actions/checkout@v4
25+
- uses: actions/checkout@v6
2626
- name: Grant Permission
2727
run: chmod +x ./mvnw
28-
- uses: actions/setup-java@v4
28+
- uses: actions/setup-java@v5
2929
with:
3030
distribution: 'corretto'
3131
java-version: '11'
@@ -36,10 +36,10 @@ jobs:
3636
runs-on: macos-latest
3737
needs: Verify
3838
steps:
39-
- uses: actions/checkout@v4
39+
- uses: actions/checkout@v6
4040
- name: Grant Permission
4141
run: chmod +x ./mvnw
42-
- uses: actions/setup-java@v4
42+
- uses: actions/setup-java@v5
4343
with:
4444
distribution: 'corretto'
4545
java-version: '11'
@@ -50,8 +50,8 @@ jobs:
5050
runs-on: windows-latest
5151
needs: Verify
5252
steps:
53-
- uses: actions/checkout@v4
54-
- uses: actions/setup-java@v4
53+
- uses: actions/checkout@v6
54+
- uses: actions/setup-java@v5
5555
with:
5656
distribution: 'corretto'
5757
java-version: '11'

.github/workflows/maven.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ jobs:
2222
compile-and-check:
2323
runs-on: ubuntu-latest
2424
steps:
25-
- uses: actions/checkout@v4
26-
- uses: actions/setup-java@v4
25+
- uses: actions/checkout@v6
26+
- uses: actions/setup-java@v5
2727
with:
2828
distribution: 'corretto'
2929
java-version: '11'
@@ -50,8 +50,8 @@ jobs:
5050
distribution: corretto
5151
runs-on: ${{ matrix.os }}
5252
steps:
53-
- uses: actions/checkout@v4
54-
- uses: actions/setup-java@v4
53+
- uses: actions/checkout@v6
54+
- uses: actions/setup-java@v5
5555
with:
5656
distribution: ${{ matrix.distribution }}
5757
java-version: ${{ matrix.jdk }}

.github/workflows/release.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,12 @@ jobs:
1313
Publish:
1414
runs-on: ubuntu-latest
1515
steps:
16-
- uses: actions/checkout@v4
16+
- uses: actions/checkout@v6
1717

1818
- name: Grant Permission
1919
run: sudo chmod +x ./mvnw
2020

21-
- uses: actions/setup-java@v4
21+
- uses: actions/setup-java@v5
2222
with:
2323
distribution: 'corretto'
2424
java-version: '11'
@@ -27,7 +27,7 @@ jobs:
2727
run: rm -f /home/runner/.m2/settings.xml
2828

2929
- name: Maven Settings
30-
uses: s4u/maven-settings-action@v3.1.0
30+
uses: s4u/maven-settings-action@v4.0.0
3131
with:
3232
servers: |
3333
[{
@@ -37,7 +37,7 @@ jobs:
3737
}]
3838
3939
- name: Import GPG
40-
uses: crazy-max/ghaction-import-gpg@v6.3.0
40+
uses: crazy-max/ghaction-import-gpg@v7.0.0
4141
with:
4242
gpg_private_key: ${{ secrets.GPG_PRIVATE_KEY }}
4343
passphrase: ${{ secrets.GPG_PASSPHRASE }}

0 commit comments

Comments
 (0)