File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
.github/actions/gradle-task Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 4646 uses : ./.github/actions/gradle-args
4747
4848 - name : Gradle build action
49- uses : gradle/gradle-build-action@29c0906b64b8fc82467890bfb7a0a7ef34bda89e # v3
49+ uses : gradle/gradle-build-action@ac2d340dc04d9e1113182899e983b5400c17cda1 # v3
5050 with :
5151 cache-read-only : false
5252 gradle-home-cache-cleanup : true
@@ -105,7 +105,7 @@ runs:
105105
106106 # Run the actual task. Note that this still uses gradle-build-action for more fine-grained caching.
107107 - name : Run ${{inputs.task}}
108- uses : gradle/gradle-build-action@29c0906b64b8fc82467890bfb7a0a7ef34bda89e # v3
108+ uses : gradle/gradle-build-action@ac2d340dc04d9e1113182899e983b5400c17cda1 # v3
109109 with :
110110 # These arguments need to be on a single line. If they're defined with wrapping (using `|`),
111111 # something along the way to the actual CLI invocation gets confused and the jvmargs list
You can’t perform that action at this time.
0 commit comments