File tree Expand file tree Collapse file tree 6 files changed +15
-24
lines changed
Expand file tree Collapse file tree 6 files changed +15
-24
lines changed Original file line number Diff line number Diff line change @@ -13,17 +13,17 @@ jobs:
1313 runs-on : ubuntu-latest
1414 steps :
1515 - name : Checkout latest code
16- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # ratchet:actions/checkout@v4
16+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # ratchet:actions/checkout@v5
1717 - name : Set up JDK 17
18- uses : actions/setup-java@c5195efecf7bdfc987ee8bae7a71cb8b11521c00 # ratchet:actions/setup-java@v4
18+ uses : actions/setup-java@dded0888837ed1f317902acf8a20df0ad188d165 # ratchet:actions/setup-java@v5
1919 with :
2020 java-version : 17
2121 distribution : ' zulu'
2222 cache : ' gradle'
2323 - name : Setup Gradle
24- uses : gradle/actions/setup-gradle@8379f6a1328ee0e06e2bb424dadb7b159856a326 # ratchet:gradle/actions/setup-gradle@v4
24+ uses : gradle/actions/setup-gradle@017a9effdb900e5b5b2fddfb590a105619dca3c3 # ratchet:gradle/actions/setup-gradle@v4
2525 - name : Generate and submit dependency graph
26- uses : gradle/actions/dependency-submission@8379f6a1328ee0e06e2bb424dadb7b159856a326 # ratchet:gradle/actions/dependency-submission@v4
26+ uses : gradle/actions/dependency-submission@017a9effdb900e5b5b2fddfb590a105619dca3c3 # ratchet:gradle/actions/dependency-submission@v4
2727 - name : Build with Gradle
2828 run : ./gradlew build
2929 release-notes :
Original file line number Diff line number Diff line change @@ -15,10 +15,10 @@ jobs:
1515 packages : write
1616 steps :
1717 - name : Checkout latest code
18- uses : actions/checkout@v4
18+ uses : actions/checkout@v5
1919
2020 - name : Set up JDK 17
21- uses : actions/setup-java@v4
21+ uses : actions/setup-java@v5
2222 with :
2323 java-version : 17
2424 distribution : ' zulu'
Original file line number Diff line number Diff line change @@ -11,12 +11,12 @@ jobs:
1111 runs-on : ubuntu-latest
1212 steps :
1313 - name : Checkout latest code
14- uses : actions/checkout@v4
14+ uses : actions/checkout@v5
1515 with :
1616 ref : add-arm64-architecture
1717
1818 - name : Set up JDK 17
19- uses : actions/setup-java@v4
19+ uses : actions/setup-java@v5
2020 with :
2121 java-version : 17
2222 distribution : ' zulu'
Original file line number Diff line number Diff line change 11name : Publish release
2-
32on :
43 release :
54 types : [published]
6-
75env :
86 IMAGE_NAME : ghcr.io/${{ github.repository }}
9-
107jobs :
118 publish-release :
129 permissions :
1310 packages : write
1411 contents : read
1512 runs-on : ubuntu-latest
16-
1713 steps :
1814 - name : Checkout latest code
19- uses : actions/checkout@v4
20-
15+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # ratchet:actions/checkout@v5
2116 - name : Set up JDK 17
22- uses : actions/setup-java@v4
17+ uses : actions/setup-java@dded0888837ed1f317902acf8a20df0ad188d165 # ratchet:actions/setup-java@v5
2318 with :
2419 java-version : 17
2520 distribution : ' zulu'
2621 cache : ' gradle'
27-
2822 - name : Login to GitHub Container Registry
29- uses : docker/login-action@v3
23+ uses : docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 # ratchet:docker/login-action@ v3
3024 with :
3125 registry : ghcr.io
3226 username : ${{ github.actor }}
3327 password : ${{ secrets.GITHUB_TOKEN }}
34-
3528 - name : Publish artifact
3629 env :
3730 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
4033 GPG_PASSPHRASE : ${{ secrets.GPG_PASSPHRASE }}
4134 SONATYPE_USERNAME : ${{ secrets.SONATYPE_USERNAME }}
4235 SONATYPE_PASSWORD : ${{ secrets.SONATYPE_PASSWORD }}
43-
4436 # The GITHUB_REF tag comes in the format 'refs/tags/xxx'.
4537 # So if we split on '/' and take the 3rd value, we can get the release name.
4638 run : |
5042 echo "Releasing new version ${NEW_VERSION} of $IMAGE"
5143 ./gradlew -Pversion=${NEW_VERSION} publish publishToSonatype closeAndReleaseStagingRepository -Dorg.gradle.internal.publish.checksums.insecure=true --info
5244 ./gradlew jib --image="${IMAGE}"
53-
Original file line number Diff line number Diff line change @@ -15,10 +15,10 @@ jobs:
1515 if : ${{ github.actor == 'dependabot[bot]' }}
1616 steps :
1717 - name : Checkout latest code
18- uses : actions/checkout@v4
18+ uses : actions/checkout@v5
1919
2020 - name : Set up JDK 17
21- uses : actions/setup-java@v4
21+ uses : actions/setup-java@v5
2222 with :
2323 java-version : 17
2424 distribution : ' zulu'
Original file line number Diff line number Diff line change @@ -10,10 +10,10 @@ jobs:
1010 runs-on : ubuntu-latest
1111 steps :
1212 - name : Checkout latest code
13- uses : actions/checkout@v4
13+ uses : actions/checkout@v5
1414
1515 - name : Set up JDK 17
16- uses : actions/setup-java@v4
16+ uses : actions/setup-java@v5
1717 with :
1818 java-version : 17
1919 distribution : ' zulu'
You can’t perform that action at this time.
0 commit comments