diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 606510c..cc916e1 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -29,6 +29,6 @@ jobs: java-version: '11' distribution: 'temurin' - name: Build with Gradle - uses: gradle/gradle-build-action@fec4a42eb0c83154e5c9590748ba8337949c5701 + uses: gradle/gradle-build-action@c295a4096e1d2c453eaf1f65c6f96686e26bd8be with: arguments: build diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index e1493a3..c166124 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/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@fec4a42eb0c83154e5c9590748ba8337949c5701 + uses: gradle/gradle-build-action@c295a4096e1d2c453eaf1f65c6f96686e26bd8be 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@fec4a42eb0c83154e5c9590748ba8337949c5701 + uses: gradle/gradle-build-action@c295a4096e1d2c453eaf1f65c6f96686e26bd8be with: arguments: publish env: