File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 2323 uses : actions/checkout@v5
2424 with :
2525 ref : v${{ github.event.inputs.release_version }}
26- - uses : gradle/actions/wrapper-validation@v4
26+ - uses : gradle/actions/wrapper-validation@v5
2727 - name : Set up JDK
2828 uses : actions/setup-java@v5
2929 with :
Original file line number Diff line number Diff line change @@ -52,14 +52,14 @@ jobs:
5252 fetch-depth : 0
5353
5454 - name : " 🔧 Setup GraalVM CE"
55- 55+ 5656 with :
5757 distribution : ' graalvm'
5858 java-version : ${{ matrix.java }}
5959 github-token : ${{ secrets.GITHUB_TOKEN }}
6060
6161 - name : " 🔧 Setup Gradle"
62- uses : gradle/actions/setup-gradle@v4
62+ uses : gradle/actions/setup-gradle@v5
6363
6464 - name : " ❓ Optional setup step"
6565 run : |
9191
9292 - name : " 📜 Upload binary compatibility check results"
9393 if : matrix.java == '21'
94- uses : actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
94+ uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
9595 with :
9696 name : binary-compatibility-reports
9797 path : " **/build/reports/binary-compatibility-*.html"
Original file line number Diff line number Diff line change 2222 uses : actions/checkout@v5
2323 with :
2424 token : ${{ secrets.GH_TOKEN }}
25- - uses : gradle/actions/wrapper-validation@v4
25+ - uses : gradle/actions/wrapper-validation@v5
2626 - name : Set up JDK
2727 uses : actions/setup-java@v5
2828 with :
@@ -73,13 +73,13 @@ jobs:
7373 # Store the hash in a file, which is uploaded as a workflow artifact.
7474 sha256sum $ARTIFACTS | base64 -w0 > artifacts-sha256
7575 - name : Upload build artifacts
76- uses : actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
76+ uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
7777 with :
7878 name : gradle-build-outputs
7979 path : build/repo/${{ steps.publish.outputs.group }}/*/${{ steps.publish.outputs.version }}/*
8080 retention-days : 5
8181 - name : Upload artifacts-sha256
82- uses : actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
82+ uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
8383 with :
8484 name : artifacts-sha256
8585 path : artifacts-sha256
You can’t perform that action at this time.
0 commit comments