@@ -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@a5e409bd5bad4c295201cdcfe862b17c50b29ab7 # v2.14.1
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@v2
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@a5e409bd5bad4c295201cdcfe862b17c50b29ab7 # v2.14.1
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@a5e409bd5bad4c295201cdcfe862b17c50b29ab7 # v2.14.1
385385 env :
386386 RuntimeIdentifier : ${{ matrix.rid }}
387387 with :
0 commit comments