From 1ba7c3515053fa39d6d3013b5c0afda0cf322716 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 2 Jan 2024 18:34:22 +0000 Subject: [PATCH] Update gradle/gradle-build-action digest to c00a847 --- .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..99a53623 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@c00a847f3f5d9fa45cd93e9866e5b9b85f9d2bbe 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@c00a847f3f5d9fa45cd93e9866e5b9b85f9d2bbe with: arguments: publish env: diff --git a/.github/workflows/gradle.yml b/.github/workflows/gradle.yml index 90b86d94..55753b78 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@c00a847f3f5d9fa45cd93e9866e5b9b85f9d2bbe with: arguments: build