File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -13,10 +13,10 @@ jobs:
1313 runs-on : ubuntu-latest
1414 steps :
1515 - name : Checkout current commit (${{ github.sha }})
16- uses : actions/checkout@v3
16+ uses : actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3
1717
1818 - name : Set up Java
19- uses : actions/setup-java@v3
19+ uses : actions/setup-java@17f84c3641ba7b8f6deff6309fc4c864478f5d62 # v3
2020 with :
2121 distribution : ' temurin'
2222 java-version : ' 17'
2929 ./mvnw clean package assembly:single
3030
3131 - name : Archive artifacts
32- uses : actions/upload-artifact@v4
32+ uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4
3333 with :
3434 name : ${{ github.sha }}
3535 path : |
Original file line number Diff line number Diff line change @@ -14,5 +14,5 @@ permissions:
1414
1515jobs :
1616 changelog-preview :
17- uses : getsentry/craft/.github/workflows/changelog-preview.yml@v2
17+ uses : getsentry/craft/.github/workflows/changelog-preview.yml@f4889d04564e47311038ecb6b910fef6b6cf1363 # v2
1818 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@v3
11+ - uses : getsentry/github-workflows/danger@26f565c05d0dd49f703d238706b775883037d76b # v3
Original file line number Diff line number Diff line change @@ -19,10 +19,10 @@ jobs:
1919
2020 steps :
2121 - name : Checkout Repo
22- uses : actions/checkout@v3
22+ uses : actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3
2323
2424 - name : Setup Java Version
25- uses : actions/setup-java@v3
25+ uses : actions/setup-java@17f84c3641ba7b8f6deff6309fc4c864478f5d62 # v3
2626 with :
2727 distribution : ' temurin'
2828 java-version : ' 17'
Original file line number Diff line number Diff line change 2626 with :
2727 app-id : ${{ vars.SENTRY_RELEASE_BOT_CLIENT_ID }}
2828 private-key : ${{ secrets.SENTRY_RELEASE_BOT_PRIVATE_KEY }}
29- - uses : actions/checkout@v3
29+ - uses : actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3
3030 with :
3131 token : ${{ steps.token.outputs.token }}
3232 fetch-depth : 0
Original file line number Diff line number Diff line change 1313jobs :
1414 cli :
1515 if : github.repository == 'getsentry/sentry-maven-plugin'
16- uses : getsentry/github-workflows/.github/workflows/updater.yml@v2
16+ uses : getsentry/github-workflows/.github/workflows/updater.yml@1949ea01ec2da6139d1bcc306c372e6aea76fb72 # v2
1717 with :
1818 path : sentry-cli.properties
1919 name : CLI
2424
2525 sdk :
2626 if : github.repository == 'getsentry/sentry-maven-plugin'
27- uses : getsentry/github-workflows/.github/workflows/updater.yml@v2
27+ uses : getsentry/github-workflows/.github/workflows/updater.yml@1949ea01ec2da6139d1bcc306c372e6aea76fb72 # v2
2828 with :
2929 path : scripts/update-sentry-sdk.sh
3030 name : Sentry SDK
You can’t perform that action at this time.
0 commit comments