From 2e085b06bad0e7c7a7e3ad25cdeb0062b9d01818 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 18 Jun 2024 16:18:27 +0000 Subject: [PATCH] build(deps): bump gradle/gradle-build-action from 3.4.0 to 3.4.2 (#744) Bumps [gradle/gradle-build-action](https://github.com/gradle/gradle-build-action) from 3.4.0 to 3.4.2. - [Release notes](https://github.com/gradle/gradle-build-action/releases) - [Commits](https://github.com/gradle/gradle-build-action/compare/v3.4.0...v3.4.2) --- updated-dependencies: - dependency-name: gradle/gradle-build-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Henry --- .github/workflows/gradle-build.yml | 4 ++-- .github/workflows/gradle-dependency-graph.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/gradle-build.yml b/.github/workflows/gradle-build.yml index 419cfc9c..51fc0107 100644 --- a/.github/workflows/gradle-build.yml +++ b/.github/workflows/gradle-build.yml @@ -34,7 +34,7 @@ jobs: run: chmod +x ./gradlew - name: Build with Gradle - uses: gradle/gradle-build-action@db35f2304698ac6ff98958322dfd3db0a5da9fdf # v2.11.0 + uses: gradle/gradle-build-action@66535aaf56f831b35e3a8481c9c99b665b84dd45 # v2.11.0 with: arguments: build -x test --scan @@ -65,7 +65,7 @@ jobs: run: chmod +x ./gradlew - name: Test with Gradle - uses: gradle/gradle-build-action@db35f2304698ac6ff98958322dfd3db0a5da9fdf # v2.11.0 + uses: gradle/gradle-build-action@66535aaf56f831b35e3a8481c9c99b665b84dd45 # v2.11.0 with: arguments: test -DiHubTest.failFast=true diff --git a/.github/workflows/gradle-dependency-graph.yml b/.github/workflows/gradle-dependency-graph.yml index 4d0801f4..8edd3d21 100644 --- a/.github/workflows/gradle-dependency-graph.yml +++ b/.github/workflows/gradle-dependency-graph.yml @@ -31,7 +31,7 @@ jobs: distribution: 'adopt' - name: Setup Gradle to generate and submit dependency graphs - uses: gradle/gradle-build-action@v3.4.0 + uses: gradle/gradle-build-action@v3.4.2 with: dependency-graph: generate-and-submit arguments: dependencies