From 432570842ef1c1de812d4556df2b93d0e49a3a0e Mon Sep 17 00:00:00 2001 From: "Andrei.Ovcharenko" Date: Sun, 21 Jun 2026 23:13:39 +0300 Subject: [PATCH] Validate Gradle wrapper in CI --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 612db8b..a84250b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -24,6 +24,8 @@ jobs: with: distribution: temurin java-version: "21" + - name: Validate Gradle Wrapper + uses: gradle/actions/wrapper-validation@3f131e8634966bd73d06cc69884922b02e6faf92 # v6.2.0 - name: Setup Gradle uses: gradle/actions/setup-gradle@3f131e8634966bd73d06cc69884922b02e6faf92 # v6.2.0 with: