Skip to content

Commit cc8a297

Browse files
authored
Combined dependency updates (2025-01-11)
Dependabot updates combined by [DashGit](https://javiertuya.github.io/dashgit). Includes: - [Bump javiertuya/sonarqube-action from 1.4.0 to 1.4.1](#309) - [Bump mikepenz/action-junit-report from 5.1.0 to 5.2.0](#308) - [Bump org.springframework.boot:spring-boot-starter-parent from 3.4.0 to 3.4.1](#307)
1 parent 490a829 commit cc8a297

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
#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)
6363
- name: Generate test report checks
6464
if: always()
65-
uses: mikepenz/action-junit-report@v5.1.0
65+
uses: mikepenz/action-junit-report@v5.2.0
6666
with:
6767
check_name: test-report
6868
report_paths: '**/target/*-reports/TEST-*.xml'
@@ -140,7 +140,7 @@ jobs:
140140
if: ${{ github.actor != 'dependabot[bot]' }}
141141
runs-on: ubuntu-latest
142142
steps:
143-
- uses: javiertuya/sonarqube-action@v1.4.0
143+
- uses: javiertuya/sonarqube-action@v1.4.1
144144
with:
145145
github-token: ${{ secrets.GITHUB_TOKEN }}
146146
sonar-token: ${{ secrets.SONAR_TOKEN }}
@@ -244,7 +244,7 @@ jobs:
244244
run: mvn test -Dtest=**/st/** -Dmaven.test.failure.ignore=false -U --no-transfer-progress
245245
- name: Generate post deploy test checks
246246
if: always()
247-
uses: mikepenz/action-junit-report@v5.1.0
247+
uses: mikepenz/action-junit-report@v5.2.0
248248
with:
249249
check_name: test-report (deploy)
250250
report_paths: '**/target/*-reports/TEST-*.xml'
@@ -322,7 +322,7 @@ jobs:
322322
run: mvn test -Dtest=TestPostDeploy -Dmaven.test.failure.ignore=false
323323
- name: Generate post deploy test checks
324324
if: always()
325-
uses: mikepenz/action-junit-report@v5.1.0
325+
uses: mikepenz/action-junit-report@v5.2.0
326326
with:
327327
check_name: test-report (deploy)
328328
report_paths: '**/target/*-reports/TEST-*.xml'

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<groupId>org.springframework.boot</groupId>
2222
<artifactId>spring-boot-starter-parent</artifactId>
23-
<version>3.4.0</version>
23+
<version>3.4.1</version>
2424
<relativePath /> <!-- lookup parent from repository -->
2525
</parent>
2626

0 commit comments

Comments
 (0)