From f91a03a437d1c50ec063115eab8419c8a4d19e43 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 15 Sep 2023 21:52:41 +0000 Subject: [PATCH] chore(deps): Bump gradle/gradle-build-action from 2.7.1 to 2.8.0 Bumps [gradle/gradle-build-action](https://github.com/gradle/gradle-build-action) from 2.7.1 to 2.8.0. - [Release notes](https://github.com/gradle/gradle-build-action/releases) - [Commits](https://github.com/gradle/gradle-build-action/compare/243af859f8ca30903d9d7f7936897ca0358ba691...ef76a971e2fa3f867b617efd72f2fbd72cf6f8bc) --- 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/flow-deploy-release-artifact.yaml | 2 +- .github/workflows/zxc-code-analysis.yaml | 4 ++-- .github/workflows/zxc-compile-code.yaml | 10 +++++----- .github/workflows/zxc-release-maven-central.yaml | 10 +++++----- .github/workflows/zxf-snyk-monitor.yaml | 4 ++-- 5 files changed, 15 insertions(+), 15 deletions(-) diff --git a/.github/workflows/flow-deploy-release-artifact.yaml b/.github/workflows/flow-deploy-release-artifact.yaml index 51b23946b..5fe522d95 100644 --- a/.github/workflows/flow-deploy-release-artifact.yaml +++ b/.github/workflows/flow-deploy-release-artifact.yaml @@ -197,7 +197,7 @@ jobs: java-version: ${{ inputs.java-version }} - name: Setup Gradle - uses: gradle/gradle-build-action@243af859f8ca30903d9d7f7936897ca0358ba691 # v2.7.1 + uses: gradle/gradle-build-action@ef76a971e2fa3f867b617efd72f2fbd72cf6f8bc # v2.8.0 with: gradle-version: wrapper gradle-home-cache-includes: | diff --git a/.github/workflows/zxc-code-analysis.yaml b/.github/workflows/zxc-code-analysis.yaml index bfcab03c9..3cdb0d0d5 100644 --- a/.github/workflows/zxc-code-analysis.yaml +++ b/.github/workflows/zxc-code-analysis.yaml @@ -105,7 +105,7 @@ jobs: java-version: ${{ inputs.java-version }} - name: Setup Gradle - uses: gradle/gradle-build-action@243af859f8ca30903d9d7f7936897ca0358ba691 # v2.7.1 + uses: gradle/gradle-build-action@ef76a971e2fa3f867b617efd72f2fbd72cf6f8bc # v2.8.0 with: gradle-version: ${{ inputs.gradle-version }} @@ -141,7 +141,7 @@ jobs: echo "options=${SONAR_OPTS}" >> "${GITHUB_OUTPUT}" - name: SonarCloud Scan - uses: gradle/gradle-build-action@243af859f8ca30903d9d7f7936897ca0358ba691 # v2.7.1 + uses: gradle/gradle-build-action@ef76a971e2fa3f867b617efd72f2fbd72cf6f8bc # v2.8.0 env: GITHUB_TOKEN: ${{ secrets.access-token }} SONAR_TOKEN: ${{ secrets.sonar-token }} diff --git a/.github/workflows/zxc-compile-code.yaml b/.github/workflows/zxc-compile-code.yaml index 788389b28..de831a7ca 100644 --- a/.github/workflows/zxc-compile-code.yaml +++ b/.github/workflows/zxc-compile-code.yaml @@ -89,7 +89,7 @@ jobs: java-version: ${{ inputs.java-version }} - name: Setup Gradle - uses: gradle/gradle-build-action@243af859f8ca30903d9d7f7936897ca0358ba691 # v2.7.1 + uses: gradle/gradle-build-action@ef76a971e2fa3f867b617efd72f2fbd72cf6f8bc # v2.8.0 with: gradle-version: ${{ inputs.gradle-version }} @@ -157,13 +157,13 @@ jobs: - name: Compile id: gradle-build - uses: gradle/gradle-build-action@243af859f8ca30903d9d7f7936897ca0358ba691 # v2.7.1 + uses: gradle/gradle-build-action@ef76a971e2fa3f867b617efd72f2fbd72cf6f8bc # v2.8.0 with: gradle-version: ${{ inputs.gradle-version }} arguments: assemble --scan - name: Spotless Check - uses: gradle/gradle-build-action@243af859f8ca30903d9d7f7936897ca0358ba691 # v2.7.1 + uses: gradle/gradle-build-action@ef76a971e2fa3f867b617efd72f2fbd72cf6f8bc # v2.8.0 if: ${{ inputs.enable-spotless-check && steps.gradle-build.conclusion == 'success' && !cancelled() }} with: gradle-version: ${{ inputs.gradle-version }} @@ -171,7 +171,7 @@ jobs: - name: Unit Tests id: gradle-test - uses: gradle/gradle-build-action@243af859f8ca30903d9d7f7936897ca0358ba691 # v2.7.1 + uses: gradle/gradle-build-action@ef76a971e2fa3f867b617efd72f2fbd72cf6f8bc # v2.8.0 if: ${{ inputs.enable-unit-tests && steps.gradle-build.conclusion == 'success' && !cancelled() && !failure() }} with: gradle-version: ${{ inputs.gradle-version }} @@ -189,7 +189,7 @@ jobs: # Technically, this step is not required since the Gradle check task implicitly includes it but is executed again # here to prevent failures if future modules are not wired properly. - name: Jacoco Coverage Report - uses: gradle/gradle-build-action@243af859f8ca30903d9d7f7936897ca0358ba691 # v2.7.1 + uses: gradle/gradle-build-action@ef76a971e2fa3f867b617efd72f2fbd72cf6f8bc # v2.8.0 if: ${{ inputs.enable-unit-tests && steps.gradle-build.conclusion == 'success' && !cancelled() }} with: gradle-version: ${{ inputs.gradle-version }} diff --git a/.github/workflows/zxc-release-maven-central.yaml b/.github/workflows/zxc-release-maven-central.yaml index 9f44d858c..32331c0c4 100644 --- a/.github/workflows/zxc-release-maven-central.yaml +++ b/.github/workflows/zxc-release-maven-central.yaml @@ -120,7 +120,7 @@ jobs: java-version: ${{ inputs.java-version }} - name: Setup Gradle - uses: gradle/gradle-build-action@243af859f8ca30903d9d7f7936897ca0358ba691 # v2.7.1 + uses: gradle/gradle-build-action@ef76a971e2fa3f867b617efd72f2fbd72cf6f8bc # v2.8.0 with: gradle-version: ${{ inputs.gradle-version }} gradle-home-cache-includes: | @@ -130,7 +130,7 @@ jobs: # This step is used to update the version number in the build.properties file. - name: Apply Version Number Update (Explicit) - uses: gradle/gradle-build-action@243af859f8ca30903d9d7f7936897ca0358ba691 # v2.7.1 + uses: gradle/gradle-build-action@ef76a971e2fa3f867b617efd72f2fbd72cf6f8bc # v2.8.0 with: gradle-version: ${{ inputs.gradle-version }} arguments: versionAsSpecified --scan -PnewVersion=${{ inputs.new-version }} @@ -138,7 +138,7 @@ jobs: # Technically, this step is not required but is executed to provide the end users with a summary of the version # numbers assigned to each published artifact. - name: Version Report - uses: gradle/gradle-build-action@243af859f8ca30903d9d7f7936897ca0358ba691 # v2.7.1 + uses: gradle/gradle-build-action@ef76a971e2fa3f867b617efd72f2fbd72cf6f8bc # v2.8.0 with: gradle-version: ${{ inputs.gradle-version }} arguments: githubVersionSummary --scan @@ -149,7 +149,7 @@ jobs: # components fail to build. - name: Gradle Assemble id: gradle-build - uses: gradle/gradle-build-action@243af859f8ca30903d9d7f7936897ca0358ba691 # v2.7.1 + uses: gradle/gradle-build-action@ef76a971e2fa3f867b617efd72f2fbd72cf6f8bc # v2.8.0 if: ${{ inputs.dry-run-enabled != true && !cancelled() && !failure() }} with: gradle-version: ${{ inputs.gradle-version }} @@ -158,7 +158,7 @@ jobs: # Publishes the artifacts to the Maven Central Nexus staging repository. A manual step is required to release # the artifacts from the staging repository to Maven Central. - name: Gradle Publish to Maven Central - uses: gradle/gradle-build-action@243af859f8ca30903d9d7f7936897ca0358ba691 # v2.7.1 + uses: gradle/gradle-build-action@ef76a971e2fa3f867b617efd72f2fbd72cf6f8bc # v2.8.0 if: ${{ inputs.dry-run-enabled != true && !cancelled() && !failure() }} env: OSSRH_USERNAME: ${{ secrets.ossrh-user-name }} diff --git a/.github/workflows/zxf-snyk-monitor.yaml b/.github/workflows/zxf-snyk-monitor.yaml index 153a48d0e..9cdae0977 100644 --- a/.github/workflows/zxf-snyk-monitor.yaml +++ b/.github/workflows/zxf-snyk-monitor.yaml @@ -43,7 +43,7 @@ jobs: java-version: 17.0.7 - name: Setup Gradle - uses: gradle/gradle-build-action@243af859f8ca30903d9d7f7936897ca0358ba691 # v2.7.1 + uses: gradle/gradle-build-action@ef76a971e2fa3f867b617efd72f2fbd72cf6f8bc # v2.8.0 with: gradle-version: wrapper @@ -57,7 +57,7 @@ jobs: # Snyk will fail if the code does not compile and the error messages are less than helpful. Therefore, we will # compile the code first and then run Snyk so that we can get diagnostic information if the code does not compile. - name: Compile - uses: gradle/gradle-build-action@243af859f8ca30903d9d7f7936897ca0358ba691 # v2.7.1 + uses: gradle/gradle-build-action@ef76a971e2fa3f867b617efd72f2fbd72cf6f8bc # v2.8.0 with: gradle-version: wrapper arguments: assemble --scan