This is an automated email from the ASF dual-hosted git repository.
snazy pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/polaris.git
The following commit(s) were added to refs/heads/main by this push:
new 143d6e59 main: Update gradle/actions digest to 94baf22 (#917)
143d6e59 is described below
commit 143d6e59c87b9650b38a423b6827f2a2f081a411
Author: Mend Renovate <[email protected]>
AuthorDate: Mon Feb 3 14:33:34 2025 +0100
main: Update gradle/actions digest to 94baf22 (#917)
---
.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 e37afc29..35b673a2 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@0bdd871935719febd78681f197cd39af5b6e16a6 # v4
+ uses:
gradle/actions/setup-gradle@94baf225fe0a508e581a564467443d0e2379123b # 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.