Skip to content

Commit 0a7a588

Browse files
build(deps): bump getsentry/github-workflows from 3.1.0 to 3.2.0 (#3091)
Bumps [getsentry/github-workflows](https://github.com/getsentry/github-workflows) from 3.1.0 to 3.2.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/getsentry/github-workflows/releases">getsentry/github-workflows's releases</a>.</em></p> <blockquote> <h2>3.2.0</h2> <h3>Features</h3> <ul> <li>Danger - Add support for repository-specific dangerfiles (<a href="https://redirect.github.com/getsentry/github-workflows/pull/129">#129</a>) <ul> <li>Add <code>extra-dangerfile</code> input parameter to run custom Danger checks alongside shared workflow checks</li> <li>Add <code>extra-install-packages</code> input to install additional apt packages required by custom dangerfiles</li> <li>Custom dangerfiles receive full Danger API access (<code>fail</code>, <code>warn</code>, <code>message</code>, <code>markdown</code>, <code>danger</code>)</li> <li>Enables repositories to extend Danger checks without overwriting shared workflow comments</li> </ul> </li> <li>Sentry-CLI integration test action - Add <code>InvokeSentryResult::Events()</code> method to extract events from envelopes (<a href="https://redirect.github.com/getsentry/github-workflows/pull/137">#137</a>)</li> </ul> <h3>Fixes</h3> <ul> <li>Sentry-CLI integration test action - Replace literal &quot;\n&quot; with newlines (<a href="https://redirect.github.com/getsentry/github-workflows/pull/138">#138</a>)</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/getsentry/github-workflows/blob/main/CHANGELOG.md">getsentry/github-workflows's changelog</a>.</em></p> <blockquote> <h1>Changelog</h1> <h2>Unreleased</h2> <h3>Fixes</h3> <ul> <li>Sentry-CLI integration test action - Accept chunked ProGuard uploads for compatibility with Sentry CLI 3.x (<a href="https://redirect.github.com/getsentry/github-workflows/pull/140">#140</a>)</li> </ul> <h2>3.2.0</h2> <h3>Features</h3> <ul> <li>Danger - Add support for repository-specific dangerfiles (<a href="https://redirect.github.com/getsentry/github-workflows/pull/129">#129</a>) <ul> <li>Add <code>extra-dangerfile</code> input parameter to run custom Danger checks alongside shared workflow checks</li> <li>Add <code>extra-install-packages</code> input to install additional apt packages required by custom dangerfiles</li> <li>Custom dangerfiles receive full Danger API access (<code>fail</code>, <code>warn</code>, <code>message</code>, <code>markdown</code>, <code>danger</code>)</li> <li>Enables repositories to extend Danger checks without overwriting shared workflow comments</li> </ul> </li> <li>Sentry-CLI integration test action - Add <code>InvokeSentryResult::Events()</code> method to extract events from envelopes (<a href="https://redirect.github.com/getsentry/github-workflows/pull/137">#137</a>)</li> </ul> <h3>Fixes</h3> <ul> <li>Sentry-CLI integration test action - Replace literal &quot;\n&quot; with newlines (<a href="https://redirect.github.com/getsentry/github-workflows/pull/138">#138</a>)</li> </ul> <h2>3.1.0</h2> <h3>Features</h3> <ul> <li>Updater - Add <code>post-update-script</code> input parameter to run custom scripts after dependency updates (<a href="https://redirect.github.com/getsentry/github-workflows/pull/130">#130</a>, <a href="https://redirect.github.com/getsentry/github-workflows/pull/133">#133</a>) <ul> <li>Scripts receive original and new version as arguments</li> <li>Support both bash (<code>.sh</code>) and PowerShell (<code>.ps1</code>) scripts</li> <li>Enables workflows like updating lock files, running code generators, or modifying configuration files</li> </ul> </li> <li>Updater - Add SSH key support and comprehensive authentication validation (<a href="https://redirect.github.com/getsentry/github-workflows/pull/134">#134</a>) <ul> <li>Add <code>ssh-key</code> input parameter for deploy key authentication</li> <li>Support using both <code>ssh-key</code> (for git) and <code>api-token</code> (for GitHub API) together</li> <li>Add detailed token validation with actionable error messages</li> <li>Detect common token issues: expiration, whitespace, SSH keys in wrong input, missing scopes</li> <li>Validate SSH key format when provided</li> </ul> </li> </ul> <h3>Fixes</h3> <ul> <li>Updater - Fix boolean input handling for <code>changelog-entry</code> parameter and add input validation (<a href="https://redirect.github.com/getsentry/github-workflows/pull/127">#127</a>)</li> <li>Updater - Fix cryptic authentication errors with better validation and error messages (<a href="https://redirect.github.com/getsentry/github-workflows/pull/134">#134</a>, closes <a href="https://redirect.github.com/getsentry/github-workflows/issues/128">#128</a>)</li> </ul> <h3>Dependencies</h3> <ul> <li>Bump Danger JS from v11.3.1 to v13.0.4 (<a href="https://redirect.github.com/getsentry/github-workflows/pull/132">#132</a>) <ul> <li><a href="https://github.com/danger/danger-js/blob/main/CHANGELOG.md#1304">changelog</a></li> <li><a href="https://github.com/danger/danger-js/compare/11.3.1...13.0.4">diff</a></li> </ul> </li> </ul> <h2>3.0.0</h2> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/getsentry/github-workflows/commit/95603f4efe938315ff0dd427a1f2bb40b1889a92"><code>95603f4</code></a> release: 3.2.0</li> <li><a href="https://github.com/getsentry/github-workflows/commit/decddd348bb8e19fc42debe9350cf293799ece42"><code>decddd3</code></a> fix: replace literal &quot;\n&quot; with newlines (<a href="https://redirect.github.com/getsentry/github-workflows/issues/138">#138</a>)</li> <li><a href="https://github.com/getsentry/github-workflows/commit/14dc1d89c601cdcbe22c7494c9920426c073912c"><code>14dc1d8</code></a> fix: drop JSON conversion for event bodies (<a href="https://redirect.github.com/getsentry/github-workflows/issues/139">#139</a>)</li> <li><a href="https://github.com/getsentry/github-workflows/commit/f2f33e2f3eb80c9297d0dbcc22e68430e291f71a"><code>f2f33e2</code></a> feat: add <code>InvokeSentryResult::Events()</code> to extract events from envelopes (<a href="https://redirect.github.com/getsentry/github-workflows/issues/137">#137</a>)</li> <li><a href="https://github.com/getsentry/github-workflows/commit/17cc15eb58ea3687cd8f2714a4192dcee4aa09ef"><code>17cc15e</code></a> chore: add changelog entry for recent PR <a href="https://redirect.github.com/getsentry/github-workflows/issues/129">#129</a></li> <li><a href="https://github.com/getsentry/github-workflows/commit/d6ae7f714421a0039b963012928dbd51bbb9ffdb"><code>d6ae7f7</code></a> Feat: Allow repo specific dangerfile. (<a href="https://redirect.github.com/getsentry/github-workflows/issues/129">#129</a>)</li> <li><a href="https://github.com/getsentry/github-workflows/commit/0ae70c0a594b55a6d28db29b82dd4a658d61c8a5"><code>0ae70c0</code></a> docs(updater): Update authentication documentation for ssh-key and api-token ...</li> <li><a href="https://github.com/getsentry/github-workflows/commit/df41e0d7ba05b8a96ad4b1ff4921e30b6da2b595"><code>df41e0d</code></a> Merge branch 'release/3.1.0'</li> <li>See full diff in <a href="https://github.com/getsentry/github-workflows/compare/13be9bec4ec5cd67061b747972b996e9c80f4f3b...95603f4efe938315ff0dd427a1f2bb40b1889a92">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=getsentry/github-workflows&package-manager=github_actions&previous-version=3.1.0&new-version=3.2.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 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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 7b0f480 commit 0a7a588

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
if: ${{ github.event_name == 'pull_request' }}
4848
steps:
4949
- name: Run Danger
50-
uses: getsentry/github-workflows/danger@13be9bec4ec5cd67061b747972b996e9c80f4f3b # 3.1.0
50+
uses: getsentry/github-workflows/danger@95603f4efe938315ff0dd427a1f2bb40b1889a92 # 3.2.0
5151

5252
required:
5353
name: Check required jobs

0 commit comments

Comments
 (0)