|
62 | 62 | #pero suelen tener el problema que con los PR fallan aunque pasen los tests porque no pueden escribir los tests (por motivos de seguridad de Actions)
|
63 | 63 | - name: Generate test report checks
|
64 | 64 | if: always()
|
65 |
| - uses: mikepenz/action-junit-report@v5.1.0 |
| 65 | + uses: mikepenz/action-junit-report@v5.2.0 |
66 | 66 | with:
|
67 | 67 | check_name: test-report
|
68 | 68 | report_paths: '**/target/*-reports/TEST-*.xml'
|
@@ -140,7 +140,7 @@ jobs:
|
140 | 140 | if: ${{ github.actor != 'dependabot[bot]' }}
|
141 | 141 | runs-on: ubuntu-latest
|
142 | 142 | steps:
|
143 |
| - - uses: javiertuya/sonarqube-action@v1.4.0 |
| 143 | + - uses: javiertuya/sonarqube-action@v1.4.1 |
144 | 144 | with:
|
145 | 145 | github-token: ${{ secrets.GITHUB_TOKEN }}
|
146 | 146 | sonar-token: ${{ secrets.SONAR_TOKEN }}
|
@@ -244,7 +244,7 @@ jobs:
|
244 | 244 | run: mvn test -Dtest=**/st/** -Dmaven.test.failure.ignore=false -U --no-transfer-progress
|
245 | 245 | - name: Generate post deploy test checks
|
246 | 246 | if: always()
|
247 |
| - uses: mikepenz/action-junit-report@v5.1.0 |
| 247 | + uses: mikepenz/action-junit-report@v5.2.0 |
248 | 248 | with:
|
249 | 249 | check_name: test-report (deploy)
|
250 | 250 | report_paths: '**/target/*-reports/TEST-*.xml'
|
@@ -322,7 +322,7 @@ jobs:
|
322 | 322 | run: mvn test -Dtest=TestPostDeploy -Dmaven.test.failure.ignore=false
|
323 | 323 | - name: Generate post deploy test checks
|
324 | 324 | if: always()
|
325 |
| - uses: mikepenz/action-junit-report@v5.1.0 |
| 325 | + uses: mikepenz/action-junit-report@v5.2.0 |
326 | 326 | with:
|
327 | 327 | check_name: test-report (deploy)
|
328 | 328 | report_paths: '**/target/*-reports/TEST-*.xml'
|
|
0 commit comments