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