From 930e590b09debb605f263f5e2ff51c4e71aba673 Mon Sep 17 00:00:00 2001 From: Self-hosted Renovate Bot <135776+cultureamp-renovate[bot]@users.noreply.github.com> Date: Sat, 2 Dec 2023 00:38:46 +0000 Subject: [PATCH] chore(deps): update gradle/wrapper-validation-action digest to 342dbeb --- .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 8afe661..95e2fc3 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@e6e38bacfdf1a337459f332974bb2327a31aaf4b + uses: gradle/wrapper-validation-action@342dbebe7272035434f9baccc29a816ec6dd2c7b - name: Build, test, lint run: ./gradlew build - name: Analyse dependencies for vulnerabilities