File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 5858 SENTRY_PROJECT : sentry-android
5959
6060 - name : Upload coverage to Codecov
61- uses : codecov/codecov-action@57e3a136b779b570ffcdbf80b3bdc90e7fab3de2 # pin@v4
61+ uses : codecov/codecov-action@e79a6962e0d4c0c17b229090214935d2e33f8354 # pin@v4
6262 with :
6363 name : sentry-java
6464 fail_ci_if_error : false
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@bc2e6a9952e62250e5469d5a853a7a438692ccc1 # v2
1919 secrets : inherit
Original file line number Diff line number Diff line change 3636 cache-encryption-key : ${{ secrets.GRADLE_ENCRYPTION_KEY }}
3737
3838 - name : Initialize CodeQL
39- uses : github/codeql-action/init@68bde559dea0fdcac2102bfdf6230c5f70eb485e # pin@v2
39+ uses : github/codeql-action/init@9e0d7b8d25671d64c341c19c0152d693099fb5ba # pin@v2
4040 with :
4141 languages : ' java'
4242
4545 ./gradlew buildForCodeQL --no-build-cache
4646
4747 - name : Perform CodeQL Analysis
48- uses : github/codeql-action/analyze@68bde559dea0fdcac2102bfdf6230c5f70eb485e # pin@v2
48+ uses : github/codeql-action/analyze@9e0d7b8d25671d64c341c19c0152d693099fb5ba # pin@v2
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@bc2e6a9952e62250e5469d5a853a7a438692ccc1 # 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