[pull] master from ruby:master#164
Merged
pull[bot] merged 4 commits intosysfce2:masterfrom Mar 16, 2026
Merged
Conversation
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 /> [](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 /> [](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 /> [](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>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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 : )