4848 curl -sSL https://raw.githubusercontent.com/${{ github.repository }}/${{ github.sha }}/.github/alpine/setup-node.sh | sudo bash /dev/stdin
4949
5050 - name : Checkout
51- uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
51+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
5252
5353 - run : git submodule update --init modules/sentry-native
5454
@@ -121,7 +121,7 @@ jobs:
121121 uses : styfle/cancel-workflow-action@3155a141048f8f89c06b4cdae32e7853e97536bc # 0.13.0
122122
123123 - name : Checkout
124- uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
124+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
125125 with :
126126 submodules : recursive
127127 fetch-depth : 2 # default is 1 and codecov needs > 1
@@ -262,7 +262,7 @@ jobs:
262262
263263 - name : Sparse checkout
264264 if : env.CI_PUBLISHING_BUILD == 'true'
265- uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
265+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
266266 with :
267267 # We only check out what is absolutely necessary to reduce a chance of local files impacting
268268 # integration tests (nuget.config etc.)... But we need the root Directory.Build.props calculate
@@ -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:
@@ -306,7 +306,7 @@ jobs:
306306
307307 steps :
308308 - name : Checkout
309- uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
309+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
310310 with :
311311 submodules : recursive
312312
@@ -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
@@ -364,7 +364,7 @@ jobs:
364364
365365 steps :
366366 - name : Checkout
367- uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
367+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
368368 with :
369369 submodules : recursive
370370
@@ -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 :
@@ -394,7 +394,7 @@ jobs:
394394
395395 steps :
396396 - name : Checkout
397- uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
397+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
398398 with :
399399 submodules : recursive
400400 fetch-depth : 2 # default is 1 and codecov needs > 1
@@ -433,7 +433,7 @@ jobs:
433433 if : ${{ !startsWith(github.ref_name, 'release/') }}
434434
435435 steps :
436- - uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
436+ - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
437437 with :
438438 submodules : recursive
439439
0 commit comments