dependabot[bot] opened a new pull request, #8687: URL: https://github.com/apache/netbeans/pull/8687
Bumps [shivammathur/setup-php](https://github.com/shivammathur/setup-php) from 2.34.1 to 2.35.1. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/shivammathur/setup-php/releases">shivammathur/setup-php's releases</a>.</em></p> <blockquote> <h2>2.35.1</h2> <h2>Changelog</h2> <ul> <li> <p>Fixed regression in composer authentication in <a href="https://github.com/shivammathur/setup-php/releases/tag/2.35.0"><code>2.35.0</code></a>. (<a href="https://redirect.github.com/shivammathur/setup-php/issues/979">#979</a>)</p> </li> <li> <p>Fixed installing <code>geos</code> extension on PHP 8.5.</p> </li> </ul> <p>For the complete list of changes, please refer to the <a href="https://github.com/shivammathur/setup-php/compare/2.35.0...2.35.1">Full Changelog</a></p> <!-- raw HTML omitted --> <h2>2.35.0</h2> <h2>Changelog</h2> <ul> <li> <p>Added support for <code>github-token</code> input. (<a href="https://redirect.github.com/shivammathur/setup-php/issues/969">#969</a>) It uses the <code>GITHUB_TOKEN</code> secret by default and should prevent any rate limiting issues while installing your composer dependencies or while adding any tools supported by setup-php.</p> <p>Also, it can used to specify a personal access token (PAT) to authenticate with GitHub if you need that for your composer dependencies.</p> </li> </ul> <pre lang="yml"><code>- name: Setup PHP uses: shivammathur/setup-php@v2 with: php-version: '8.4' github-token: ${{ secrets.PAT }} </code></pre> <ul> <li>Added support for <code>carthage-software/mago</code>. (<a href="https://redirect.github.com/shivammathur/setup-php/issues/898">#898</a>, <a href="https://redirect.github.com/shivammathur/setup-php/issues/975">#975</a>)</li> </ul> <pre lang="yml"><code>- name: Setup PHP uses: shivammathur/setup-php@v2 with: php-version: '8.4' tools: mago </code></pre> <ul> <li>Added support for <code>Roave/BackwardCompatibilityCheck</code>. (<a href="https://redirect.github.com/shivammathur/setup-php/issues/911">#911</a>, <a href="https://redirect.github.com/shivammathur/setup-php/issues/974">#974</a>)</li> </ul> <pre lang="yml"><code>- name: Setup PHP uses: shivammathur/setup-php@v2 with: php-version: '8.4' tools: backward-compatibility-check </tr></table> </code></pre> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/shivammathur/setup-php/commit/2282b6a082fc605c8320908a4cca3a5d1ca6c6fe"><code>2282b6a</code></a> Bump version to 2.35.1</li> <li><a href="https://github.com/shivammathur/setup-php/commit/11373c6dce1d76fa20c1bcc7b4f916c75214b832"><code>11373c6</code></a> Fix shellcheck in add_tools.sh [skip ci]</li> <li><a href="https://github.com/shivammathur/setup-php/commit/50ad25710dfb0cd894b96cc078a7676447c9e947"><code>50ad257</code></a> Use auth.json for composer authentication</li> <li><a href="https://github.com/shivammathur/setup-php/commit/c1c6c518677de5582e687d5d936210f091ef02d9"><code>c1c6c51</code></a> Update geos patch [skip ci]</li> <li><a href="https://github.com/shivammathur/setup-php/commit/34a5396826718e0013f08e3e639d1c315d5f6b23"><code>34a5396</code></a> Bump node.js dependencies</li> <li><a href="https://github.com/shivammathur/setup-php/commit/a0d5abedf17308ae49af1b4bad517f50337f7b3e"><code>a0d5abe</code></a> Revert hiredis patch</li> <li><a href="https://github.com/shivammathur/setup-php/commit/102ffdc2945314ce82788139b1e43275e1e67e49"><code>102ffdc</code></a> Add patch for gearman [skip ci]</li> <li><a href="https://github.com/shivammathur/setup-php/commit/97cf0581e3377d1233831c37f7fa2fb8311e794f"><code>97cf058</code></a> Filter shared extensions to enable on Windows</li> <li><a href="https://github.com/shivammathur/setup-php/commit/bac87fed32bb7a5114be13ba01e75841a448f768"><code>bac87fe</code></a> Cleanup in cubrid.sh</li> <li><a href="https://github.com/shivammathur/setup-php/commit/b9341130b49573def3d825ce0c0b9cb3b9aa24c6"><code>b934113</code></a> Fix mirror setup in ppa.sh</li> <li>Additional commits viewable in <a href="https://github.com/shivammathur/setup-php/compare/0f7f1d08e3e32076e51cae65eb0b0c871405b16e...2282b6a082fc605c8320908a4cca3a5d1ca6c6fe">compare view</a></li> </ul> </details> <br /> [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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 merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] For further information about the NetBeans mailing lists, visit: https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
