From ec5f0ed0af17247013d786db47f3fa794708d1e0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Oct 2023 04:22:53 +0000 Subject: [PATCH] build(deps): bump gradle/gradle-build-action from 2.8.1 to 2.9.0 Bumps [gradle/gradle-build-action](https://github.com/gradle/gradle-build-action) from 2.8.1 to 2.9.0. - [Release notes](https://github.com/gradle/gradle-build-action/releases) - [Commits](https://github.com/gradle/gradle-build-action/compare/b5126f31dbc19dd434c3269bf8c28c315e121da2...842c587ad8aa4c68eeba24c396e15af4c2e9f30a) --- 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/build.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 7e31f48b9..0699cc4ee 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -71,7 +71,7 @@ jobs: cache: gradle - name: Test project - uses: gradle/gradle-build-action@b5126f31dbc19dd434c3269bf8c28c315e121da2 + uses: gradle/gradle-build-action@842c587ad8aa4c68eeba24c396e15af4c2e9f30a with: gradle-home-cache-cleanup: true arguments: | @@ -135,7 +135,7 @@ jobs: - name: Analyze code quality (main) if: startsWith(github.event_name, 'pull_request') == false - uses: gradle/gradle-build-action@b5126f31dbc19dd434c3269bf8c28c315e121da2 + uses: gradle/gradle-build-action@842c587ad8aa4c68eeba24c396e15af4c2e9f30a with: gradle-home-cache-cleanup: true dependency-graph: generate-and-submit @@ -152,7 +152,7 @@ jobs: - name: Analyze code quality (PR) if: startsWith(github.event_name, 'pull_request') - uses: gradle/gradle-build-action@b5126f31dbc19dd434c3269bf8c28c315e121da2 + uses: gradle/gradle-build-action@842c587ad8aa4c68eeba24c396e15af4c2e9f30a with: arguments: | sonar -x compileJava -x compileTestJava