From 854d95836fb9d568fff195e9815cadc16f8bf485 Mon Sep 17 00:00:00 2001 From: "Frieler, Christopher" Date: Fri, 3 Apr 2026 21:21:32 +0200 Subject: [PATCH] Update gradle-wrapper-action to v0.7.0 --- .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 55b77f8..82bb888 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.5.0 + uses: christopherfrieler/gradle-wrapper-action@v0.7.0 env: SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }} with: @@ -46,7 +46,7 @@ jobs: SIGNING_KEY_BASE64: ${{ secrets.SIGNING_KEY_BASE64 }} run: echo $SIGNING_KEY_BASE64 | base64 -d > "$SIGNING_KEY_ID.gpg" - name: Deploy to mavencentral - uses: christopherfrieler/gradle-wrapper-action@v0.5.0 + uses: christopherfrieler/gradle-wrapper-action@v0.7.0 env: SIGNING_KEY_ID: ${{ secrets.SIGNING_KEY_ID }} SIGNING_KEY_PASSWORD: ${{ secrets.SIGNING_KEY_PASSWORD }}