diff --git a/.github/actions/gradle-task/action.yml b/.github/actions/gradle-task/action.yml index 5bdd9b042..a95442635 100644 --- a/.github/actions/gradle-task/action.yml +++ b/.github/actions/gradle-task/action.yml @@ -36,7 +36,7 @@ runs: uses: ./.github/actions/gradle-args - name: Gradle build action - uses: gradle/gradle-build-action@29c0906b64b8fc82467890bfb7a0a7ef34bda89e # v3 + uses: gradle/gradle-build-action@ac2d340dc04d9e1113182899e983b5400c17cda1 # v3 with: cache-read-only: false gradle-home-cache-cleanup: true @@ -95,7 +95,7 @@ runs: # Run the actual task. Note that this still uses gradle-build-action for more fine-grained caching. - name: Run ${{inputs.task}} - uses: gradle/gradle-build-action@29c0906b64b8fc82467890bfb7a0a7ef34bda89e # v3 + uses: gradle/gradle-build-action@ac2d340dc04d9e1113182899e983b5400c17cda1 # v3 with: # These arguments need to be on a single line. If they're defined with wrapping (using `|`), # something along the way to the actual CLI invocation gets confused and the jvmargs list