From 27d25155bf00d0ebb885aa9b8e5bd89977c3d08f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 26 Sep 2023 07:31:18 +0000 Subject: [PATCH] chore(deps): bump gradle/gradle-build-action from 2.8.0 to 2.8.1 Bumps [gradle/gradle-build-action](https://github.com/gradle/gradle-build-action) from 2.8.0 to 2.8.1. - [Release notes](https://github.com/gradle/gradle-build-action/releases) - [Commits](https://github.com/gradle/gradle-build-action/compare/v2.8.0...v2.8.1) --- updated-dependencies: - dependency-name: gradle/gradle-build-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/check-branch.yml | 4 ++-- .github/workflows/sonar.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/check-branch.yml b/.github/workflows/check-branch.yml index ddadfef2..bebb312a 100644 --- a/.github/workflows/check-branch.yml +++ b/.github/workflows/check-branch.yml @@ -24,11 +24,11 @@ jobs: jdk: 17 - name: Build - uses: gradle/gradle-build-action@v2.8.0 + uses: gradle/gradle-build-action@v2.8.1 with: arguments: build -x test - name: Test - uses: gradle/gradle-build-action@v2.8.0 + uses: gradle/gradle-build-action@v2.8.1 with: arguments: test diff --git a/.github/workflows/sonar.yml b/.github/workflows/sonar.yml index ecb6e7f1..0747d51a 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.8.0 + uses: gradle/gradle-build-action@v2.8.1 env: DETEKT_IGNORE_FAILURES: true with: