From ccd9ae8d863213d9d1fb79987b53415b9cbea214 Mon Sep 17 00:00:00 2001 From: Mend Renovate Date: Wed, 26 Mar 2025 01:29:25 +0000 Subject: [PATCH] main: Update gradle/actions digest to 06832c7 --- .github/workflows/gradle.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/gradle.yml b/.github/workflows/gradle.yml index 35b673a2fa..d18ab65108 100644 --- a/.github/workflows/gradle.yml +++ b/.github/workflows/gradle.yml @@ -50,7 +50,7 @@ jobs: # Configure Gradle for optimal use in GiHub Actions, including caching of downloaded dependencies. # See: https://github.com/gradle/actions/blob/main/setup-gradle/README.md - name: Setup Gradle - uses: gradle/actions/setup-gradle@94baf225fe0a508e581a564467443d0e2379123b # v4 + uses: gradle/actions/setup-gradle@06832c7b30a0129d7fb559bcc6e43d26f6374244 # v4 with: # The setup-gradle action fails, if the wrapper is not using the right version or is not present. # Our `gradlew` validates the integrity of the `gradle-wrapper.jar`, so it's safe to disable this.