From c59b3e107c90ce29778ecc7efb493427de39bb09 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 29 Oct 2025 02:12:01 +0000 Subject: [PATCH] build(deps): bump getsentry/action-release from 3.2.0 to 3.3.0 in /.github/actions/create-sentry-release (#10671) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bumps [getsentry/action-release](https://github.com/getsentry/action-release) from 3.2.0 to 3.3.0.
Release notes

Sourced from getsentry/action-release's releases.

3.3.0

Various fixes & improvements

Changelog

Sourced from getsentry/action-release's changelog.

Changelog

3.3.0

Various fixes & improvements

3.2.0

Various fixes & improvements

3.1.2

3.1.1

3.1.0

Input parameter version has been deprecated and will be removed in a future version in favor of a newly introduced release parameter.

Input parameter version_prefix has been deprecated and will be removed in a future version in favor of a newly introduced release_prefix parameter.

3.0.0

Version 3.0.0 contains breaking changes:

The action now automatically injects Debug IDs into your JavaScript source files and source maps to ensure your stacktraces can be properly un-minified.

This is a breaking change as it modifies your source files. You can disable this behavior by setting inject: false:

- uses: getsentry/action-release@v3
  with:
    environment: 'production'
    sourcemaps: './dist'
    inject: false
</tr></table>

... (truncated)

Commits

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=getsentry/action-release&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) ---
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 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 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)
Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Thomas Eizinger --- .github/actions/create-sentry-release/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/create-sentry-release/action.yml b/.github/actions/create-sentry-release/action.yml index 1d19a7539..8445a89fd 100644 --- a/.github/actions/create-sentry-release/action.yml +++ b/.github/actions/create-sentry-release/action.yml @@ -25,7 +25,7 @@ runs: echo "version=$version" >> $GITHUB_OUTPUT shell: bash - - uses: getsentry/action-release@526942b68292201ac6bbb99b9a0747d4abee354c # v3.2.0 + - uses: getsentry/action-release@4f502acc1df792390abe36f2dcb03612ef144818 # v3.3.0 env: SENTRY_AUTH_TOKEN: ${{ inputs.sentry_token }} SENTRY_ORG: firezone-inc