Skip to content

Commit a51ee9a

Browse files
Bump mikepenz/action-junit-report from 4.3.1 to 6.3.0
Bumps [mikepenz/action-junit-report](https://github.com/mikepenz/action-junit-report) from 4.3.1 to 6.3.0. - [Release notes](https://github.com/mikepenz/action-junit-report/releases) - [Commits](mikepenz/action-junit-report@db71d41...5e05ac0) --- updated-dependencies: - dependency-name: mikepenz/action-junit-report dependency-version: 6.3.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 7270f66 commit a51ee9a

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
ORG_GRADLE_PROJECT_mavenCentralUsername: ${{ vars.OSSRH_USERNAME }}
3535
ORG_GRADLE_PROJECT_mavenCentralPassword: ${{ secrets.OSSRH_TOKEN }}
3636
- name: Publish test report
37-
uses: mikepenz/action-junit-report@db71d41eb79864e25ab0337e395c352e84523afe # v4
37+
uses: mikepenz/action-junit-report@5e05ac00ad0604dfb7e313ae412aa3284f4906d6 # v6.3.0
3838
if: success() || failure() # always run even if the previous step fails
3939
with:
4040
report_paths: "**/build/test-results/test/TEST-*.xml"

.github/workflows/check-pr.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
SONAR_TOKEN: ${{ secrets.SONAR_QUBE_022026 }}
5454
run: ./gradlew sonar -Dsonar.token=$SONAR_TOKEN
5555
- name: Publish test report
56-
uses: mikepenz/action-junit-report@db71d41eb79864e25ab0337e395c352e84523afe # v4
56+
uses: mikepenz/action-junit-report@5e05ac00ad0604dfb7e313ae412aa3284f4906d6 # v6.3.0
5757
if: (success() || failure()) && matrix.os == 'ubuntu-latest'
5858
with:
5959
report_paths: "**/build/test-results/test/TEST-*.xml"

0 commit comments

Comments
 (0)