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

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


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

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

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

diff --git a/.github/workflows/gradle-wrapper-validation.yml 
b/.github/workflows/gradle-wrapper-validation.yml
index bb39f39383..dfebe7f5cd 100644
--- a/.github/workflows/gradle-wrapper-validation.yml
+++ b/.github/workflows/gradle-wrapper-validation.yml
@@ -21,11 +21,13 @@ on:
       - 'gradlew'
       - 'gradlew.bat'
       - 'gradle/wrapper/'
+      - '.github/workflows/gradle-wrapper-validation.yml'
   pull_request:
     paths:
       - 'gradlew'
       - 'gradlew.bat'
       - 'gradle/wrapper/'
+      - '.github/workflows/gradle-wrapper-validation.yml'
 
 permissions:
   contents: read
@@ -36,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