diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8185b12..83c60f7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -14,11 +14,11 @@ jobs: with: distribution: 'temurin' java-version: 8 - - uses: gradle/gradle-build-action@29c0906b64b8fc82467890bfb7a0a7ef34bda89e + - uses: gradle/gradle-build-action@fe59895742b4f984530980e4f693943577526b61 name: license header check with: arguments: spotlessCheck -PspotlessFrom=origin/${{ github.base_ref }} - - uses: gradle/gradle-build-action@29c0906b64b8fc82467890bfb7a0a7ef34bda89e + - uses: gradle/gradle-build-action@fe59895742b4f984530980e4f693943577526b61 name: gradle with: arguments: check javadoc \ No newline at end of file