Skip to content

Commit 7342b2c

Browse files
authored
Add checksum for Gradle wrapper (#538)
The verification fails on `main`, even though the run in #535 was green. Probably because the action version had to be updated as well.
1 parent 7677d8d commit 7342b2c

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
java-version: 11
3838

3939
- name: 3. Validate Gradle wrapper
40-
uses: gradle/wrapper-validation-action@v1 # https://github.com/gradle/wrapper-validation-action
40+
uses: gradle/actions/wrapper-validation@v4 # https://github.com/gradle/wrapper-validation-action
4141

4242
#
4343
# Main build job

gradle/wrapper/gradle-wrapper.properties

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3+
distributionSha256Sum=20f1b1176237254a6fc204d8434196fa11a4cfb387567519c61556e8710aed78
34
distributionUrl=https\://services.gradle.org/distributions/gradle-8.13-bin.zip
45
networkTimeout=10000
56
zipStoreBase=GRADLE_USER_HOME

0 commit comments

Comments
 (0)