From 1a1ea3157b71aeabb68ca34d8d98ea6232053b99 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Dec 2023 21:57:43 +0000 Subject: [PATCH] chore(deps): bump gradle/gradle-build-action from 2.9.0 to 2.11.0 Bumps [gradle/gradle-build-action](https://github.com/gradle/gradle-build-action) from 2.9.0 to 2.11.0. - [Release notes](https://github.com/gradle/gradle-build-action/releases) - [Commits](https://github.com/gradle/gradle-build-action/compare/842c587ad8aa4c68eeba24c396e15af4c2e9f30a...8cbcb9948b5892387aed077daf6f90e1f0ba5b27) --- 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/bench.ci.yml | 2 +- .github/workflows/build.ci.yml | 18 +++++++++--------- .github/workflows/publish.ci.yml | 8 ++++---- .github/workflows/scheduled-checks.ci.yml | 2 +- .github/workflows/site.ci.yml | 2 +- 5 files changed, 16 insertions(+), 16 deletions(-) diff --git a/.github/workflows/bench.ci.yml b/.github/workflows/bench.ci.yml index 4adaf00e4d..036b331f4b 100644 --- a/.github/workflows/bench.ci.yml +++ b/.github/workflows/bench.ci.yml @@ -85,7 +85,7 @@ jobs: - name: "Setup: Yarn" run: yarn - name: "Run Benchmarks" - uses: gradle/gradle-build-action@842c587ad8aa4c68eeba24c396e15af4c2e9f30a # v2.9.0 + uses: gradle/gradle-build-action@8cbcb9948b5892387aed077daf6f90e1f0ba5b27 # v2.11.0 id: gradlebench continue-on-error: ${{ matrix.experimental }} env: diff --git a/.github/workflows/build.ci.yml b/.github/workflows/build.ci.yml index 8dead9ddd3..a9ece81063 100644 --- a/.github/workflows/build.ci.yml +++ b/.github/workflows/build.ci.yml @@ -70,7 +70,7 @@ jobs: - name: "Patch: Restore Yarn Lock" run: mv yarn.inert yarn.lock - name: "Check: Library ABI" - uses: gradle/gradle-build-action@842c587ad8aa4c68eeba24c396e15af4c2e9f30a # v2.9.0 + uses: gradle/gradle-build-action@8cbcb9948b5892387aed077daf6f90e1f0ba5b27 # v2.11.0 id: abicheck continue-on-error: ${{ contains(github.event.pull_request.labels.*.name, 'ci:api-check-bypass') }} env: @@ -162,7 +162,7 @@ jobs: export_environment_variables: true cleanup_credentials: true - name: "🛠️ Build" - uses: gradle/gradle-build-action@842c587ad8aa4c68eeba24c396e15af4c2e9f30a # v2.9.0 + uses: gradle/gradle-build-action@8cbcb9948b5892387aed077daf6f90e1f0ba5b27 # v2.11.0 id: gradlebuild continue-on-error: ${{ matrix.mode == 'labs' }} env: @@ -265,7 +265,7 @@ jobs: - name: "Setup: Yarn" run: npm install -g yarn@1.22.19 && yarn --ignore-platform - name: "Testsuite (JVM)" - uses: gradle/gradle-build-action@842c587ad8aa4c68eeba24c396e15af4c2e9f30a # v2.9.0 + uses: gradle/gradle-build-action@8cbcb9948b5892387aed077daf6f90e1f0ba5b27 # v2.11.0 env: CI: true SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }} @@ -293,7 +293,7 @@ jobs: -PbuildDocs=false -PbuildDocsSite=false - name: "Runtime Self-tests (JVM)" - uses: gradle/gradle-build-action@842c587ad8aa4c68eeba24c396e15af4c2e9f30a # v2.9.0 + uses: gradle/gradle-build-action@8cbcb9948b5892387aed077daf6f90e1f0ba5b27 # v2.11.0 continue-on-error: true env: CI: true @@ -408,7 +408,7 @@ jobs: - name: "Setup: Yarn" run: npm install -g yarn@1.22.19 && yarn --ignore-platform - name: "Run Tests (Native)" - uses: gradle/gradle-build-action@842c587ad8aa4c68eeba24c396e15af4c2e9f30a # v2.9.0 + uses: gradle/gradle-build-action@8cbcb9948b5892387aed077daf6f90e1f0ba5b27 # v2.11.0 continue-on-error: true env: CI: true @@ -516,7 +516,7 @@ jobs: - name: "Setup: Yarn" run: npm install -g yarn@1.22.19 && yarn --ignore-platform - name: "Build: CLI (Native/Debug)" - uses: gradle/gradle-build-action@842c587ad8aa4c68eeba24c396e15af4c2e9f30a # v2.9.0 + uses: gradle/gradle-build-action@8cbcb9948b5892387aed077daf6f90e1f0ba5b27 # v2.11.0 env: CI: true with: @@ -641,7 +641,7 @@ jobs: - name: "Setup: Yarn" run: npm install -g yarn@1.22.19 && yarn --ignore-platform - name: "Build: CLI (Native/Release)" - uses: gradle/gradle-build-action@842c587ad8aa4c68eeba24c396e15af4c2e9f30a # v2.9.0 + uses: gradle/gradle-build-action@8cbcb9948b5892387aed077daf6f90e1f0ba5b27 # v2.11.0 env: CI: true with: @@ -755,7 +755,7 @@ jobs: ## -- Samples -- ## - name: "Build/Push: '${{ matrix.project }}' (JVM)" continue-on-error: ${{ fromJson(matrix.labs) }} - uses: gradle/gradle-build-action@842c587ad8aa4c68eeba24c396e15af4c2e9f30a # v2.9.0 + uses: gradle/gradle-build-action@8cbcb9948b5892387aed077daf6f90e1f0ba5b27 # v2.11.0 with: arguments: | --no-daemon @@ -859,7 +859,7 @@ jobs: ## -- Samples -- ## - name: "Build/Push: '${{ matrix.project }}' (Native)" - uses: gradle/gradle-build-action@842c587ad8aa4c68eeba24c396e15af4c2e9f30a # v2.9.0 + uses: gradle/gradle-build-action@8cbcb9948b5892387aed077daf6f90e1f0ba5b27 # v2.11.0 continue-on-error: true with: arguments: | diff --git a/.github/workflows/publish.ci.yml b/.github/workflows/publish.ci.yml index 2b1df99e0c..3c89a2da0a 100644 --- a/.github/workflows/publish.ci.yml +++ b/.github/workflows/publish.ci.yml @@ -190,7 +190,7 @@ jobs: echo "APP_VERSION=$(cat .version)" >> $GITHUB_ENV; echo "Releasing version $APP_VERSION" - name: "Publish: Conventions" - uses: gradle/gradle-build-action@842c587ad8aa4c68eeba24c396e15af4c2e9f30a # v2.9.0 + uses: gradle/gradle-build-action@8cbcb9948b5892387aed077daf6f90e1f0ba5b27 # v2.11.0 if: ${{ inputs.conventions }} with: arguments: | @@ -207,7 +207,7 @@ jobs: -x test :conventions:publish - name: "Publish: Substrate" - uses: gradle/gradle-build-action@842c587ad8aa4c68eeba24c396e15af4c2e9f30a # v2.9.0 + uses: gradle/gradle-build-action@8cbcb9948b5892387aed077daf6f90e1f0ba5b27 # v2.11.0 if: ${{ inputs.substrate }} with: arguments: | @@ -224,7 +224,7 @@ jobs: -x test :substrate:publish - name: "Publish: Processor" - uses: gradle/gradle-build-action@842c587ad8aa4c68eeba24c396e15af4c2e9f30a # v2.9.0 + uses: gradle/gradle-build-action@8cbcb9948b5892387aed077daf6f90e1f0ba5b27 # v2.11.0 if: ${{ inputs.processor }} with: arguments: | @@ -241,7 +241,7 @@ jobs: -x test :tools:processor:publish - name: "Publish: Packages" - uses: gradle/gradle-build-action@842c587ad8aa4c68eeba24c396e15af4c2e9f30a # v2.9.0 + uses: gradle/gradle-build-action@8cbcb9948b5892387aed077daf6f90e1f0ba5b27 # v2.11.0 if: ${{ inputs.packages }} with: arguments: | diff --git a/.github/workflows/scheduled-checks.ci.yml b/.github/workflows/scheduled-checks.ci.yml index f18ff0a105..07f994cdd7 100644 --- a/.github/workflows/scheduled-checks.ci.yml +++ b/.github/workflows/scheduled-checks.ci.yml @@ -171,7 +171,7 @@ jobs: export_environment_variables: true cleanup_credentials: true - name: "🛠️ Build" - uses: gradle/gradle-build-action@842c587ad8aa4c68eeba24c396e15af4c2e9f30a # v2.9.0 + uses: gradle/gradle-build-action@8cbcb9948b5892387aed077daf6f90e1f0ba5b27 # v2.11.0 id: gradlebuild continue-on-error: ${{ matrix.mode == 'labs' }} env: diff --git a/.github/workflows/site.ci.yml b/.github/workflows/site.ci.yml index 2751b6ebc1..f17f86a21f 100644 --- a/.github/workflows/site.ci.yml +++ b/.github/workflows/site.ci.yml @@ -89,7 +89,7 @@ jobs: run: | make docs reports CI=yes JVM=19 - name: "Build: Site" - uses: gradle/gradle-build-action@842c587ad8aa4c68eeba24c396e15af4c2e9f30a # v2.9.0 + uses: gradle/gradle-build-action@8cbcb9948b5892387aed077daf6f90e1f0ba5b27 # v2.11.0 env: CI: true GRADLE_CACHE_PUSH: true