From ac8140b445c25180d8d208f588a672aee94f641b Mon Sep 17 00:00:00 2001 From: Self-hosted Renovate Bot <135776+cultureamp-renovate[bot]@users.noreply.github.com> Date: Sat, 22 Jun 2024 00:45:42 +0000 Subject: [PATCH] chore(deps): update gradle/wrapper-validation-action digest to 8842585 --- .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 867d431..2d8293f 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@9ba54b687bf0f59b62abbf91e0d60de082e8ebc4 + uses: gradle/wrapper-validation-action@88425854a36845f9c881450d9660b5fd46bee142 - name: Build, test, lint run: ./gradlew build - name: Analyse dependencies for vulnerabilities