-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Combined dependency updates (2024-04-01)
Dependabot updates combined by [DashGit](https://javiertuya.github.io/dashgit). Includes: - [Bump org.apache.maven.plugins:maven-gpg-plugin from 3.1.0 to 3.2.2](#86) - [Bump org.apache.logging.log4j:log4j-slf4j2-impl from 2.23.0 to 2.23.1](#84) - [Bump mikepenz/action-junit-report from 4.1.0 to 4.2.1](#83) - [Bump javiertuya/sonarqube-action from 1.3.0 to 1.3.1](#81)
- Loading branch information
1 parent
57e0939
commit 4baa219
Showing
2 changed files
with
4 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -34,7 +34,7 @@ jobs: | |
|
||
- name: Generate report checks | ||
if: always() | ||
uses: mikepenz/action-junit-report@v4.1.0 | ||
uses: mikepenz/action-junit-report@v4.2.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/[email protected].0 | ||
- uses: javiertuya/[email protected].1 | ||
with: | ||
github-token: ${{ secrets.GITHUB_TOKEN }} | ||
sonar-token: ${{ secrets.SONAR_TOKEN }} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters