Skip to content

Commit ffb89b0

Browse files
Bump rubygems/release-gem from 1.1.1 to 1.1.2 (#1444)
Bumps [rubygems/release-gem](https://github.com/rubygems/release-gem) from 1.1.1 to 1.1.2. <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.2</h2> <h2>What's Changed</h2> <ul> <li>Update example to opt out of persisting credentials by <a href="https://github.com/landongrindheim"><code>@​landongrindheim</code></a> in <a href="https://redirect.github.com/rubygems/release-gem/pull/19">rubygems/release-gem#19</a></li> <li>Prevent credentials from being written to disk by <a href="https://github.com/landongrindheim"><code>@​landongrindheim</code></a> in <a href="https://redirect.github.com/rubygems/release-gem/pull/20">rubygems/release-gem#20</a></li> <li>doc: update GitHub Actions checkout action v5 by <a href="https://github.com/nicolasleger"><code>@​nicolasleger</code></a> in <a href="https://redirect.github.com/rubygems/release-gem/pull/22">rubygems/release-gem#22</a></li> <li>Update sigstore-cli to unblock attestations by <a href="https://github.com/landongrindheim"><code>@​landongrindheim</code></a> in <a href="https://redirect.github.com/rubygems/release-gem/pull/25">rubygems/release-gem#25</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/landongrindheim"><code>@​landongrindheim</code></a> made their first contribution in <a href="https://redirect.github.com/rubygems/release-gem/pull/19">rubygems/release-gem#19</a></li> <li><a href="https://github.com/nicolasleger"><code>@​nicolasleger</code></a> made their first contribution in <a href="https://redirect.github.com/rubygems/release-gem/pull/22">rubygems/release-gem#22</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/rubygems/release-gem/compare/v1.1.1...v1.1.2">https://github.com/rubygems/release-gem/compare/v1.1.1...v1.1.2</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/rubygems/release-gem/commit/1c162a739e8b4cb21a676e97b087e8268d8fc40b"><code>1c162a7</code></a> Update sigstore-cli to unblock attestations (<a href="https://redirect.github.com/rubygems/release-gem/issues/25">#25</a>)</li> <li><a href="https://github.com/rubygems/release-gem/commit/9fc8c0f9a461e67716cde28f188b9a5c029333a8"><code>9fc8c0f</code></a> doc: update GitHub Actions checkout action v5 (<a href="https://redirect.github.com/rubygems/release-gem/issues/22">#22</a>)</li> <li><a href="https://github.com/rubygems/release-gem/commit/ebe1ec66bd8d2c709ac29aa2b43438d450e7a0a6"><code>ebe1ec6</code></a> Prevent credentials from being written to disk (<a href="https://redirect.github.com/rubygems/release-gem/issues/20">#20</a>)</li> <li><a href="https://github.com/rubygems/release-gem/commit/11f20f569b4e0701bc704d409aefddb646e13277"><code>11f20f5</code></a> Update example to opt out of persisting creds (<a href="https://redirect.github.com/rubygems/release-gem/issues/19">#19</a>)</li> <li>See full diff in <a href="https://github.com/rubygems/release-gem/compare/a25424ba2ba8b387abc8ef40807c2c85b96cbe32...1c162a739e8b4cb21a676e97b087e8268d8fc40b">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.1&new-version=1.1.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 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> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent a134b35 commit ffb89b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/push_gem.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
ruby-version: ruby
3737

3838
- name: Publish to RubyGems
39-
uses: rubygems/release-gem@a25424ba2ba8b387abc8ef40807c2c85b96cbe32 # v1.1.1
39+
uses: rubygems/release-gem@1c162a739e8b4cb21a676e97b087e8268d8fc40b # v1.1.2
4040

4141
- name: Create GitHub release
4242
run: |

0 commit comments

Comments
 (0)