Skip to content

build(deps): bump getsentry/github-workflows from 3.2.0 to 3.3.0#3157

Merged
szokeasaurusrex merged 1 commit into
masterfrom
dependabot/github_actions/getsentry/github-workflows-3.3.0
Mar 2, 2026
Merged

build(deps): bump getsentry/github-workflows from 3.2.0 to 3.3.0#3157
szokeasaurusrex merged 1 commit into
masterfrom
dependabot/github_actions/getsentry/github-workflows-3.3.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Feb 23, 2026

Bumps getsentry/github-workflows from 3.2.0 to 3.3.0.

Release notes

Sourced from getsentry/github-workflows's releases.

3.3.0

Features

  • Updater - Support CMake GIT_TAG with variable references like ${FOO_REF}, resolving and updating the corresponding set() definition (#149)

3.2.1

Fixes

  • Sentry-CLI integration test action - Accept chunked ProGuard uploads for compatibility with Sentry CLI 3.x (#140)
Changelog

Sourced from getsentry/github-workflows's changelog.

Changelog

3.3.0

Features

  • Updater - Support CMake GIT_TAG with variable references like ${FOO_REF}, resolving and updating the corresponding set() definition (#149)

3.2.1

Fixes

  • Sentry-CLI integration test action - Accept chunked ProGuard uploads for compatibility with Sentry CLI 3.x (#140)

3.2.0

Features

  • Danger - Add support for repository-specific dangerfiles (#129)
    • Add extra-dangerfile input parameter to run custom Danger checks alongside shared workflow checks
    • Add extra-install-packages input to install additional apt packages required by custom dangerfiles
    • Custom dangerfiles receive full Danger API access (fail, warn, message, markdown, danger)
    • Enables repositories to extend Danger checks without overwriting shared workflow comments
  • Sentry-CLI integration test action - Add InvokeSentryResult::Events() method to extract events from envelopes (#137)

Fixes

  • Sentry-CLI integration test action - Replace literal "\n" with newlines (#138)

3.1.0

Features

  • Updater - Add post-update-script input parameter to run custom scripts after dependency updates (#130, #133)
    • Scripts receive original and new version as arguments
    • Support both bash (.sh) and PowerShell (.ps1) scripts
    • Enables workflows like updating lock files, running code generators, or modifying configuration files
  • Updater - Add SSH key support and comprehensive authentication validation (#134)
    • Add ssh-key input parameter for deploy key authentication
    • Support using both ssh-key (for git) and api-token (for GitHub API) together
    • Add detailed token validation with actionable error messages
    • Detect common token issues: expiration, whitespace, SSH keys in wrong input, missing scopes
    • Validate SSH key format when provided

Fixes

  • Updater - Fix boolean input handling for changelog-entry parameter and add input validation (#127)
  • Updater - Fix cryptic authentication errors with better validation and error messages (#134, closes #128)

Dependencies

... (truncated)

Commits
  • 26f565c release: 3.3.0
  • 013cb4f feat: support GIT_TAG with CMake variable (#149)
  • 5b609b7 Merge branch 'release/3.2.1'
  • 747c4c2 release: 3.2.1
  • f0f5d35 chore: don't use craft reusable workflow because it's broken
  • 77b589f Remove write permissions from release workflow
  • 6e95fba ci(release): migrate to Craft reusable workflow (#148)
  • 4cf47d5 chore(release): Replace actions-tagger workflow with Craft's floatingTags (#147)
  • 6af183f fix: accept chunked ProGuard uploads (#140)
  • 010a398 Merge branch 'release/3.2.0'
  • See full diff in compare view

Dependabot compatibility score

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 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)

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>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels Feb 23, 2026
@dependabot dependabot Bot requested review from a team and szokeasaurusrex as code owners February 23, 2026 22:54
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels Feb 23, 2026
@szokeasaurusrex szokeasaurusrex merged commit f37f446 into master Mar 2, 2026
25 checks passed
@szokeasaurusrex szokeasaurusrex deleted the dependabot/github_actions/getsentry/github-workflows-3.3.0 branch March 2, 2026 09:17
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 &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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant