From c0ad147dfe66604f8bac5f3a0a327fe027171cde Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 30 May 2026 13:32:32 +0000 Subject: [PATCH] Bump christopherfrieler/gradle-wrapper-action from 0.7.0 to 0.7.1 Bumps [christopherfrieler/gradle-wrapper-action](https://github.com/christopherfrieler/gradle-wrapper-action) from 0.7.0 to 0.7.1. - [Release notes](https://github.com/christopherfrieler/gradle-wrapper-action/releases) - [Commits](https://github.com/christopherfrieler/gradle-wrapper-action/compare/v0.7.0...v0.7.1) --- updated-dependencies: - dependency-name: christopherfrieler/gradle-wrapper-action dependency-version: 0.7.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/build-pipeline.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-pipeline.yml b/.github/workflows/build-pipeline.yml index 8a8a7e3..1ac5043 100644 --- a/.github/workflows/build-pipeline.yml +++ b/.github/workflows/build-pipeline.yml @@ -15,7 +15,7 @@ jobs: run: | . ./.github/configureSonarAnalysis.sh - name: Build and check library - uses: christopherfrieler/gradle-wrapper-action@v0.7.0 + uses: christopherfrieler/gradle-wrapper-action@v0.7.1 env: SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }} with: @@ -41,7 +41,7 @@ jobs: java-version: '17' distribution: 'zulu' - name: Deploy to mavencentral - uses: christopherfrieler/gradle-wrapper-action@v0.7.0 + uses: christopherfrieler/gradle-wrapper-action@v0.7.1 env: ORG_GRADLE_PROJECT_signAllPublications: true ORG_GRADLE_PROJECT_signingInMemoryKeyId: ${{ secrets.SIGNING_KEY_ID }}