Skip to content

Commit b53c34e

Browse files
committed
fix yaml
1 parent 4782b69 commit b53c34e

File tree

8 files changed

+27
-25
lines changed

8 files changed

+27
-25
lines changed

.github/workflows/build.yml

Lines changed: 11 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -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

.github/workflows/codeql-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
uses: styfle/cancel-workflow-action@85880fa0301c86cca9da44039ee3bb12d3bedbfa # Tag: 0.12.1
2828

2929
- name: Checkout repository
30-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # tag: v5
30+
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
3131
with:
3232
submodules: recursive
3333

.github/workflows/danger.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ on:
66

77
jobs:
88
danger:
9-
uses: getsentry/github-workflows/.github/workflows/danger.yml@1949ea01ec2da6139d1bcc306c372e6aea76fb72 # tag: v2
9+
uses: getsentry/github-workflows/.github/workflows/danger.yml@1949ea01ec2da6139d1bcc306c372e6aea76fb72 # v2

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

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@ jobs:
1717
runs-on: ubuntu-latest
1818
steps:
1919
- &checkout
20-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # tag: v5
20+
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
2121
- &upload-artifact
22-
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # tag: v4
22+
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4
2323
- &download-artifact
24-
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # tag: v5
24+
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5
2525

2626
build:
2727
name: Build (${{ matrix.tfm }})
@@ -38,8 +38,8 @@ jobs:
3838
if: github.ref_name != 'main' && !startsWith(github.ref_name, 'release/')
3939
uses: styfle/cancel-workflow-action@85880fa0301c86cca9da44039ee3bb12d3bedbfa # Tag: 0.12.1
4040

41-
- <<: *checkout
42-
name: Checkout
41+
- name: Checkout
42+
<<: *checkout
4343
with:
4444
submodules: recursive
4545

@@ -91,8 +91,8 @@ jobs:
9191
sudo udevadm control --reload-rules
9292
sudo udevadm trigger --name-match=kvm
9393
94-
- <<: *checkout
95-
name: Checkout
94+
- name: Checkout
95+
<<: *checkout
9696

9797
- name: Download test app artifact
9898
<<: *download-artifact

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@ jobs:
1717
runs-on: ubuntu-latest
1818
steps:
1919
- &checkout
20-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # tag: v5
20+
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
2121
- &upload-artifact
22-
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # tag: v4
22+
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4
2323

2424
ios-tests:
2525
runs-on: macos-15
@@ -33,8 +33,8 @@ jobs:
3333
if: github.ref_name != 'main' && !startsWith(github.ref_name, 'release/')
3434
uses: styfle/cancel-workflow-action@85880fa0301c86cca9da44039ee3bb12d3bedbfa # Tag: 0.12.1
3535

36-
- <<: *checkout
37-
name: Checkout
36+
- name: Checkout
37+
<<: *checkout
3838
with:
3939
submodules: recursive
4040

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
fetch-depth: 0
3232

3333
- name: Prepare release ${{ github.event.inputs.version }}
34-
uses: getsentry/action-prepare-release@3cea80dc3938c0baf5ec4ce752ecb311f8780cdc # tag: v1
34+
uses: getsentry/action-prepare-release@3cea80dc3938c0baf5ec4ce752ecb311f8780cdc # v1
3535
env:
3636
GITHUB_TOKEN: ${{ steps.token.outputs.token }}
3737
with:

.github/workflows/update-deps.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
path: modules/sentry-native
2323
- name: CLI
2424
path: scripts/update-cli.ps1
25-
uses: getsentry/github-workflows/.github/workflows/updater.yml@1949ea01ec2da6139d1bcc306c372e6aea76fb72 # tag: v2
25+
uses: getsentry/github-workflows/.github/workflows/updater.yml@1949ea01ec2da6139d1bcc306c372e6aea76fb72 # v2
2626
with:
2727
name: ${{ matrix.name }}
2828
path: ${{ matrix.path }}

.github/workflows/vulnerabilities.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515

1616
steps:
1717
- name: Checkout
18-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # tag: v5
18+
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
1919
with:
2020
submodules: recursive
2121

0 commit comments

Comments
 (0)