From cb72a93a51995aac26c4f5a56c012cb7c2985ee5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 1 May 2023 16:30:40 +0000 Subject: [PATCH] chore(deps): update gradle/gradle-build-action action to v2.4.2 [security] --- .github/workflows/bench.ci.yml | 2 +- .github/workflows/build.ci.yml | 12 ++++++------ .github/workflows/publish.ci.yml | 8 ++++---- .github/workflows/scheduled-checks.ci.yml | 2 +- .github/workflows/site.ci.yml | 2 +- 5 files changed, 13 insertions(+), 13 deletions(-) diff --git a/.github/workflows/bench.ci.yml b/.github/workflows/bench.ci.yml index 413f673486..48c9df8452 100644 --- a/.github/workflows/bench.ci.yml +++ b/.github/workflows/bench.ci.yml @@ -78,7 +78,7 @@ jobs: - name: "Setup: Yarn" run: yarn - name: "Run Benchmarks" - uses: gradle/gradle-build-action@v2.3.3 + uses: gradle/gradle-build-action@749f47bda3e44aa060e82d7b3ef7e40d953bd629 # v2.4.2 id: gradlebench continue-on-error: ${{ matrix.experimental }} env: diff --git a/.github/workflows/build.ci.yml b/.github/workflows/build.ci.yml index ec7fedf9f7..983fe97c74 100644 --- a/.github/workflows/build.ci.yml +++ b/.github/workflows/build.ci.yml @@ -62,7 +62,7 @@ jobs: - name: "Patch: Restore Yarn Lock" run: mv kotlin-js-store/yarn.inert kotlin-js-store/yarn.lock - name: "Check: Library ABI" - uses: gradle/gradle-build-action@v2.3.3 + uses: gradle/gradle-build-action@749f47bda3e44aa060e82d7b3ef7e40d953bd629 # v2.4.2 id: abicheck continue-on-error: ${{ contains(github.event.pull_request.labels.*.name, 'ci:ignore-abicheck') }} env: @@ -139,7 +139,7 @@ jobs: export_environment_variables: true cleanup_credentials: true - name: "🛠️ Build" - uses: gradle/gradle-build-action@v2.3.3 + uses: gradle/gradle-build-action@749f47bda3e44aa060e82d7b3ef7e40d953bd629 # v2.4.2 id: gradlebuild continue-on-error: ${{ matrix.mode == 'labs' }} env: @@ -256,7 +256,7 @@ jobs: - name: "Setup: Yarn" run: npm install -g yarn@1.22.19 && yarn - name: "Run Tests (JVM)" - uses: gradle/gradle-build-action@v2.3.3 + uses: gradle/gradle-build-action@749f47bda3e44aa060e82d7b3ef7e40d953bd629 # v2.4.2 env: CI: true SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }} @@ -366,7 +366,7 @@ jobs: - name: "Setup: Yarn" run: npm install -g yarn@1.22.19 && yarn - name: "Run Tests (Native)" - uses: gradle/gradle-build-action@v2.3.3 + uses: gradle/gradle-build-action@749f47bda3e44aa060e82d7b3ef7e40d953bd629 # v2.4.2 continue-on-error: true env: CI: true @@ -481,7 +481,7 @@ jobs: ## -- Samples -- ## - name: "Build/Push: '${{ matrix.project }}' (JVM)" - uses: gradle/gradle-build-action@v2.3.3 + uses: gradle/gradle-build-action@749f47bda3e44aa060e82d7b3ef7e40d953bd629 # v2.4.2 with: arguments: | --no-daemon @@ -581,7 +581,7 @@ jobs: ## -- Samples -- ## - name: "Build/Push: '${{ matrix.project }}' (Native)" - uses: gradle/gradle-build-action@v2.3.3 + uses: gradle/gradle-build-action@749f47bda3e44aa060e82d7b3ef7e40d953bd629 # v2.4.2 continue-on-error: true with: arguments: | diff --git a/.github/workflows/publish.ci.yml b/.github/workflows/publish.ci.yml index 083c584074..eb44fb6d91 100644 --- a/.github/workflows/publish.ci.yml +++ b/.github/workflows/publish.ci.yml @@ -174,7 +174,7 @@ jobs: echo "APP_VERSION=$(cat .version)" >> $GITHUB_ENV; echo "Releasing version $APP_VERSION" - name: "Publish: Conventions" - uses: gradle/gradle-build-action@v2.3.3 + uses: gradle/gradle-build-action@749f47bda3e44aa060e82d7b3ef7e40d953bd629 # v2.4.2 if: ${{ inputs.conventions }} with: arguments: | @@ -192,7 +192,7 @@ jobs: -x test :conventions:publish - name: "Publish: Substrate" - uses: gradle/gradle-build-action@v2.3.3 + uses: gradle/gradle-build-action@749f47bda3e44aa060e82d7b3ef7e40d953bd629 # v2.4.2 if: ${{ inputs.substrate }} with: arguments: | @@ -210,7 +210,7 @@ jobs: -x test :substrate:publish - name: "Publish: Processor" - uses: gradle/gradle-build-action@v2.3.3 + uses: gradle/gradle-build-action@749f47bda3e44aa060e82d7b3ef7e40d953bd629 # v2.4.2 if: ${{ inputs.processor }} with: arguments: | @@ -228,7 +228,7 @@ jobs: -x test :tools:processor:publish - name: "Publish: Packages" - uses: gradle/gradle-build-action@v2.3.3 + uses: gradle/gradle-build-action@749f47bda3e44aa060e82d7b3ef7e40d953bd629 # v2.4.2 if: ${{ inputs.packages }} with: arguments: | diff --git a/.github/workflows/scheduled-checks.ci.yml b/.github/workflows/scheduled-checks.ci.yml index 8f2c33c15c..2fda8e8c10 100644 --- a/.github/workflows/scheduled-checks.ci.yml +++ b/.github/workflows/scheduled-checks.ci.yml @@ -155,7 +155,7 @@ jobs: export_environment_variables: true cleanup_credentials: true - name: "🛠️ Build" - uses: gradle/gradle-build-action@v2.3.3 + uses: gradle/gradle-build-action@749f47bda3e44aa060e82d7b3ef7e40d953bd629 # v2.4.2 id: gradlebuild continue-on-error: ${{ matrix.mode == 'labs' }} env: diff --git a/.github/workflows/site.ci.yml b/.github/workflows/site.ci.yml index 7339ab765f..b5266c7e50 100644 --- a/.github/workflows/site.ci.yml +++ b/.github/workflows/site.ci.yml @@ -82,7 +82,7 @@ jobs: run: | make docs reports CI=yes JVM=19 - name: "Build: Site" - uses: gradle/gradle-build-action@v2.3.3 + uses: gradle/gradle-build-action@749f47bda3e44aa060e82d7b3ef7e40d953bd629 # v2.4.2 env: CI: true GRADLE_CACHE_PUSH: true