This is an automated email from the ASF dual-hosted git repository.

damccorm pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/beam.git


The following commit(s) were added to refs/heads/master by this push:
     new a13af81f54a [GH Actions] tackle unmaintained Gradle GH actions (#37064)
a13af81f54a is described below

commit a13af81f54aceb1f569a00e10ed7cf3684a7ee7d
Author: Robert Stupp <[email protected]>
AuthorDate: Mon Dec 15 17:43:14 2025 +0100

    [GH Actions] tackle unmaintained Gradle GH actions (#37064)
    
    This change replaces the now unmaintained `gradle/gradle-build-action` with 
`gradle/actions/setup-gradle`.
    
    Also remove the unmaintained `gradle/wrapper-validation-action` w/o a 
replacement, assuming #36771 is going in.
---
 .github/actions/setup-environment-action/action.yml | 3 ++-
 .github/workflows/code_completion_plugin_tests.yml  | 4 ----
 2 files changed, 2 insertions(+), 5 deletions(-)

diff --git a/.github/actions/setup-environment-action/action.yml 
b/.github/actions/setup-environment-action/action.yml
index 02cf0491ea0..f4e17cd80d3 100644
--- a/.github/actions/setup-environment-action/action.yml
+++ b/.github/actions/setup-environment-action/action.yml
@@ -76,9 +76,10 @@ runs:
         distribution: 'temurin'
         java-version: ${{ inputs.java-version == 'default' && '11' || 
inputs.java-version }}
     - name: Setup Gradle
-      uses: gradle/gradle-build-action@v2
+      uses: 
gradle/actions/setup-gradle@4d9f0ba0025fe599b4ebab900eb7f3a1d93ef4c2 # v5
       with:
         cache-disabled: ${{ inputs.disable-cache }}
+        validate-wrappers: false
     - name: Install Go
       if: ${{ inputs.go-version != '' }}
       uses: actions/setup-go@v6
diff --git a/.github/workflows/code_completion_plugin_tests.yml 
b/.github/workflows/code_completion_plugin_tests.yml
index d9bdb13b214..b183385383b 100644
--- a/.github/workflows/code_completion_plugin_tests.yml
+++ b/.github/workflows/code_completion_plugin_tests.yml
@@ -68,10 +68,6 @@ jobs:
           repository: JetBrains/intellij-community
           path: intellij
 
-      # Validate wrapper
-      - name: Gradle Wrapper Validation
-        uses: gradle/[email protected]
-
       # Setup Java environment for the next steps
       - name: Setup Java
         uses: actions/setup-java@v5

Reply via email to