From d4564a46730590898ddb6224233116b6d2903184 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 18 Jul 2023 12:47:34 +0000 Subject: [PATCH] Bump gradle/gradle-build-action from 2.6.0 to 2.6.1 Bumps [gradle/gradle-build-action](https://github.com/gradle/gradle-build-action) from 2.6.0 to 2.6.1. - [Release notes](https://github.com/gradle/gradle-build-action/releases) - [Commits](https://github.com/gradle/gradle-build-action/compare/bd5760595778326ba7f1441bcf7e88b49de61a25...915a66c096a03101667f9df2e56c9efef558b165) --- 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/gradle.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/gradle.yml b/.github/workflows/gradle.yml index c7e747a5..1669d594 100644 --- a/.github/workflows/gradle.yml +++ b/.github/workflows/gradle.yml @@ -32,7 +32,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }} - uses: gradle/gradle-build-action@bd5760595778326ba7f1441bcf7e88b49de61a25 + uses: gradle/gradle-build-action@915a66c096a03101667f9df2e56c9efef558b165 with: arguments: clean build jacocoTestReport sonarqube --info --warning-mode=all - name: Upload coverage to Codecov