Skip to content

Commit

Permalink
Combined dependency updates (2024-07-20)
Browse files Browse the repository at this point in the history
Dependabot updates combined by [DashGit](https://javiertuya.github.io/dashgit). Includes:
- [Bump javiertuya/sonarqube-action from 1.3.2 to 1.4.0](#236)
- [Bump javiertuya/junit-report-action from 1.2.0 to 1.3.0](#235)
- [Bump org.apache.commons:commons-lang3 from 3.14.0 to 3.15.0](#234)
  • Loading branch information
giis-qabot authored Jul 20, 2024
1 parent 6d44808 commit 05a022c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ jobs:

- name: Additional aggregated junit report
if: always()
uses: javiertuya/junit-report-action@v1.2.0
uses: javiertuya/junit-report-action@v1.3.0
with:
surefire-files: "**/target/surefire-reports/TEST-*.xml"
report-dir: target/site
Expand Down Expand Up @@ -168,7 +168,7 @@ jobs:

- name: Junit html report
if: always()
uses: javiertuya/junit-report-action@v1.2.0
uses: javiertuya/junit-report-action@v1.3.0
with:
net-trx-report: "net/reports/tdrules-report.trx"
net-surefire-folder: "net/target/surefire-reports"
Expand Down Expand Up @@ -277,7 +277,7 @@ jobs:
# Generates and uploads the html reports and the individual surefire reports for further reference
- name: Aggregated junit html report
if: always()
uses: javiertuya/junit-report-action@v1.2.0
uses: javiertuya/junit-report-action@v1.3.0
with:
surefire-files: "**/target/surefire-reports/TEST-*.xml"
report-dir: target-ALL/site
Expand Down Expand Up @@ -326,7 +326,7 @@ jobs:
if: github.actor != 'dependabot[bot]'
runs-on: ubuntu-latest
steps:
- uses: javiertuya/sonarqube-action@v1.3.2
- uses: javiertuya/sonarqube-action@v1.4.0
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
sonar-token: ${{ secrets.SONAR_TOKEN }}
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-lang3</artifactId>
<version>3.14.0</version>
<version>3.15.0</version>
</dependency>
<!-- other dependencies -->
<dependency>
Expand Down

0 comments on commit 05a022c

Please sign in to comment.