Skip to content

Commit

Permalink
Combined dependency updates (2024-07-03)
Browse files Browse the repository at this point in the history
Dependabot updates combined by [DashGit](https://javiertuya.github.io/dashgit). Includes:
- [Bump mikepenz/action-junit-report from 4.2.2 to 4.3.1](#100)
- [Bump javiertuya/sonarqube-action from 1.3.1 to 1.3.2](#99)
- [Bump surefire.version from 3.2.5 to 3.3.0](#98)
  • Loading branch information
giis-qabot authored Jul 3, 2024
1 parent 9d3d9bb commit c1e6fbb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -58,7 +58,7 @@ jobs:
if: ${{ github.actor != 'dependabot[bot]' }}
runs-on: ubuntu-latest
steps:
- uses: javiertuya/[email protected].1
- uses: javiertuya/[email protected].2
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 @@ -18,7 +18,7 @@
<maven.compiler.target>1.8</maven.compiler.target>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>

<surefire.version>3.2.5</surefire.version>
<surefire.version>3.3.0</surefire.version>
</properties>

<modules>
Expand Down

0 comments on commit c1e6fbb

Please sign in to comment.