Skip to content

Commit

Permalink
Update gradle/gradle-build-action digest to ac2d340
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 27, 2025
1 parent 12c6fc4 commit 90b58a7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/actions/gradle-task/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 90b58a7

Please sign in to comment.