From a12d0f25bfaa49cdee030edfdd134e0f4c031ffb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Jun 2024 10:20:13 +0000 Subject: [PATCH] chore(deps): bump gradle/gradle-build-action from 3.1.0 to 3.4.1 Bumps [gradle/gradle-build-action](https://github.com/gradle/gradle-build-action) from 3.1.0 to 3.4.1. - [Release notes](https://github.com/gradle/gradle-build-action/releases) - [Commits](https://github.com/gradle/gradle-build-action/compare/29c0906b64b8fc82467890bfb7a0a7ef34bda89e...04b20c065cf1ab708c96e64a8811018d0a1fbc88) --- updated-dependencies: - dependency-name: gradle/gradle-build-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/module.build.yml | 4 ++-- .github/workflows/module.publish.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/module.build.yml b/.github/workflows/module.build.yml index 8975fd2..3f4bcfa 100644 --- a/.github/workflows/module.build.yml +++ b/.github/workflows/module.build.yml @@ -99,7 +99,7 @@ jobs: key: ${{ runner.os }}-gradle-${{ hashFiles('**/*.gradle') }} restore-keys: ${{ runner.os }}-gradle - name: "Build: Gradle" - uses: gradle/gradle-build-action@29c0906b64b8fc82467890bfb7a0a7ef34bda89e # v2 + uses: gradle/gradle-build-action@04b20c065cf1ab708c96e64a8811018d0a1fbc88 # v2 id: gradlebuild env: CI: true @@ -119,7 +119,7 @@ jobs: --dependency-verification=lenient -Pci=true - name: "Report: Sonar" - uses: gradle/gradle-build-action@29c0906b64b8fc82467890bfb7a0a7ef34bda89e # v2 + uses: gradle/gradle-build-action@04b20c065cf1ab708c96e64a8811018d0a1fbc88 # v2 id: sonar continue-on-error: true env: diff --git a/.github/workflows/module.publish.yml b/.github/workflows/module.publish.yml index 1ceeb45..78ec3c7 100644 --- a/.github/workflows/module.publish.yml +++ b/.github/workflows/module.publish.yml @@ -123,7 +123,7 @@ jobs: with: name: libraries-jvm - name: "Publish: Snapshots" - uses: gradle/gradle-build-action@29c0906b64b8fc82467890bfb7a0a7ef34bda89e # v2 + uses: gradle/gradle-build-action@04b20c065cf1ab708c96e64a8811018d0a1fbc88 # v2 id: publish env: CI: true @@ -176,7 +176,7 @@ jobs: with: name: libraries-jvm - name: "Publish: Live" - uses: gradle/gradle-build-action@29c0906b64b8fc82467890bfb7a0a7ef34bda89e # v2 + uses: gradle/gradle-build-action@04b20c065cf1ab708c96e64a8811018d0a1fbc88 # v2 id: publish env: CI: true