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

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


The following commit(s) were added to refs/heads/master by this push:
     new 47d1b5bdfa minor refactor: use older hash for wrapper-validation action
47d1b5bdfa is described below

commit 47d1b5bdfad72133fff924185fe48995fac645f1
Author: Paul King <[email protected]>
AuthorDate: Thu Mar 26 20:44:58 2026 +1000

    minor refactor: use older hash for wrapper-validation action
---
 .github/workflows/gradle-wrapper-validation.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/gradle-wrapper-validation.yml 
b/.github/workflows/gradle-wrapper-validation.yml
index 0f3a34274b..dfebe7f5cd 100644
--- a/.github/workflows/gradle-wrapper-validation.yml
+++ b/.github/workflows/gradle-wrapper-validation.yml
@@ -38,4 +38,4 @@ jobs:
     runs-on: ubuntu-latest
     steps:
       - uses: actions/checkout@v6
-      - uses: 
gradle/actions/wrapper-validation@4c125117fe7c5aed11272ec4213f602f012f89f2
+      - uses: 
gradle/actions/wrapper-validation@0723195856401067f7a2779048b490ace7a47d7c

Reply via email to