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 }}