Skip to content

Commit a74a1d6

Browse files
Update gradle/gradle-build-action digest to ef76a97
1 parent 10d8e33 commit a74a1d6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
jdkFile: ${{ steps.download-java.outputs.jdkFile }}
4646

4747
- name: Build & Test
48-
uses: gradle/gradle-build-action@243af859f8ca30903d9d7f7936897ca0358ba691 # v2
48+
uses: gradle/gradle-build-action@ef76a971e2fa3f867b617efd72f2fbd72cf6f8bc # v2
4949
with:
5050
arguments: build --info
5151

@@ -63,6 +63,6 @@ jobs:
6363

6464
- name: Publish To Sonatype
6565
if: github.event_name != 'pull_request' && (startsWith(github.ref, 'refs/tags/v') || github.ref == 'refs/heads/main')
66-
uses: gradle/gradle-build-action@243af859f8ca30903d9d7f7936897ca0358ba691 # v2
66+
uses: gradle/gradle-build-action@ef76a971e2fa3f867b617efd72f2fbd72cf6f8bc # v2
6767
with:
6868
arguments: publishAllPublicationsToMavenCentral

0 commit comments

Comments
 (0)