@@ -17,15 +17,17 @@ jobs:
1717 runs-on : ubuntu-latest
1818 steps :
1919 - &checkout
20- uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # tag: v5
20+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
2121 - &cache
22- uses : actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # tag: v4
22+ uses : actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4
2323 - &cache-restore
24- uses : actions/cache/restore@0057852bfaa89a56745cba8c7296529d2fc39830 # tag: v4
24+ uses : actions/cache/restore@0057852bfaa89a56745cba8c7296529d2fc39830 # v4
2525 - &upload-artifact
26- uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # tag: v4
26+ uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4
2727 - &download-artifact
28- uses : actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # tag: v5
28+ uses : actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5
29+ - &sentry-github-workflow
30+ uses : getsentry/github-workflows/sentry-cli/integration-test/@a5e409bd5bad4c295201cdcfe862b17c50b29ab7 # v2.14.1
2931
3032 build-sentry-native :
3133 name : sentry-native (${{ matrix.rid }})
@@ -267,7 +269,7 @@ jobs:
267269
268270 - name : Sparse checkout
269271 if : env.CI_PUBLISHING_BUILD == 'true'
270- uses : *checkout
272+ << : *checkout
271273 with :
272274 # We only check out what is absolutely necessary to reduce a chance of local files impacting
273275 # integration tests, e.g. Directory.Build.props, nuget.config, ...
@@ -283,7 +285,7 @@ jobs:
283285 path : src
284286
285287 - name : Integration test
286- uses : getsentry/github-workflows/ sentry-cli/integration-test/@a5e409bd5bad4c295201cdcfe862b17c50b29ab7 # v2.14.1
288+ << : * sentry-github-workflow
287289 with :
288290 path : integration-test
289291
@@ -364,7 +366,7 @@ jobs:
364366 path : src
365367
366368 - name : Test AOT
367- uses : getsentry/github-workflows/ sentry-cli/integration-test/@a5e409bd5bad4c295201cdcfe862b17c50b29ab7 # v2.14.1
369+ << : * sentry-github-workflow
368370 env :
369371 RuntimeIdentifier : ${{ matrix.rid }}
370372 with :
@@ -416,7 +418,7 @@ jobs:
416418 if : ${{ !startsWith(github.ref_name, 'release/') }}
417419
418420 steps :
419- - uses : *checkout
421+ - << : *checkout
420422 with :
421423 submodules : recursive
422424
0 commit comments