Skip to content

Commit 720312b

Browse files
build(deps): bump getsentry/github-workflows from 3.2.1 to 3.3.0 (#4949)
Bumps [getsentry/github-workflows](https://github.com/getsentry/github-workflows) from 3.2.1 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@747c4c2...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> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 63ebffa commit 720312b

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
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@747c4c2906d373f5cd809abe94a7fd732a2421a7 # 3.2.1
287+
uses: getsentry/github-workflows/sentry-cli/integration-test@26f565c05d0dd49f703d238706b775883037d76b # 3.3.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@747c4c2906d373f5cd809abe94a7fd732a2421a7 # 3.2.1
296+
# uses: getsentry/github-workflows/sentry-cli/integration-test@26f565c05d0dd49f703d238706b775883037d76b # 3.3.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@747c4c2906d373f5cd809abe94a7fd732a2421a7 # 3.2.1
335+
uses: getsentry/github-workflows/sentry-cli/integration-test@26f565c05d0dd49f703d238706b775883037d76b # 3.3.0
336336
with:
337337
path: integration-test/msbuild.Tests.ps1
338338

@@ -382,7 +382,7 @@ jobs:
382382
path: src
383383

384384
- name: Test AOT
385-
uses: getsentry/github-workflows/sentry-cli/integration-test@747c4c2906d373f5cd809abe94a7fd732a2421a7 # 3.2.1
385+
uses: getsentry/github-workflows/sentry-cli/integration-test@26f565c05d0dd49f703d238706b775883037d76b # 3.3.0
386386
env:
387387
RuntimeIdentifier: ${{ matrix.rid }}
388388
with:

.github/workflows/danger.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@ jobs:
1414
if: false
1515
runs-on: ubuntu-latest
1616
steps:
17-
- uses: getsentry/github-workflows/danger@747c4c2906d373f5cd809abe94a7fd732a2421a7 # 3.2.1
17+
- uses: getsentry/github-workflows/danger@26f565c05d0dd49f703d238706b775883037d76b # 3.3.0

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,14 +89,14 @@ jobs:
8989
id: first-integration-test-run
9090
continue-on-error: true
9191
timeout-minutes: 40
92-
uses: getsentry/github-workflows/sentry-cli/integration-test@747c4c2906d373f5cd809abe94a7fd732a2421a7 # 3.2.1
92+
uses: getsentry/github-workflows/sentry-cli/integration-test@26f565c05d0dd49f703d238706b775883037d76b # 3.3.0
9393
with:
9494
path: integration-test/ios.Tests.ps1
9595

9696
- name: Retry Integration Tests (if previous failed to run)
9797
if: steps.first-integration-test-run.outcome == 'failure'
9898
timeout-minutes: 40
99-
uses: getsentry/github-workflows/sentry-cli/integration-test@747c4c2906d373f5cd809abe94a7fd732a2421a7 # 3.2.1
99+
uses: getsentry/github-workflows/sentry-cli/integration-test@26f565c05d0dd49f703d238706b775883037d76b # 3.3.0
100100
with:
101101
path: integration-test/ios.Tests.ps1
102102

.github/workflows/update-deps.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- name: CLI
2525
path: scripts/update-cli.ps1
2626
steps:
27-
- uses: getsentry/github-workflows/updater@747c4c2906d373f5cd809abe94a7fd732a2421a7 # 3.2.1
27+
- uses: getsentry/github-workflows/updater@26f565c05d0dd49f703d238706b775883037d76b # 3.3.0
2828
with:
2929
name: ${{ matrix.name }}
3030
path: ${{ matrix.path }}

0 commit comments

Comments
 (0)