File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -15,5 +15,5 @@ permissions:
1515
1616jobs :
1717 changelog-preview :
18- uses : getsentry/craft/.github/workflows/changelog-preview.yml@bae212ca7aec50bb716eafd387c80bcfb28da937 # v2
18+ uses : getsentry/craft/.github/workflows/changelog-preview.yml@70714dda896a3f5d5ad0a3e55b1d73a64ee7bf8f # v2
1919 secrets : inherit
Original file line number Diff line number Diff line change 88 danger :
99 runs-on : ubuntu-latest
1010 steps :
11- - uses : getsentry/github-workflows/danger@26f565c05d0dd49f703d238706b775883037d76b # v3
11+ - uses : getsentry/github-workflows/danger@607fed74f812e69201531a5185b6c3c57caa4e89 # v3
Original file line number Diff line number Diff line change 2323 steps :
2424 - name : Get auth token
2525 id : token
26- uses : actions/create-github-app-token@1b10c78c7865c340bc4f6099eb2f838309f1e8c3 # v3.1.1
26+ uses : actions/create-github-app-token@bcd2ba49218906704ab6c1aa796996da409d3eb1 # v3.2.0
2727 with :
2828 app-id : ${{ vars.SENTRY_RELEASE_BOT_CLIENT_ID }}
2929 private-key : ${{ secrets.SENTRY_RELEASE_BOT_PRIVATE_KEY }}
3434 fetch-depth : 0
3535 submodules : ' recursive'
3636 - name : Prepare release
37- uses : getsentry/craft@bae212ca7aec50bb716eafd387c80bcfb28da937 # v2
37+ uses : getsentry/craft@70714dda896a3f5d5ad0a3e55b1d73a64ee7bf8f # v2
3838 env :
3939 GITHUB_TOKEN : ${{ steps.token.outputs.token }}
4040 with :
Original file line number Diff line number Diff line change 1818 native :
1919 runs-on : ubuntu-latest
2020 steps :
21- - uses : getsentry/github-workflows/updater@26f565c05d0dd49f703d238706b775883037d76b # v3
21+ - uses : getsentry/github-workflows/updater@607fed74f812e69201531a5185b6c3c57caa4e89 # v3
2222 with :
2323 path : scripts/update-sentry-native-ndk.sh
2424 name : Native SDK
Original file line number Diff line number Diff line change 1010 permissions :
1111 pull-requests : write
1212 steps :
13- - uses : getsentry/github-workflows/validate-pr@71588ddf95134f804e82c5970a8098588e2eaecd
13+ - uses : getsentry/github-workflows/validate-pr@26f565c05d0dd49f703d238706b775883037d76b
1414 with :
1515 app-id : ${{ vars.SDK_MAINTAINER_BOT_APP_ID }}
1616 private-key : ${{ secrets.SDK_MAINTAINER_BOT_PRIVATE_KEY }}
You can’t perform that action at this time.
0 commit comments