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 46
46
uses : ./.github/actions/gradle-args
47
47
48
48
- name : Gradle build action
49
- uses : gradle/gradle-build-action@29c0906b64b8fc82467890bfb7a0a7ef34bda89e # v3
49
+ uses : gradle/gradle-build-action@ac2d340dc04d9e1113182899e983b5400c17cda1 # v3
50
50
with :
51
51
cache-read-only : false
52
52
gradle-home-cache-cleanup : true
@@ -105,7 +105,7 @@ runs:
105
105
106
106
# Run the actual task. Note that this still uses gradle-build-action for more fine-grained caching.
107
107
- name : Run ${{inputs.task}}
108
- uses : gradle/gradle-build-action@29c0906b64b8fc82467890bfb7a0a7ef34bda89e # v3
108
+ uses : gradle/gradle-build-action@ac2d340dc04d9e1113182899e983b5400c17cda1 # v3
109
109
with :
110
110
# These arguments need to be on a single line. If they're defined with wrapping (using `|`),
111
111
# 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