This is an automated email from the ASF dual-hosted git repository.
Abacn 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 d9f07c5f6aa Bump setup gradle to allowlisted v6.1.0 (#38745)
d9f07c5f6aa is described below
commit d9f07c5f6aade17bd137b008cb1dfe75002d7117
Author: Abdelrahman Ibrahim <[email protected]>
AuthorDate: Fri May 29 16:28:18 2026 +0200
Bump setup gradle to allowlisted v6.1.0 (#38745)
---
.github/actions/setup-environment-action/action.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/actions/setup-environment-action/action.yml
b/.github/actions/setup-environment-action/action.yml
index fb5f91de455..06633c6c727 100644
--- a/.github/actions/setup-environment-action/action.yml
+++ b/.github/actions/setup-environment-action/action.yml
@@ -76,7 +76,7 @@ runs:
distribution: 'temurin'
java-version: ${{ inputs.java-version == 'default' && '11' ||
inputs.java-version }}
- name: Setup Gradle
- uses:
gradle/actions/setup-gradle@0723195856401067f7a2779048b490ace7a47d7c # v5.0.2
+ uses:
gradle/actions/setup-gradle@50e97c2cd7a37755bbfafc9c5b7cafaece252f6e # v6.1.0
with:
cache-disabled: ${{ inputs.disable-cache }}
validate-wrappers: false