From 2f5d4d500c459b2bdf2ae1aec8a0f79f86962e26 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 14 Feb 2024 10:36:31 +0000 Subject: [PATCH] chore(deps): Bump gradle/gradle-build-action from 3.0.0 to 3.1.0 Bumps [gradle/gradle-build-action](https://github.com/gradle/gradle-build-action) from 3.0.0 to 3.1.0. - [Release notes](https://github.com/gradle/gradle-build-action/releases) - [Commits](https://github.com/gradle/gradle-build-action/compare/3b1b3b9a2104c2b47fbae53f3938079c00c9bb87...29c0906b64b8fc82467890bfb7a0a7ef34bda89e) --- 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 58e2e7d..9eb011a 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@3b1b3b9a2104c2b47fbae53f3938079c00c9bb87 # v2 + uses: gradle/gradle-build-action@29c0906b64b8fc82467890bfb7a0a7ef34bda89e # v2 id: gradlebuild env: CI: true @@ -119,7 +119,7 @@ jobs: --dependency-verification=lenient -Pci=true - name: "Report: Sonar" - uses: gradle/gradle-build-action@3b1b3b9a2104c2b47fbae53f3938079c00c9bb87 # v2 + uses: gradle/gradle-build-action@29c0906b64b8fc82467890bfb7a0a7ef34bda89e # v2 id: sonar continue-on-error: true env: diff --git a/.github/workflows/module.publish.yml b/.github/workflows/module.publish.yml index d8b0616..03055ed 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@3b1b3b9a2104c2b47fbae53f3938079c00c9bb87 # v2 + uses: gradle/gradle-build-action@29c0906b64b8fc82467890bfb7a0a7ef34bda89e # v2 id: publish env: CI: true @@ -176,7 +176,7 @@ jobs: with: name: libraries-jvm - name: "Publish: Live" - uses: gradle/gradle-build-action@3b1b3b9a2104c2b47fbae53f3938079c00c9bb87 # v2 + uses: gradle/gradle-build-action@29c0906b64b8fc82467890bfb7a0a7ef34bda89e # v2 id: publish env: CI: true