Skip to content

Commit f37f446

Browse files
build(deps): bump getsentry/github-workflows from 3.2.0 to 3.3.0 (#3157)
Bumps [getsentry/github-workflows](https://github.com/getsentry/github-workflows) from 3.2.0 to 3.3.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.3.0</h2> <h3>Features</h3> <ul> <li>Updater - Support CMake <code>GIT_TAG</code> with variable references like <code>${FOO_REF}</code>, resolving and updating the corresponding <code>set()</code> definition (<a href="https://redirect.github.com/getsentry/github-workflows/pull/149">#149</a>)</li> </ul> <h2>3.2.1</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> </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>3.3.0</h2> <h3>Features</h3> <ul> <li>Updater - Support CMake <code>GIT_TAG</code> with variable references like <code>${FOO_REF}</code>, resolving and updating the corresponding <code>set()</code> definition (<a href="https://redirect.github.com/getsentry/github-workflows/pull/149">#149</a>)</li> </ul> <h2>3.2.1</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> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/getsentry/github-workflows/commit/26f565c05d0dd49f703d238706b775883037d76b"><code>26f565c</code></a> release: 3.3.0</li> <li><a href="https://github.com/getsentry/github-workflows/commit/013cb4f5c377545e194893b4cddc354d9cf8a2e5"><code>013cb4f</code></a> feat: support GIT_TAG with CMake variable (<a href="https://redirect.github.com/getsentry/github-workflows/issues/149">#149</a>)</li> <li><a href="https://github.com/getsentry/github-workflows/commit/5b609b7eaa5cdde234e520e34ffd847184b11ab3"><code>5b609b7</code></a> Merge branch 'release/3.2.1'</li> <li><a href="https://github.com/getsentry/github-workflows/commit/747c4c2906d373f5cd809abe94a7fd732a2421a7"><code>747c4c2</code></a> release: 3.2.1</li> <li><a href="https://github.com/getsentry/github-workflows/commit/f0f5d35e06fb01eb1b3defcf8d228990e7ac810c"><code>f0f5d35</code></a> chore: don't use craft reusable workflow because it's broken</li> <li><a href="https://github.com/getsentry/github-workflows/commit/77b589f6f997f1a3eee07b79d2ef0df3b82921e8"><code>77b589f</code></a> Remove write permissions from release workflow</li> <li><a href="https://github.com/getsentry/github-workflows/commit/6e95fba4ddf37edbcbadc6a0a0d7af7fe3053eff"><code>6e95fba</code></a> ci(release): migrate to Craft reusable workflow (<a href="https://redirect.github.com/getsentry/github-workflows/issues/148">#148</a>)</li> <li><a href="https://github.com/getsentry/github-workflows/commit/4cf47d5c14670beb44a1923425bbd424834a24bc"><code>4cf47d5</code></a> chore(release): Replace actions-tagger workflow with Craft's floatingTags (<a href="https://redirect.github.com/getsentry/github-workflows/issues/147">#147</a>)</li> <li><a href="https://github.com/getsentry/github-workflows/commit/6af183f6da39a3d9f36268ba8a3ba910a8e239fc"><code>6af183f</code></a> fix: accept chunked ProGuard uploads (<a href="https://redirect.github.com/getsentry/github-workflows/issues/140">#140</a>)</li> <li><a href="https://github.com/getsentry/github-workflows/commit/010a3982dafe8635463b7a361563ac786dbd3972"><code>010a398</code></a> Merge branch 'release/3.2.0'</li> <li>See full diff in <a href="https://github.com/getsentry/github-workflows/compare/95603f4efe938315ff0dd427a1f2bb40b1889a92...26f565c05d0dd49f703d238706b775883037d76b">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.2.0&new-version=3.3.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>
1 parent b70400d commit f37f446

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.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@95603f4efe938315ff0dd427a1f2bb40b1889a92 # 3.2.0
50+
uses: getsentry/github-workflows/danger@26f565c05d0dd49f703d238706b775883037d76b # 3.3.0
5151

5252
required:
5353
name: Check required jobs

0 commit comments

Comments
 (0)