dependabot[bot] opened a new pull request, #9434:
URL: https://github.com/apache/netbeans/pull/9434

   Bumps [shivammathur/setup-php](https://github.com/shivammathur/setup-php) 
from 2.37.0 to 2.37.2.
   <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.37.2</h2>
   <h2>Changelog</h2>
   <ul>
   <li>
   <p>Fixed macOS setup by marking <code>shivammathur/php</code> and 
<code>shivammathur/extensions</code> as trusted taps.</p>
   </li>
   <li>
   <p>Switched to Visual Studio 18 <code>(vs18)</code> builds for PHP 8.6 on 
Windows.</p>
   </li>
   <li>
   <p>Improved looking up environment variables.</p>
   </li>
   <li>
   <p>Tightened security in internal GitHub action workflows.</p>
   </li>
   <li>
   <p>Updated Node.js dependencies.</p>
   </li>
   </ul>
   <p>For the complete list of changes, please refer to the <a 
href="https://github.com/shivammathur/setup-php/compare/2.37.1...2.37.2";>Full 
Changelog</a></p>
   <!-- raw HTML omitted -->
   <h2>2.37.1</h2>
   <h2>Changelog</h2>
   <h3>Security Updates</h3>
   <ul>
   <li>Fixed shell command escaping and PHP version input validation. (<a 
href="https://github.com/shivammathur/setup-php/security/advisories/GHSA-pqwm-q9pv-ph8r";>GHSA-pqwm-q9pv-ph8r</a>
 / CVE-2026-46420)</li>
   </ul>
   <blockquote>
   <p>[!NOTE]
   This can affect workflows that pass values from users or pull requests to 
<code>setup-php</code>, for example from comments, dispatch inputs, PR 
titles/branches, generated matrices, or files such as <code>.php-version</code> 
and <code>composer.json</code>.
   Be especially careful with <code>pull_request_target</code> workflows that 
use any value from the pull request. Workflows that only use fixed trusted 
values are not expected to be affected, but updating to <code>2.37.1</code> is 
recommended.</p>
   </blockquote>
   <ul>
   <li>Fixed GitHub auth handling for Composer versions affected by 
GHSA-f9f8-rm49-7jv2. It should now skip configuring GitHub OAuth if affected 
Composer versions are installed and show a warning to upgrade. (<a 
href="https://github.com/shivammathur/setup-php/security/advisories/GHSA-5wxr-w449-57cm";>GHSA-5wxr-w449-57cm</a>
 / CVE-2026-45793)</li>
   </ul>
   <blockquote>
   <p>[!NOTE]<br />
   This only affects workflows where the composer version is pinned like 
<code>composer:2.9.7</code>, workflows that do not pin the version or use 
<code>composer:v2</code> are not affected as those get automatic updates. In 
case you pin the version, it is highly recommended to upgrade and have 
automation to do such timely upgrades in your workflows.</p>
   </blockquote>
   <h3>Fixes and Improvements</h3>
   <ul>
   <li>
   <p>Fixed support for <code>phalcon</code> on Windows.</p>
   </li>
   <li>
   <p>Fixed restoring tools when using cached using previous runs.</p>
   </li>
   <li>
   <p>Improved enabling <code>gearman</code> extension on Linux.</p>
   </li>
   <li>
   <p>Fixed fallback when installing <code>PhpManager</code> and 
<code>VcRedist</code> modules on Windows.</p>
   </li>
   <li>
   <p>Fixed parsing extension inputs with backslash line continuation.</p>
   </li>
   <li>
   <p>Improved workflow examples</p>
   <ul>
   <li>Added workflow examples for Drupal 11 composer-managed projects and 
WordPress plugins.</li>
   </ul>
   </li>
   </ul>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/shivammathur/setup-php/commit/f3e473d116dcccaddc5834248c87452386958240";><code>f3e473d</code></a>
 Bump version to 2.37.2</li>
   <li><a 
href="https://github.com/shivammathur/setup-php/commit/8be473cdc354c643df9d228d4cdb9cf2c03cd1d2";><code>8be473c</code></a>
 Trust brew taps</li>
   <li><a 
href="https://github.com/shivammathur/setup-php/commit/083d5237d9340d541bf95e2a6eceaf3529b85892";><code>083d523</code></a>
 Bump the github-actions group with 2 updates (<a 
href="https://redirect.github.com/shivammathur/setup-php/issues/1085";>#1085</a>)</li>
   <li><a 
href="https://github.com/shivammathur/setup-php/commit/a919ff576a94b0fd7ec15f090dd9cf16b76c2c0b";><code>a919ff5</code></a>
 Update FUNDING.yml</li>
   <li><a 
href="https://github.com/shivammathur/setup-php/commit/deb2299a774c40006819b4f23eaa7ce01bc26ae4";><code>deb2299</code></a>
 Harden GitHub Actions workflows</li>
   <li><a 
href="https://github.com/shivammathur/setup-php/commit/5825be4b77c5ff3a90655007947f6e5f34d88412";><code>5825be4</code></a>
 Harden environment lookup</li>
   <li><a 
href="https://github.com/shivammathur/setup-php/commit/8d45593ff38c838d4324dee38a85e603c8f47638";><code>8d45593</code></a>
 Add CODEOWNERS</li>
   <li><a 
href="https://github.com/shivammathur/setup-php/commit/ba8d1631c1270dc41b3d8886146d751ecc6438a6";><code>ba8d163</code></a>
 Update PHP versions in SECURITY.md</li>
   <li><a 
href="https://github.com/shivammathur/setup-php/commit/7c071dfe9dc99bdf297fa79cb49ea005b9fcadbc";><code>7c071df</code></a>
 Bump version to 2.37.1</li>
   <li><a 
href="https://github.com/shivammathur/setup-php/commit/eeef37e059fb5368a5bc8ed8ce45ff54bd39b80b";><code>eeef37e</code></a>
 GHSA-pqwm-q9pv-ph8r - Fix CWE-78 [skip ci]</li>
   <li>Additional commits viewable in <a 
href="https://github.com/shivammathur/setup-php/compare/accd6127cb78bee3e8082180cb391013d204ef9f...f3e473d116dcccaddc5834248c87452386958240";>compare
 view</a></li>
   </ul>
   </details>
   <br />
   
   
   [![Dependabot compatibility 
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=shivammathur/setup-php&package-manager=github_actions&previous-version=2.37.0&new-version=2.37.2)](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 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

Reply via email to