We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cbcaa8d commit e00d27cCopy full SHA for e00d27c
1 file changed
.github/workflows/ci.yml
@@ -54,7 +54,8 @@ jobs:
54
java-version: 17
55
distribution: oracle
56
- name: Validate Gradle wrapper
57
- uses: gradle/actions/setup-gradle@4d9f0ba0025fe599b4ebab900eb7f3a1d93ef4c2 # v5.0.0
+ # See latest versions here: https://github.com/gradle/actions/releases
58
+ uses: gradle/actions/setup-gradle@3f131e8634966bd73d06cc69884922b02e6faf92 # v6.2.0
59
- name: Run Build
60
id: build_step
61
run: './gradlew "-Pfreemarker.signMethod=none" "-Pfreemarker.allowUnsignedReleaseBuild=true" --continue clean build'
0 commit comments