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