From 7dcb829343619f48b9a1597ef65ab50f35405acb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stefan=20P=C3=B6lz?= <38893694+Flash0ver@users.noreply.github.com> Date: Wed, 21 Jan 2026 19:43:48 +0100 Subject: [PATCH] build(deps): bump getsentry/github-workflows/sentry-cli/integration-test from 2.14.1 to 3.2.0 --- .github/workflows/build.yml | 8 ++++---- .github/workflows/device-tests-ios.yml | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 3bca66cf5e..abfafcdb54 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -284,7 +284,7 @@ jobs: # if: ${{ (matrix.rid != 'linux-musl-x64') && (matrix.rid != 'linux-musl-arm64') }} # TODO: Re-enable once we have resolved https://github.com/getsentry/sentry-dotnet/issues/4788 if: ${{ (matrix.rid != 'linux-musl-x64') }} - uses: getsentry/github-workflows/sentry-cli/integration-test@a5e409bd5bad4c295201cdcfe862b17c50b29ab7 # v2.14.1 + uses: getsentry/github-workflows/sentry-cli/integration-test@95603f4efe938315ff0dd427a1f2bb40b1889a92 # 3.2.0 with: path: integration-test @@ -293,7 +293,7 @@ jobs: # # by passing it as parameter to aot.Tests.ps1 via an environment variable # - name: Integration test (musl) # if: ${{ (matrix.rid == 'linux-musl-x64') || (matrix.rid == 'linux-musl-arm64') }} -# uses: getsentry/github-workflows/sentry-cli/integration-test@v2 +# uses: getsentry/github-workflows/sentry-cli/integration-test@95603f4efe938315ff0dd427a1f2bb40b1889a92 # 3.2.0 # env: # ContainerBaseImage: 'mcr.microsoft.com/dotnet/nightly/runtime-deps:10.0-preview-alpine3.22' # with: @@ -332,7 +332,7 @@ jobs: run: msbuild Sentry-CI-Build-Windows.slnf -t:Restore,Build,Pack -p:Configuration=Release --nologo -v:minimal -flp:logfile=msbuild.log -p:CopyLocalLockFileAssemblies=true -bl:msbuild.binlog - name: Test MSBuild - uses: getsentry/github-workflows/sentry-cli/integration-test@a5e409bd5bad4c295201cdcfe862b17c50b29ab7 # v2.14.1 + uses: getsentry/github-workflows/sentry-cli/integration-test@95603f4efe938315ff0dd427a1f2bb40b1889a92 # 3.2.0 with: path: integration-test/msbuild.Tests.ps1 @@ -381,7 +381,7 @@ jobs: path: src - name: Test AOT - uses: getsentry/github-workflows/sentry-cli/integration-test@a5e409bd5bad4c295201cdcfe862b17c50b29ab7 # v2.14.1 + uses: getsentry/github-workflows/sentry-cli/integration-test@95603f4efe938315ff0dd427a1f2bb40b1889a92 # 3.2.0 env: RuntimeIdentifier: ${{ matrix.rid }} with: diff --git a/.github/workflows/device-tests-ios.yml b/.github/workflows/device-tests-ios.yml index f3ad8d799e..9ccb0fe08b 100644 --- a/.github/workflows/device-tests-ios.yml +++ b/.github/workflows/device-tests-ios.yml @@ -49,14 +49,14 @@ jobs: id: first-integration-test-run continue-on-error: true timeout-minutes: 40 - uses: getsentry/github-workflows/sentry-cli/integration-test@a5e409bd5bad4c295201cdcfe862b17c50b29ab7 # v2.14.1 + uses: getsentry/github-workflows/sentry-cli/integration-test@95603f4efe938315ff0dd427a1f2bb40b1889a92 # 3.2.0 with: path: integration-test/ios.Tests.ps1 - name: Retry Integration Tests (if previous failed to run) if: steps.first-integration-test-run.outcome == 'failure' timeout-minutes: 40 - uses: getsentry/github-workflows/sentry-cli/integration-test@a5e409bd5bad4c295201cdcfe862b17c50b29ab7 # v2.14.1 + uses: getsentry/github-workflows/sentry-cli/integration-test@95603f4efe938315ff0dd427a1f2bb40b1889a92 # 3.2.0 with: path: integration-test/ios.Tests.ps1