From 09468bde4b1c63201434622b5de17525b35b0928 Mon Sep 17 00:00:00 2001 From: Self-hosted Renovate Bot <135776+cultureamp-renovate[bot]@users.noreply.github.com> Date: Sat, 20 Apr 2024 00:42:20 +0000 Subject: [PATCH] chore(deps): update gradle/wrapper-validation-action digest to 5188e9b --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 8a1a8bb..a085152 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -14,7 +14,7 @@ jobs: distribution: 'adopt' cache: gradle - name: Validate Gradle wrapper - uses: gradle/wrapper-validation-action@460a3ca55fc5d559238a0efc7fa9f7465df8585d + uses: gradle/wrapper-validation-action@5188e9b5527a0a094cee21e2fe9a8ca44b4629af - name: Build, test, lint run: ./gradlew build - name: Analyse dependencies for vulnerabilities