From ed1242768a7a1501b09da235d5974e4397fae054 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 10 Jan 2024 03:39:16 +0000 Subject: [PATCH] Update gradle/gradle-build-action digest to 1a18d0b --- .github/workflows/gradle-publish.yml | 4 ++-- .github/workflows/gradle.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/gradle-publish.yml b/.github/workflows/gradle-publish.yml index 54b31c5a..04e3611e 100644 --- a/.github/workflows/gradle-publish.yml +++ b/.github/workflows/gradle-publish.yml @@ -30,14 +30,14 @@ jobs: settings-path: ${{ github.workspace }} # location for the settings.xml file - name: Build with Gradle - uses: gradle/gradle-build-action@9cf99034d287025d4ee4838498a346d99521aaa4 + uses: gradle/gradle-build-action@1a18d0b2d320a9fdba0e6a127b832c9e941375ff with: arguments: build # The USERNAME and TOKEN need to correspond to the credentials environment variables used in # the publishing section of your build.gradle - name: Publish to GitHub Packages - uses: gradle/gradle-build-action@9cf99034d287025d4ee4838498a346d99521aaa4 + uses: gradle/gradle-build-action@1a18d0b2d320a9fdba0e6a127b832c9e941375ff with: arguments: publish env: diff --git a/.github/workflows/gradle.yml b/.github/workflows/gradle.yml index 90b86d94..d0820b47 100644 --- a/.github/workflows/gradle.yml +++ b/.github/workflows/gradle.yml @@ -29,6 +29,6 @@ jobs: java-version: '11' distribution: 'temurin' - name: Build with Gradle - uses: gradle/gradle-build-action@9cf99034d287025d4ee4838498a346d99521aaa4 + uses: gradle/gradle-build-action@1a18d0b2d320a9fdba0e6a127b832c9e941375ff with: arguments: build