From ed6e7c947f312a4077eeeb8bd09b9833d571ab0b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Oct 2023 07:49:10 +0000 Subject: [PATCH] chore(deps): bump gradle/gradle-build-action from 2.7.0 to 2.9.0 Bumps [gradle/gradle-build-action](https://github.com/gradle/gradle-build-action) from 2.7.0 to 2.9.0. - [Release notes](https://github.com/gradle/gradle-build-action/releases) - [Commits](https://github.com/gradle/gradle-build-action/compare/v2.7.0...v2.9.0) --- 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/check-branch.yml | 2 +- .github/workflows/sonar.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/check-branch.yml b/.github/workflows/check-branch.yml index 078e65b..5b39509 100644 --- a/.github/workflows/check-branch.yml +++ b/.github/workflows/check-branch.yml @@ -24,7 +24,7 @@ jobs: jdk: 17 - name: Build - uses: gradle/gradle-build-action@v2.7.0 + uses: gradle/gradle-build-action@v2.9.0 with: arguments: build -x test diff --git a/.github/workflows/sonar.yml b/.github/workflows/sonar.yml index 2d67058..dcbb39a 100644 --- a/.github/workflows/sonar.yml +++ b/.github/workflows/sonar.yml @@ -25,7 +25,7 @@ jobs: jdk: 17 - name: Build - uses: gradle/gradle-build-action@v2.7.0 + uses: gradle/gradle-build-action@v2.9.0 env: DETEKT_IGNORE_FAILURES: true with: