diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 5a640bf030..6bc284ea86 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@747c4c2906d373f5cd809abe94a7fd732a2421a7 # 3.2.1 + uses: getsentry/github-workflows/sentry-cli/integration-test@26f565c05d0dd49f703d238706b775883037d76b # 3.3.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@747c4c2906d373f5cd809abe94a7fd732a2421a7 # 3.2.1 +# uses: getsentry/github-workflows/sentry-cli/integration-test@26f565c05d0dd49f703d238706b775883037d76b # 3.3.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@747c4c2906d373f5cd809abe94a7fd732a2421a7 # 3.2.1 + uses: getsentry/github-workflows/sentry-cli/integration-test@26f565c05d0dd49f703d238706b775883037d76b # 3.3.0 with: path: integration-test/msbuild.Tests.ps1 @@ -382,7 +382,7 @@ jobs: path: src - name: Test AOT - uses: getsentry/github-workflows/sentry-cli/integration-test@747c4c2906d373f5cd809abe94a7fd732a2421a7 # 3.2.1 + uses: getsentry/github-workflows/sentry-cli/integration-test@26f565c05d0dd49f703d238706b775883037d76b # 3.3.0 env: RuntimeIdentifier: ${{ matrix.rid }} with: diff --git a/.github/workflows/danger.yml b/.github/workflows/danger.yml index 9d4a922c12..526a28f1c4 100644 --- a/.github/workflows/danger.yml +++ b/.github/workflows/danger.yml @@ -14,4 +14,4 @@ jobs: if: false runs-on: ubuntu-latest steps: - - uses: getsentry/github-workflows/danger@747c4c2906d373f5cd809abe94a7fd732a2421a7 # 3.2.1 + - uses: getsentry/github-workflows/danger@26f565c05d0dd49f703d238706b775883037d76b # 3.3.0 diff --git a/.github/workflows/device-tests-ios.yml b/.github/workflows/device-tests-ios.yml index 8cded4e73b..f916748374 100644 --- a/.github/workflows/device-tests-ios.yml +++ b/.github/workflows/device-tests-ios.yml @@ -89,14 +89,14 @@ jobs: id: first-integration-test-run continue-on-error: true timeout-minutes: 40 - uses: getsentry/github-workflows/sentry-cli/integration-test@747c4c2906d373f5cd809abe94a7fd732a2421a7 # 3.2.1 + uses: getsentry/github-workflows/sentry-cli/integration-test@26f565c05d0dd49f703d238706b775883037d76b # 3.3.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@747c4c2906d373f5cd809abe94a7fd732a2421a7 # 3.2.1 + uses: getsentry/github-workflows/sentry-cli/integration-test@26f565c05d0dd49f703d238706b775883037d76b # 3.3.0 with: path: integration-test/ios.Tests.ps1 diff --git a/.github/workflows/update-deps.yml b/.github/workflows/update-deps.yml index 54aa7fe4fa..131b8ea37e 100644 --- a/.github/workflows/update-deps.yml +++ b/.github/workflows/update-deps.yml @@ -24,7 +24,7 @@ jobs: - name: CLI path: scripts/update-cli.ps1 steps: - - uses: getsentry/github-workflows/updater@747c4c2906d373f5cd809abe94a7fd732a2421a7 # 3.2.1 + - uses: getsentry/github-workflows/updater@26f565c05d0dd49f703d238706b775883037d76b # 3.3.0 with: name: ${{ matrix.name }} path: ${{ matrix.path }}