Skip to content

[pull] master from ruby:master#164

Merged
pull[bot] merged 4 commits intosysfce2:masterfrom
ruby:master
Mar 16, 2026
Merged

[pull] master from ruby:master#164
pull[bot] merged 4 commits intosysfce2:masterfrom
ruby:master

Conversation

@pull
Copy link
Copy Markdown

@pull pull bot commented Mar 16, 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 March 17, 2026 05:35
Bumps [rubygems/release-gem](https://github.com/rubygems/release-gem)
from 1.1.2 to 1.1.4.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/rubygems/release-gem/releases">rubygems/release-gem's
releases</a>.</em></p>
<blockquote>
<h2>v1.1.4</h2>
<h2>What's Changed</h2>
<ul>
<li>use <code>--force</code> flag with <code>git fetch --tags</code> to
avoid tag clobber error by <a
href="https://github.com/hsbt"><code>@​hsbt</code></a> in <a
href="https://redirect.github.com/rubygems/release-gem/pull/27">rubygems/release-gem#27</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a href="https://github.com/hsbt"><code>@​hsbt</code></a> made their
first contribution in <a
href="https://redirect.github.com/rubygems/release-gem/pull/27">rubygems/release-gem#27</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/rubygems/release-gem/compare/v1.1.3...v1.1.4">https://github.com/rubygems/release-gem/compare/v1.1.3...v1.1.4</a></p>
<h2>v1.1.3</h2>
<h2>What's Changed</h2>
<ul>
<li>Bump sigstore-cli to 0.2.3</li>
<li>Fetch git tags before running gem release by <a
href="https://github.com/ytkg"><code>@​ytkg</code></a> in <a
href="https://redirect.github.com/rubygems/release-gem/pull/17">rubygems/release-gem#17</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a href="https://github.com/ytkg"><code>@​ytkg</code></a> made their
first contribution in <a
href="https://redirect.github.com/rubygems/release-gem/pull/17">rubygems/release-gem#17</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/rubygems/release-gem/compare/v1.1.2...v1.1.3">https://github.com/rubygems/release-gem/compare/v1.1.2...v1.1.3</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/rubygems/release-gem/commit/e9a6361a0b14562539327c2a02373edc56dd3169"><code>e9a6361</code></a>
fix: use --force flag with git fetch --tags to avoid tag clobber error
(<a
href="https://redirect.github.com/rubygems/release-gem/issues/27">#27</a>)</li>
<li><a
href="https://github.com/rubygems/release-gem/commit/2cceab0dd1a397feff1a99eab718d5e7bb9c59ce"><code>2cceab0</code></a>
Bump sigstore-cli to 0.2.3</li>
<li><a
href="https://github.com/rubygems/release-gem/commit/94250bf390ca6819245263b4b3660e80b40f4910"><code>94250bf</code></a>
update: fetch git tags before running gem release (<a
href="https://redirect.github.com/rubygems/release-gem/issues/17">#17</a>)</li>
<li>See full diff in <a
href="https://github.com/rubygems/release-gem/compare/1c162a739e8b4cb21a676e97b087e8268d8fc40b...e9a6361a0b14562539327c2a02373edc56dd3169">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=rubygems/release-gem&package-manager=github_actions&previous-version=1.1.2&new-version=1.1.4)](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>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps
[step-security/harden-runner](https://github.com/step-security/harden-runner)
from 2.15.1 to 2.16.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/step-security/harden-runner/releases">step-security/harden-runner's
releases</a>.</em></p>
<blockquote>
<h2>v2.16.0</h2>
<h2>What's Changed</h2>
<ul>
<li>Updated action.yml to use node24</li>
<li>Security fix: Fixed a medium severity vulnerability where the egress
block policy could be bypassed via DNS over HTTPS (DoH) by proxying DNS
queries through a permitted resolver, allowing data exfiltration even
with a restrictive allowed-endpoints list. This issue only affects the
Community Tier; the Enterprise Tier is not affected. See <a
href="https://github.com/step-security/harden-runner/security/advisories/GHSA-46g3-37rh-v698">GHSA-46g3-37rh-v698</a>
for details.</li>
<li>Security fix: Fixed a medium severity vulnerability where the egress
block policy could be bypassed via DNS queries over TCP to external
resolvers, allowing outbound network communication that evades
configured network restrictions. This issue only affects the Community
Tier; the Enterprise Tier is not affected. See <a
href="https://github.com/step-security/harden-runner/security/advisories/GHSA-g699-3x6g-wm3g">GHSA-g699-3x6g-wm3g</a>
for details.</li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/step-security/harden-runner/compare/v2.15.1...v2.16.0">https://github.com/step-security/harden-runner/compare/v2.15.1...v2.16.0</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/step-security/harden-runner/commit/fa2e9d605c4eeb9fcad4c99c224cee0c6c7f3594"><code>fa2e9d6</code></a>
Release v2.16.0 (<a
href="https://redirect.github.com/step-security/harden-runner/issues/646">#646</a>)</li>
<li>See full diff in <a
href="https://github.com/step-security/harden-runner/compare/58077d3c7e43986b6b15fba718e8ea69e387dfcc...fa2e9d605c4eeb9fcad4c99c224cee0c6c7f3594">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=step-security/harden-runner&package-manager=github_actions&previous-version=2.15.1&new-version=2.16.0)](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>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
)

For example, Dependabot uses this style.

Currently, it's failing with "Resource not accessible by integration"
error:


https://github.com/ruby/rdoc/actions/runs/23154409178/job/67265027124?pr=1651#step:2:23

> RequestError [HttpError]: Resource not accessible by integration


I haven't tested this but It seems `contents: write` is needed for
repository dispatch:


https://docs.github.com/en/rest/authentication/permissions-required-for-github-apps?apiVersion=2022-11-28#repository-permissions-for-contents

> POST /repos/{owner}/{repo}/dispatches	write
Bumps [ruby/setup-ruby](https://github.com/ruby/setup-ruby) from 1.290.0
to 1.293.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/ruby/setup-ruby/releases">ruby/setup-ruby's
releases</a>.</em></p>
<blockquote>
<h2>v1.293.0</h2>
<h2>What's Changed</h2>
<ul>
<li>Update README to remove JRuby version notes by <a
href="https://github.com/headius"><code>@​headius</code></a> in <a
href="https://redirect.github.com/ruby/setup-ruby/pull/887">ruby/setup-ruby#887</a></li>
<li>Update CRuby releases on Windows by <a
href="https://github.com/ruby-builder-bot"><code>@​ruby-builder-bot</code></a>
in <a
href="https://redirect.github.com/ruby/setup-ruby/pull/888">ruby/setup-ruby#888</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/ruby/setup-ruby/compare/v1.292.0...v1.293.0">https://github.com/ruby/setup-ruby/compare/v1.292.0...v1.293.0</a></p>
<h2>v1.292.0</h2>
<h2>What's Changed</h2>
<ul>
<li>Update Node to 24 by <a
href="https://github.com/eregon"><code>@​eregon</code></a> in <a
href="https://redirect.github.com/ruby/setup-ruby/pull/886">ruby/setup-ruby#886</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/ruby/setup-ruby/compare/v1.291.0...v1.292.0">https://github.com/ruby/setup-ruby/compare/v1.291.0...v1.292.0</a></p>
<h2>v1.291.0</h2>
<h2>What's Changed</h2>
<ul>
<li>Add ruby-3.4.9 by <a
href="https://github.com/ruby-builder-bot"><code>@​ruby-builder-bot</code></a>
in <a
href="https://redirect.github.com/ruby/setup-ruby/pull/885">ruby/setup-ruby#885</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/ruby/setup-ruby/compare/v1.290.0...v1.291.0">https://github.com/ruby/setup-ruby/compare/v1.290.0...v1.291.0</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/ruby/setup-ruby/commit/dffb23f65a78bba8db45d387d5ea1bbd6be3ef18"><code>dffb23f</code></a>
Update CRuby releases on Windows</li>
<li><a
href="https://github.com/ruby/setup-ruby/commit/ea73ddb198f027c31d496ef5749cf297fe1a0695"><code>ea73ddb</code></a>
Update README to remove JRuby version notes</li>
<li><a
href="https://github.com/ruby/setup-ruby/commit/4eb9f110bac952a8b68ecf92e3b5c7a987594ba6"><code>4eb9f11</code></a>
Update Node to 24</li>
<li><a
href="https://github.com/ruby/setup-ruby/commit/9d13dd6ce2979b207024f719160a99112fb38eea"><code>9d13dd6</code></a>
Add ruby-3.4.9</li>
<li>See full diff in <a
href="https://github.com/ruby/setup-ruby/compare/6ca151fd1bfcfd6fe0c4eb6837eb0584d0134a0c...dffb23f65a78bba8db45d387d5ea1bbd6be3ef18">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=ruby/setup-ruby&package-manager=github_actions&previous-version=1.290.0&new-version=1.293.0)](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>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
@pull pull bot locked and limited conversation to collaborators Mar 16, 2026
@pull pull bot added the ⤵️ pull label Mar 16, 2026
@pull pull bot merged commit 515e972 into sysfce2:master Mar 16, 2026
3 of 8 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