From a049c312f538e699772da931eb399fb83dc3aabd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jan 2024 10:37:00 -0600 Subject: [PATCH] chore(deps): Bump gradle/gradle-build-action from 2.10.0 to 2.12.0 (#703) Signed-off-by: dependabot[bot] Signed-off-by: Nathan Klick Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Nathan Klick --- .../flow-deploy-release-artifact.yaml | 6 ++--- .github/workflows/zxc-code-analysis.yaml | 6 ++--- .github/workflows/zxc-compile-code.yaml | 22 +++++++++---------- .../workflows/zxc-release-maven-central.yaml | 12 +++++----- .github/workflows/zxf-snyk-monitor.yaml | 4 ++-- 5 files changed, 25 insertions(+), 25 deletions(-) diff --git a/.github/workflows/flow-deploy-release-artifact.yaml b/.github/workflows/flow-deploy-release-artifact.yaml index e68f50661..ad4af0402 100644 --- a/.github/workflows/flow-deploy-release-artifact.yaml +++ b/.github/workflows/flow-deploy-release-artifact.yaml @@ -190,12 +190,12 @@ jobs: java-version: ${{ github.event.inputs.java-version || '21.0.1' }} - name: Setup Gradle - uses: gradle/gradle-build-action@87a9a15658c426a54dd469d4fc7dc1a73ca9d4a6 # v2.10.0 + uses: gradle/gradle-build-action@a8f75513eafdebd8141bd1cd4e30fcd194af8dfa # v2.12.0 with: gradle-version: ${{ github.event.inputs.gradle-version || 'wrapper' }} - name: Apply Version Number Update (Explicit) - uses: gradle/gradle-build-action@87a9a15658c426a54dd469d4fc7dc1a73ca9d4a6 # v2.10.0 + uses: gradle/gradle-build-action@a8f75513eafdebd8141bd1cd4e30fcd194af8dfa # v2.12.0 with: gradle-version: ${{ github.event.inputs.gradle-version || 'wrapper' }} arguments: versionAsSpecified --scan -PnewVersion=${{ needs.prepare-release.outputs.version }} @@ -250,7 +250,7 @@ jobs: java-version: ${{ inputs.java-version }} - name: Setup Gradle - uses: gradle/gradle-build-action@87a9a15658c426a54dd469d4fc7dc1a73ca9d4a6 # v2.10.0 + uses: gradle/gradle-build-action@a8f75513eafdebd8141bd1cd4e30fcd194af8dfa # v2.12.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 e534429cc..ac6f001b5 100644 --- a/.github/workflows/zxc-code-analysis.yaml +++ b/.github/workflows/zxc-code-analysis.yaml @@ -115,7 +115,7 @@ jobs: java-version: ${{ inputs.java-version }} - name: Setup Gradle - uses: gradle/gradle-build-action@87a9a15658c426a54dd469d4fc7dc1a73ca9d4a6 # v2.10.0 + uses: gradle/gradle-build-action@a8f75513eafdebd8141bd1cd4e30fcd194af8dfa # v2.12.0 with: gradle-version: ${{ inputs.gradle-version }} @@ -138,7 +138,7 @@ jobs: CODECOV_TOKEN: ${{ secrets.codecov-token }} - name: Compile - uses: gradle/gradle-build-action@87a9a15658c426a54dd469d4fc7dc1a73ca9d4a6 # v2.10.0 + uses: gradle/gradle-build-action@a8f75513eafdebd8141bd1cd4e30fcd194af8dfa # v2.12.0 with: gradle-version: ${{ inputs.gradle-version }} arguments: assemble --scan @@ -157,7 +157,7 @@ jobs: echo "options=${SONAR_OPTS}" >> "${GITHUB_OUTPUT}" - name: SonarCloud Scan - uses: gradle/gradle-build-action@87a9a15658c426a54dd469d4fc7dc1a73ca9d4a6 # v2.10.0 + uses: gradle/gradle-build-action@a8f75513eafdebd8141bd1cd4e30fcd194af8dfa # v2.12.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 b40a156e2..8e0207f51 100644 --- a/.github/workflows/zxc-compile-code.yaml +++ b/.github/workflows/zxc-compile-code.yaml @@ -108,7 +108,7 @@ jobs: java-version: ${{ inputs.java-version }} - name: Setup Gradle - uses: gradle/gradle-build-action@87a9a15658c426a54dd469d4fc7dc1a73ca9d4a6 # v2.10.0 + uses: gradle/gradle-build-action@a8f75513eafdebd8141bd1cd4e30fcd194af8dfa # v2.12.0 if: ${{ !inputs.enable-nodejs-tests && !cancelled() && !failure() }} with: gradle-version: ${{ inputs.gradle-version }} @@ -168,7 +168,7 @@ jobs: - name: Compile id: gradle-build - uses: gradle/gradle-build-action@87a9a15658c426a54dd469d4fc7dc1a73ca9d4a6 # v2.10.0 + uses: gradle/gradle-build-action@a8f75513eafdebd8141bd1cd4e30fcd194af8dfa # v2.12.0 if: ${{ !inputs.enable-nodejs-tests && !cancelled() && !failure() }} with: gradle-version: ${{ inputs.gradle-version }} @@ -176,7 +176,7 @@ jobs: - name: Examples Compile id: gradle-build-examples - uses: gradle/gradle-build-action@87a9a15658c426a54dd469d4fc7dc1a73ca9d4a6 # v2.10.0 + uses: gradle/gradle-build-action@a8f75513eafdebd8141bd1cd4e30fcd194af8dfa # v2.12.0 if: ${{ !inputs.enable-nodejs-tests && !cancelled() && !failure() }} with: gradle-version: ${{ inputs.gradle-version }} @@ -185,7 +185,7 @@ jobs: - name: Gradle Plugin Compile id: gradle-build-gradle-plugin - uses: gradle/gradle-build-action@87a9a15658c426a54dd469d4fc7dc1a73ca9d4a6 # v2.10.0 + uses: gradle/gradle-build-action@a8f75513eafdebd8141bd1cd4e30fcd194af8dfa # v2.12.0 if: ${{ !inputs.enable-nodejs-tests && !cancelled() && !failure() }} with: gradle-version: ${{ inputs.gradle-version }} @@ -193,14 +193,14 @@ jobs: build-root-directory: fullstack-gradle-plugin - name: Spotless Check - uses: gradle/gradle-build-action@87a9a15658c426a54dd469d4fc7dc1a73ca9d4a6 # v2.10.0 + uses: gradle/gradle-build-action@a8f75513eafdebd8141bd1cd4e30fcd194af8dfa # v2.12.0 if: ${{ inputs.enable-spotless-check && steps.gradle-build.conclusion == 'success' && !cancelled() }} with: gradle-version: ${{ inputs.gradle-version }} arguments: spotlessCheck --scan - name: Examples Spotless Check - uses: gradle/gradle-build-action@87a9a15658c426a54dd469d4fc7dc1a73ca9d4a6 # v2.10.0 + uses: gradle/gradle-build-action@a8f75513eafdebd8141bd1cd4e30fcd194af8dfa # v2.12.0 if: ${{ inputs.enable-spotless-check && steps.gradle-build-examples.conclusion == 'success' && !cancelled() }} with: gradle-version: ${{ inputs.gradle-version }} @@ -208,7 +208,7 @@ jobs: build-root-directory: fullstack-examples - name: Gradle Plugin Spotless Check - uses: gradle/gradle-build-action@87a9a15658c426a54dd469d4fc7dc1a73ca9d4a6 # v2.10.0 + uses: gradle/gradle-build-action@a8f75513eafdebd8141bd1cd4e30fcd194af8dfa # v2.12.0 if: ${{ inputs.enable-spotless-check && steps.gradle-build-gradle-plugin.conclusion == 'success' && !cancelled() }} with: gradle-version: ${{ inputs.gradle-version }} @@ -225,7 +225,7 @@ jobs: - name: Unit Tests id: gradle-test - uses: gradle/gradle-build-action@87a9a15658c426a54dd469d4fc7dc1a73ca9d4a6 # v2.10.0 + uses: gradle/gradle-build-action@a8f75513eafdebd8141bd1cd4e30fcd194af8dfa # v2.12.0 if: ${{ inputs.enable-unit-tests && steps.gradle-build.conclusion == 'success' && !cancelled() && !failure() }} with: gradle-version: ${{ inputs.gradle-version }} @@ -233,7 +233,7 @@ jobs: - name: Examples Unit Tests id: gradle-test-examples - uses: gradle/gradle-build-action@87a9a15658c426a54dd469d4fc7dc1a73ca9d4a6 # v2.10.0 + uses: gradle/gradle-build-action@a8f75513eafdebd8141bd1cd4e30fcd194af8dfa # v2.12.0 if: ${{ inputs.enable-unit-tests && steps.gradle-build-examples.conclusion == 'success' && !cancelled() && !failure() }} with: gradle-version: ${{ inputs.gradle-version }} @@ -242,7 +242,7 @@ jobs: - name: Gradle Plugin Unit Tests id: gradle-test-gradle-plugin - uses: gradle/gradle-build-action@87a9a15658c426a54dd469d4fc7dc1a73ca9d4a6 # v2.10.0 + uses: gradle/gradle-build-action@a8f75513eafdebd8141bd1cd4e30fcd194af8dfa # v2.12.0 if: ${{ inputs.enable-unit-tests && steps.gradle-build-gradle-plugin.conclusion == 'success' && !cancelled() && !failure() }} with: gradle-version: ${{ inputs.gradle-version }} @@ -261,7 +261,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@87a9a15658c426a54dd469d4fc7dc1a73ca9d4a6 # v2.10.0 + uses: gradle/gradle-build-action@a8f75513eafdebd8141bd1cd4e30fcd194af8dfa # v2.12.0 if: ${{ inputs.enable-unit-tests && steps.gradle-build.conclusion == 'success' && steps.gradle-build-examples.conclusion == 'success' && steps.gradle-build-gradle-plugin.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 6d11a3702..dc1ba4873 100644 --- a/.github/workflows/zxc-release-maven-central.yaml +++ b/.github/workflows/zxc-release-maven-central.yaml @@ -1,5 +1,5 @@ ## -# Copyright (C) 2022-2023 Hedera Hashgraph, LLC +# Copyright (C) 2022-2024 Hedera Hashgraph, LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -130,7 +130,7 @@ jobs: java-version: ${{ inputs.java-version }} - name: Setup Gradle - uses: gradle/gradle-build-action@87a9a15658c426a54dd469d4fc7dc1a73ca9d4a6 # v2.10.0 + uses: gradle/gradle-build-action@a8f75513eafdebd8141bd1cd4e30fcd194af8dfa # v2.12.0 with: gradle-version: ${{ inputs.gradle-version }} gradle-home-cache-includes: | @@ -140,7 +140,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@87a9a15658c426a54dd469d4fc7dc1a73ca9d4a6 # v2.10.0 + uses: gradle/gradle-build-action@a8f75513eafdebd8141bd1cd4e30fcd194af8dfa # v2.12.0 with: gradle-version: ${{ inputs.gradle-version }} arguments: versionAsSpecified --scan -PnewVersion=${{ inputs.new-version }} @@ -148,7 +148,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@87a9a15658c426a54dd469d4fc7dc1a73ca9d4a6 # v2.10.0 + uses: gradle/gradle-build-action@a8f75513eafdebd8141bd1cd4e30fcd194af8dfa # v2.12.0 with: gradle-version: ${{ inputs.gradle-version }} arguments: githubVersionSummary --scan @@ -159,7 +159,7 @@ jobs: # components fail to build. - name: Gradle Assemble id: gradle-build - uses: gradle/gradle-build-action@87a9a15658c426a54dd469d4fc7dc1a73ca9d4a6 # v2.10.0 + uses: gradle/gradle-build-action@a8f75513eafdebd8141bd1cd4e30fcd194af8dfa # v2.12.0 if: ${{ inputs.dry-run-enabled != true && !cancelled() && !failure() }} with: gradle-version: ${{ inputs.gradle-version }} @@ -168,7 +168,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@87a9a15658c426a54dd469d4fc7dc1a73ca9d4a6 # v2.10.0 + uses: gradle/gradle-build-action@a8f75513eafdebd8141bd1cd4e30fcd194af8dfa # v2.12.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 df3883d89..7e5ed24ba 100644 --- a/.github/workflows/zxf-snyk-monitor.yaml +++ b/.github/workflows/zxf-snyk-monitor.yaml @@ -47,7 +47,7 @@ jobs: java-version: 21.0.1 - name: Setup Gradle - uses: gradle/gradle-build-action@87a9a15658c426a54dd469d4fc7dc1a73ca9d4a6 # v2.10.0 + uses: gradle/gradle-build-action@a8f75513eafdebd8141bd1cd4e30fcd194af8dfa # v2.12.0 with: gradle-version: wrapper @@ -61,7 +61,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@87a9a15658c426a54dd469d4fc7dc1a73ca9d4a6 # v2.10.0 + uses: gradle/gradle-build-action@a8f75513eafdebd8141bd1cd4e30fcd194af8dfa # v2.12.0 with: gradle-version: wrapper arguments: assemble --scan