File tree 4 files changed +6
-7
lines changed
4 files changed +6
-7
lines changed Original file line number Diff line number Diff line change 78
78
79
79
- name : " 📜 Upload binary compatibility check results"
80
80
if : matrix.java == '17'
81
- uses : actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
81
+ uses : actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4.5.0
82
82
with :
83
83
name : binary-compatibility-reports
84
84
path : " **/build/reports/binary-compatibility-*.html"
Original file line number Diff line number Diff line change @@ -66,13 +66,13 @@ jobs:
66
66
# Store the hash in a file, which is uploaded as a workflow artifact.
67
67
sha256sum $ARTIFACTS | base64 -w0 > artifacts-sha256
68
68
- name : Upload build artifacts
69
- uses : actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
69
+ uses : actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4.5.0
70
70
with :
71
71
name : gradle-build-outputs
72
72
path : build/repo/${{ steps.publish.outputs.group }}/*/${{ steps.publish.outputs.version }}/*
73
73
retention-days : 5
74
74
- name : Upload artifacts-sha256
75
- uses : actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
75
+ uses : actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4.5.0
76
76
with :
77
77
name : artifacts-sha256
78
78
path : artifacts-sha256
@@ -160,6 +160,6 @@ jobs:
160
160
- name : Upload assets
161
161
# Upload the artifacts to the existing release. Note that the SLSA provenance will
162
162
# attest to each artifact file and not the aggregated ZIP file.
163
- uses : softprops/action-gh-release@01570a1f39cb168c169c802c3bceb9e93fb10974 # v2.1 .0
163
+ uses : softprops/action-gh-release@7b4da11513bf3f43f9999e90eabced41ab8bb048 # v2.2 .0
164
164
with :
165
165
files : artifacts.zip
Original file line number Diff line number Diff line change 1
1
distributionBase =GRADLE_USER_HOME
2
2
distributionPath =wrapper/dists
3
- distributionUrl =https\://services.gradle.org/distributions/gradle-8.11.1 -bin.zip
3
+ distributionUrl =https\://services.gradle.org/distributions/gradle-8.12 -bin.zip
4
4
networkTimeout =10000
5
5
validateDistributionUrl =true
6
6
zipStoreBase =GRADLE_USER_HOME
Original file line number Diff line number Diff line change 86
86
# shellcheck disable=SC2034
87
87
APP_BASE_NAME=${0##*/ }
88
88
# Discard cd standard output in case $CDPATH is set (https://github.com/gradle/gradle/issues/25036)
89
- APP_HOME=$( cd -P " ${APP_HOME:- ./ } " > /dev/null && printf ' %s
90
- ' " $PWD " ) || exit
89
+ APP_HOME=$( cd -P " ${APP_HOME:- ./ } " > /dev/null && printf ' %s\n' " $PWD " ) || exit
91
90
92
91
# Use the maximum available, or set MAX_FD != -1 to use that value.
93
92
MAX_FD=maximum
You can’t perform that action at this time.
0 commit comments