From c1e6fbbe30ad14f1c02b0b0beee4c4dc60665c2d Mon Sep 17 00:00:00 2001
From: giis-qabot <122899806+giis-qabot@users.noreply.github.com>
Date: Wed, 3 Jul 2024 08:52:54 +0200
Subject: [PATCH] Combined dependency updates (2024-07-03)
Dependabot updates combined by [DashGit](https://javiertuya.github.io/dashgit). Includes:
- [Bump mikepenz/action-junit-report from 4.2.2 to 4.3.1](https://github.com/giis-uniovi/samples-giis-template/pull/100)
- [Bump javiertuya/sonarqube-action from 1.3.1 to 1.3.2](https://github.com/giis-uniovi/samples-giis-template/pull/99)
- [Bump surefire.version from 3.2.5 to 3.3.0](https://github.com/giis-uniovi/samples-giis-template/pull/98)
---
.github/workflows/test.yml | 4 ++--
pom.xml | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index 1b77e0f..79c6387 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.2.2
+ uses: mikepenz/action-junit-report@v4.3.1
with:
check_name: "test-result"
report_paths: "**/surefire-reports/TEST-*.xml"
@@ -58,7 +58,7 @@ jobs:
if: ${{ github.actor != 'dependabot[bot]' }}
runs-on: ubuntu-latest
steps:
- - uses: javiertuya/sonarqube-action@v1.3.1
+ - uses: javiertuya/sonarqube-action@v1.3.2
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
sonar-token: ${{ secrets.SONAR_TOKEN }}
diff --git a/pom.xml b/pom.xml
index 0002c4e..f06a7b0 100644
--- a/pom.xml
+++ b/pom.xml
@@ -18,7 +18,7 @@
1.8
UTF-8
- 3.2.5
+ 3.3.0