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

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


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

commit 5c26a4620b7fe0ff42a12ed9d3adb90666407704
Author: Paul King <[email protected]>
AuthorDate: Thu Mar 26 20:33:39 2026 +1000

    minor refactor: use 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 b346e33743..72f8803275 100644
--- a/.github/workflows/gradle-wrapper-validation.yml
+++ b/.github/workflows/gradle-wrapper-validation.yml
@@ -36,4 +36,4 @@ jobs:
     runs-on: ubuntu-latest
     steps:
       - uses: actions/checkout@v5
-      - uses: gradle/actions/wrapper-validation@v5
+      - uses: 
gradle/actions/wrapper-validation@4c125117fe7c5aed11272ec4213f602f012f89f2

Reply via email to