diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 04774f3..8edb9c2 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@b7d46eb47246e012ace3c60fd5a30ac1316b5b52 # v6 - name: Build, lint, test, and generate SBOM run: ./gradlew --no-daemon --stacktrace clean check