From b80f3ae7bf14ea779de3763f68c6c4c4c0f267ee Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 7 Aug 2026 22:54:42 +0000 Subject: [PATCH] Bump gradle/actions/wrapper-validation Bumps [gradle/actions/wrapper-validation](https://github.com/gradle/actions) from 11d4d83c63a6ce61b32d8a9c4faddbdb04fe9917 to 889dc537cf3672c0c060560c9ead940a2b8b7077. - [Release notes](https://github.com/gradle/actions/releases) - [Commits](https://github.com/gradle/actions/compare/11d4d83c63a6ce61b32d8a9c4faddbdb04fe9917...889dc537cf3672c0c060560c9ead940a2b8b7077) --- updated-dependencies: - dependency-name: gradle/actions/wrapper-validation dependency-version: 889dc537cf3672c0c060560c9ead940a2b8b7077 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..a5a368a 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@889dc537cf3672c0c060560c9ead940a2b8b7077 # v6 - name: Build, lint, test, and generate SBOM run: ./gradlew --no-daemon --stacktrace clean check