diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 0bb455c..74209b0 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -34,7 +34,7 @@ jobs: - name: Generate report checks if: always() - uses: mikepenz/action-junit-report@v4.0.0 + uses: mikepenz/action-junit-report@v4.0.3 with: check_name: "test-result" report_paths: "**/surefire-reports/TEST-*.xml" diff --git a/pom.xml b/pom.xml index a49001d..b850e43 100644 --- a/pom.xml +++ b/pom.xml @@ -83,7 +83,7 @@ org.jacoco jacoco-maven-plugin - 0.8.10 + 0.8.11 pre-unit-test