File tree Expand file tree Collapse file tree
.github/actions/gradle-task Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3636 uses : ./.github/actions/gradle-args
3737
3838 - name : Gradle build action
39- uses : gradle/gradle-build-action@3b1b3b9a2104c2b47fbae53f3938079c00c9bb87 # v3
39+ uses : gradle/gradle-build-action@29c0906b64b8fc82467890bfb7a0a7ef34bda89e # v3
4040 with :
4141 cache-read-only : false
4242 gradle-home-cache-cleanup : true
9393
9494 # Run the actual task. Note that this still uses gradle-build-action for more fine-grained caching.
9595 - name : Run ${{ inputs.task }}
96- uses : gradle/gradle-build-action@3b1b3b9a2104c2b47fbae53f3938079c00c9bb87 # v3
96+ uses : gradle/gradle-build-action@29c0906b64b8fc82467890bfb7a0a7ef34bda89e # v3
9797 with :
9898 # These arguments need to be on a single line. If they're defined with wrapping (using `|`),
9999 # 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