From fc5a04e28cc99fd78d83bf0a3d624a58a7dd29e8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 7 Aug 2026 00:12:52 +0000 Subject: [PATCH] Bump gradle/actions/wrapper-validation Bumps [gradle/actions/wrapper-validation](https://github.com/gradle/actions) from 11d4d83c63a6ce61b32d8a9c4faddbdb04fe9917 to b7d46eb47246e012ace3c60fd5a30ac1316b5b52. - [Release notes](https://github.com/gradle/actions/releases) - [Commits](https://github.com/gradle/actions/compare/11d4d83c63a6ce61b32d8a9c4faddbdb04fe9917...b7d46eb47246e012ace3c60fd5a30ac1316b5b52) --- updated-dependencies: - dependency-name: gradle/actions/wrapper-validation dependency-version: b7d46eb47246e012ace3c60fd5a30ac1316b5b52 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 04774f3..8edb9c2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -25,7 +25,7 @@ jobs: cache: gradle - name: Validate Gradle wrapper - uses: gradle/actions/wrapper-validation@11d4d83c63a6ce61b32d8a9c4faddbdb04fe9917 # v6 + uses: gradle/actions/wrapper-validation@b7d46eb47246e012ace3c60fd5a30ac1316b5b52 # v6 - name: Build, lint, test, and generate SBOM run: ./gradlew --no-daemon --stacktrace clean check