Skip to content

Commit 35aaef9

Browse files
authored
build(deps): bump getsentry/github-workflows/sentry-cli/integration-test from 2.14.1 to 3.2.0 (#4858)
1 parent 290cf51 commit 35aaef9

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -284,7 +284,7 @@ jobs:
284284
# if: ${{ (matrix.rid != 'linux-musl-x64') && (matrix.rid != 'linux-musl-arm64') }}
285285
# TODO: Re-enable once we have resolved https://github.com/getsentry/sentry-dotnet/issues/4788
286286
if: ${{ (matrix.rid != 'linux-musl-x64') }}
287-
uses: getsentry/github-workflows/sentry-cli/integration-test@a5e409bd5bad4c295201cdcfe862b17c50b29ab7 # v2.14.1
287+
uses: getsentry/github-workflows/sentry-cli/integration-test@95603f4efe938315ff0dd427a1f2bb40b1889a92 # 3.2.0
288288
with:
289289
path: integration-test
290290

@@ -293,7 +293,7 @@ jobs:
293293
# # by passing it as parameter to aot.Tests.ps1 via an environment variable
294294
# - name: Integration test (musl)
295295
# if: ${{ (matrix.rid == 'linux-musl-x64') || (matrix.rid == 'linux-musl-arm64') }}
296-
# uses: getsentry/github-workflows/sentry-cli/integration-test@v2
296+
# uses: getsentry/github-workflows/sentry-cli/integration-test@95603f4efe938315ff0dd427a1f2bb40b1889a92 # 3.2.0
297297
# env:
298298
# ContainerBaseImage: 'mcr.microsoft.com/dotnet/nightly/runtime-deps:10.0-preview-alpine3.22'
299299
# with:
@@ -332,7 +332,7 @@ jobs:
332332
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
333333

334334
- name: Test MSBuild
335-
uses: getsentry/github-workflows/sentry-cli/integration-test@a5e409bd5bad4c295201cdcfe862b17c50b29ab7 # v2.14.1
335+
uses: getsentry/github-workflows/sentry-cli/integration-test@95603f4efe938315ff0dd427a1f2bb40b1889a92 # 3.2.0
336336
with:
337337
path: integration-test/msbuild.Tests.ps1
338338

@@ -381,7 +381,7 @@ jobs:
381381
path: src
382382

383383
- name: Test AOT
384-
uses: getsentry/github-workflows/sentry-cli/integration-test@a5e409bd5bad4c295201cdcfe862b17c50b29ab7 # v2.14.1
384+
uses: getsentry/github-workflows/sentry-cli/integration-test@95603f4efe938315ff0dd427a1f2bb40b1889a92 # 3.2.0
385385
env:
386386
RuntimeIdentifier: ${{ matrix.rid }}
387387
with:

.github/workflows/device-tests-ios.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,14 +49,14 @@ jobs:
4949
id: first-integration-test-run
5050
continue-on-error: true
5151
timeout-minutes: 40
52-
uses: getsentry/github-workflows/sentry-cli/integration-test@a5e409bd5bad4c295201cdcfe862b17c50b29ab7 # v2.14.1
52+
uses: getsentry/github-workflows/sentry-cli/integration-test@95603f4efe938315ff0dd427a1f2bb40b1889a92 # 3.2.0
5353
with:
5454
path: integration-test/ios.Tests.ps1
5555

5656
- name: Retry Integration Tests (if previous failed to run)
5757
if: steps.first-integration-test-run.outcome == 'failure'
5858
timeout-minutes: 40
59-
uses: getsentry/github-workflows/sentry-cli/integration-test@a5e409bd5bad4c295201cdcfe862b17c50b29ab7 # v2.14.1
59+
uses: getsentry/github-workflows/sentry-cli/integration-test@95603f4efe938315ff0dd427a1f2bb40b1889a92 # 3.2.0
6060
with:
6161
path: integration-test/ios.Tests.ps1
6262

0 commit comments

Comments
 (0)