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 a12bf26e7 main: Update gradle/actions digest to ac638b0 (#1877) a12bf26e7 is described below commit a12bf26e77fadd3ad2d496f281a0c74ad78445e7 Author: Mend Renovate <b...@renovateapp.com> AuthorDate: Thu Jun 12 09:13:39 2025 +0200 main: Update gradle/actions digest to ac638b0 (#1877) --- .github/workflows/gradle.yml | 2 +- .github/workflows/nightly.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/gradle.yml b/.github/workflows/gradle.yml index 38c88e4cf..43d48132e 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@8379f6a1328ee0e06e2bb424dadb7b159856a326 # v4 + uses: gradle/actions/setup-gradle@ac638b010cf58a27ee6c972d7336334ccaf61c96 # 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. diff --git a/.github/workflows/nightly.yml b/.github/workflows/nightly.yml index 99166720a..5af7bfb42 100644 --- a/.github/workflows/nightly.yml +++ b/.github/workflows/nightly.yml @@ -53,7 +53,7 @@ jobs: java-version: '21' distribution: 'temurin' - name: Setup Gradle - uses: gradle/actions/setup-gradle@8379f6a1328ee0e06e2bb424dadb7b159856a326 # v4 + uses: gradle/actions/setup-gradle@ac638b010cf58a27ee6c972d7336334ccaf61c96 # v4 with: validate-wrappers: false - name: Publish SNAPSHOTs to Apache Nexus Repository