Skip to content

[pull] master from CycloneDX:master#50

Merged
pull[bot] merged 4 commits into
turkdevops:masterfrom
CycloneDX:master
May 27, 2026
Merged

[pull] master from CycloneDX:master#50
pull[bot] merged 4 commits into
turkdevops:masterfrom
CycloneDX:master

Conversation

@pull
Copy link
Copy Markdown

@pull pull Bot commented May 27, 2026

See Commits and Changes for more details.


Created by pull[bot] (v2.0.0-alpha.4)

Can you help keep this open source service alive? 💖 Please sponsor : )

dependabot Bot and others added 4 commits May 23, 2026 06:52
Bumps [shivammathur/setup-php](https://github.com/shivammathur/setup-php) from 2.37.0 to 2.37.1.
- [Release notes](https://github.com/shivammathur/setup-php/releases)
- [Commits](shivammathur/setup-php@accd612...7c071df)

---
updated-dependencies:
- dependency-name: shivammathur/setup-php
  dependency-version: 2.37.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps
[shivammathur/setup-php](https://github.com/shivammathur/setup-php) from
2.37.0 to 2.37.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.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>
<li>Added workflow examples for Yii3 web applications and replaced Yii2
Starter Kit examples.</li>
<li>Updated workflow examples to use currently supported PHP
versions.</li>
</ul>
</li>
<li>
<p>Updated OS release mappings for newer Ubuntu releases.</p>
</li>
<li>
<p>Updated internal workflows for Codecov v6 and NPM trusted
publishing.</p>
</li>
<li>
<p>Updated Node.js dependencies.</p>
</li>
<li>
<p>Fixed composer version in README. (<a
href="https://redirect.github.com/shivammathur/setup-php/issues/1081">#1081</a>)</p>
</li>
</ul>
<p>Thanks <a href="https://github.com/Pyker"><code>@​Pyker</code></a>
for the contribution</p>
<p>For the complete list of changes, please refer to the <a
href="https://github.com/shivammathur/setup-php/compare/2.37.0...2.37.1">Full
Changelog</a></p>
<!-- raw HTML omitted -->
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<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><a
href="https://github.com/shivammathur/setup-php/commit/0dc33069a3efc2221a413ce8386b2035b8ee4a00"><code>0dc3306</code></a>
Fix phalcon5 support on Windows</li>
<li><a
href="https://github.com/shivammathur/setup-php/commit/680a983990d3f58082465b9c69f6754c28a110a1"><code>680a983</code></a>
Fix phalcon version for PHP 8.0 [skip ci]</li>
<li><a
href="https://github.com/shivammathur/setup-php/commit/694649a4a3e0faa1c3e5b41dfcc0591a6eb84453"><code>694649a</code></a>
Fix mutable tool cache restore</li>
<li><a
href="https://github.com/shivammathur/setup-php/commit/46a991b6aa0ad5cd08f52a3dcfd0fcb7e354d82d"><code>46a991b</code></a>
Merge pull request <a
href="https://redirect.github.com/shivammathur/setup-php/issues/1081">#1081</a>
from Pyker/patch-1</li>
<li><a
href="https://github.com/shivammathur/setup-php/commit/7748c243803a56671412f9f7c745769e9573c6d4"><code>7748c24</code></a>
GHSA-f9f8-rm49-7jv2: Fix GitHub auth handling for composer in affected
versions</li>
<li><a
href="https://github.com/shivammathur/setup-php/commit/ac9c95323431b7286870e5aa2bf9b61e8d335e71"><code>ac9c953</code></a>
Fix composer v2 version in README</li>
<li><a
href="https://github.com/shivammathur/setup-php/commit/7729e411ecfb7faae003a4d831236c0e012f1aa3"><code>7729e41</code></a>
Improve enabling gearman [skip ci]</li>
<li><a
href="https://github.com/shivammathur/setup-php/commit/af2322b95c2e36d5287c7c25c4c29c8ccaacbb63"><code>af2322b</code></a>
Fix fallback in Install-PSPackage on Windows</li>
<li>Additional commits viewable in <a
href="https://github.com/shivammathur/setup-php/compare/accd6127cb78bee3e8082180cb391013d204ef9f...7c071dfe9dc99bdf297fa79cb49ea005b9fcadbc">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.1)](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>
Bumps [zizmorcore/zizmor-action](https://github.com/zizmorcore/zizmor-action) from 0.5.3 to 0.5.6.
- [Release notes](https://github.com/zizmorcore/zizmor-action/releases)
- [Commits](zizmorcore/zizmor-action@b1d7e1f...5f14fd0)

---
updated-dependencies:
- dependency-name: zizmorcore/zizmor-action
  dependency-version: 0.5.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps
[zizmorcore/zizmor-action](https://github.com/zizmorcore/zizmor-action)
from 0.5.3 to 0.5.6.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/zizmorcore/zizmor-action/releases">zizmorcore/zizmor-action's
releases</a>.</em></p>
<blockquote>
<h2>v0.5.6</h2>
<ul>
<li>1.25.2 is now available via the action</li>
<li>1.25.2 is now the default version of zizmor used by the action</li>
</ul>
<h2>v0.5.5</h2>
<p>This is a no-op release.</p>
<h2>v0.5.4</h2>
<ul>
<li>1.25.0 is now available via the action</li>
<li>1.25.0 is now the default version of zizmor used by the action</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/zizmorcore/zizmor-action/commit/5f14fd08f7cf1cb1609c1e344975f152c7ee938d"><code>5f14fd0</code></a>
Sync zizmor versions (<a
href="https://redirect.github.com/zizmorcore/zizmor-action/issues/114">#114</a>)</li>
<li><a
href="https://github.com/zizmorcore/zizmor-action/commit/a16621b09c6db4281f81a93cb393b05dcd7b7165"><code>a16621b</code></a>
Bump pins in README (<a
href="https://redirect.github.com/zizmorcore/zizmor-action/issues/112">#112</a>)</li>
<li><a
href="https://github.com/zizmorcore/zizmor-action/commit/1c03e047a3633631b1e5648c48243045b1de0d25"><code>1c03e04</code></a>
chore(deps): bump github/codeql-action from 4.35.2 to 4.35.3 in the
github-ac...</li>
<li><a
href="https://github.com/zizmorcore/zizmor-action/commit/b572f7b1a1c2d41efaab43d504f68d215c3cd727"><code>b572f7b</code></a>
Sync zizmor versions (<a
href="https://redirect.github.com/zizmorcore/zizmor-action/issues/111">#111</a>)</li>
<li><a
href="https://github.com/zizmorcore/zizmor-action/commit/06928c5dcba418c7d6108a4bd6e2d34cbf3c9377"><code>06928c5</code></a>
chore(deps): bump github/codeql-action in the github-actions group (<a
href="https://redirect.github.com/zizmorcore/zizmor-action/issues/109">#109</a>)</li>
<li><a
href="https://github.com/zizmorcore/zizmor-action/commit/5ea8b96e1078453e04a1b81443890d9e7da5ddf3"><code>5ea8b96</code></a>
docs: Update link to GitHub docs (<a
href="https://redirect.github.com/zizmorcore/zizmor-action/issues/108">#108</a>)</li>
<li><a
href="https://github.com/zizmorcore/zizmor-action/commit/849ac260951adeb7c02481da6c7e749b39f4ea6d"><code>849ac26</code></a>
chore(deps): bump the github-actions group with 2 updates (<a
href="https://redirect.github.com/zizmorcore/zizmor-action/issues/106">#106</a>)</li>
<li><a
href="https://github.com/zizmorcore/zizmor-action/commit/814f9778aceea8641503a8cd8f0cffebc55d790c"><code>814f977</code></a>
Bump pins in README (<a
href="https://redirect.github.com/zizmorcore/zizmor-action/issues/103">#103</a>)</li>
<li>See full diff in <a
href="https://github.com/zizmorcore/zizmor-action/compare/b1d7e1fb5de872772f31590499237e7cce841e8e...5f14fd08f7cf1cb1609c1e344975f152c7ee938d">compare
view</a></li>
</ul>
</details>
<br />
@pull pull Bot locked and limited conversation to collaborators May 27, 2026
@pull pull Bot added the ⤵️ pull label May 27, 2026
@pull pull Bot merged commit 06e31b4 into turkdevops:master May 27, 2026
2 of 3 checks passed
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant