diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e78758b..2dfff8c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -45,7 +45,7 @@ jobs: jdkFile: ${{ steps.download-java.outputs.jdkFile }} - name: Build & Test - uses: gradle/gradle-build-action@243af859f8ca30903d9d7f7936897ca0358ba691 # v2 + uses: gradle/gradle-build-action@a8f75513eafdebd8141bd1cd4e30fcd194af8dfa # v2 with: arguments: build --info @@ -63,6 +63,6 @@ jobs: - name: Publish To Sonatype if: github.event_name != 'pull_request' && (startsWith(github.ref, 'refs/tags/v') || github.ref == 'refs/heads/main') - uses: gradle/gradle-build-action@243af859f8ca30903d9d7f7936897ca0358ba691 # v2 + uses: gradle/gradle-build-action@a8f75513eafdebd8141bd1cd4e30fcd194af8dfa # v2 with: arguments: publishAllPublicationsToMavenCentral \ No newline at end of file