build(deps): bump getsentry/github-workflows from 3.2.0 to 3.3.0#3157
Merged
szokeasaurusrex merged 1 commit intoMar 2, 2026
Merged
Conversation
Bumps [getsentry/github-workflows](https://github.com/getsentry/github-workflows) from 3.2.0 to 3.3.0. - [Release notes](https://github.com/getsentry/github-workflows/releases) - [Changelog](https://github.com/getsentry/github-workflows/blob/main/CHANGELOG.md) - [Commits](getsentry/github-workflows@95603f4...26f565c) --- updated-dependencies: - dependency-name: getsentry/github-workflows dependency-version: 3.3.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
szokeasaurusrex
approved these changes
Mar 2, 2026
szokeasaurusrex
pushed a commit
that referenced
this pull request
Mar 3, 2026
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 "\n" 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 /> [](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 join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Bumps getsentry/github-workflows from 3.2.0 to 3.3.0.
Release notes
Sourced from getsentry/github-workflows's releases.
Changelog
Sourced from getsentry/github-workflows's changelog.
... (truncated)
Commits
26f565crelease: 3.3.0013cb4ffeat: support GIT_TAG with CMake variable (#149)5b609b7Merge branch 'release/3.2.1'747c4c2release: 3.2.1f0f5d35chore: don't use craft reusable workflow because it's broken77b589fRemove write permissions from release workflow6e95fbaci(release): migrate to Craft reusable workflow (#148)4cf47d5chore(release): Replace actions-tagger workflow with Craft's floatingTags (#147)6af183ffix: accept chunked ProGuard uploads (#140)010a398Merge branch 'release/3.2.0'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 commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)