diff --git a/.github/workflows/ci-cd.yml b/.github/workflows/ci-cd.yml index bf41a6768..8274e65eb 100644 --- a/.github/workflows/ci-cd.yml +++ b/.github/workflows/ci-cd.yml @@ -15,7 +15,7 @@ jobs: - name: Checkout uses: actions/checkout@v4.2.2 - name: Build with Gradle - uses: DanySK/build-check-deploy-gradle-action@3.5.14 + uses: DanySK/build-check-deploy-gradle-action@3.5.15 with: java-version: ${{ env.JAVA_VERSION }} should-run-codecov: false @@ -42,7 +42,7 @@ jobs: steps: - name: Checkout uses: actions/checkout@v4.2.2 - - uses: DanySK/build-check-deploy-gradle-action@3.5.14 + - uses: DanySK/build-check-deploy-gradle-action@3.5.15 with: java-version: ${{ matrix.java-version }} java-distribution: ${{ matrix.java-distribution }} @@ -76,7 +76,7 @@ jobs: java-version: ${{ env.JAVA_VERSION }} distribution: "adopt" - name: Produce coverage report - uses: DanySK/build-check-deploy-gradle-action@3.5.14 + uses: DanySK/build-check-deploy-gradle-action@3.5.15 with: should-run-codecov: false check-command: "./gradlew koverXmlReport --parallel || ./gradlew koverXmlReport --parallel" @@ -193,7 +193,7 @@ jobs: - name: Checkout uses: actions/checkout@v4 - name: Produce Dockerfile for ${{ matrix.service }} - uses: DanySK/build-check-deploy-gradle-action@3.5.14 + uses: DanySK/build-check-deploy-gradle-action@3.5.15 with: should-run-codecov: false build-command: "./gradlew :${{ matrix.service }}:buildLayers && ./gradlew :${{ matrix.service }}:dockerfile" diff --git a/.github/workflows/deploy-test-images.yml b/.github/workflows/deploy-test-images.yml index 9a58c7dc4..def0458b5 100644 --- a/.github/workflows/deploy-test-images.yml +++ b/.github/workflows/deploy-test-images.yml @@ -23,7 +23,7 @@ jobs: - name: Checkout uses: actions/checkout@v4 - name: Produce Dockerfile for ${{ matrix.service }} - uses: DanySK/build-check-deploy-gradle-action@3.5.14 + uses: DanySK/build-check-deploy-gradle-action@3.5.15 with: should-run-codecov: false build-command: "./gradlew :${{ matrix.service }}:buildLayers && ./gradlew :${{ matrix.service }}:dockerfile"