Skip to content

Commit d7e5d07

Browse files
Bump mikepenz/action-junit-report from 6.4.0 to 6.4.1 (#1043)
Bumps [mikepenz/action-junit-report](https://github.com/mikepenz/action-junit-report) from 6.4.0 to 6.4.1. - [Release notes](https://github.com/mikepenz/action-junit-report/releases) - [Commits](mikepenz/action-junit-report@bccf2e3...3a81627) --- updated-dependencies: - dependency-name: mikepenz/action-junit-report dependency-version: 6.4.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: JP <jonathan.percival@smilecdr.com>
1 parent c516b6d commit d7e5d07

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
@@ -36,7 +36,7 @@ jobs:
3636
ORG_GRADLE_PROJECT_mavenCentralUsername: ${{ vars.OSSRH_USERNAME }}
3737
ORG_GRADLE_PROJECT_mavenCentralPassword: ${{ secrets.OSSRH_TOKEN }}
3838
- name: Publish test report
39-
uses: mikepenz/action-junit-report@bccf2e31636835cf0874589931c4116687171386 # v6.4.0
39+
uses: mikepenz/action-junit-report@3a81627bfac62268172037048872e8ebd4207e6d # v6.4.1
4040
if: success() || failure() # always run even if the previous step fails
4141
with:
4242
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@bccf2e31636835cf0874589931c4116687171386 # v6.4.0
56+
uses: mikepenz/action-junit-report@3a81627bfac62268172037048872e8ebd4207e6d # v6.4.1
5757
if: (success() || failure()) && matrix.os == 'ubuntu-latest'
5858
with:
5959
report_paths: "**/build/test-results/test/TEST-*.xml"

0 commit comments

Comments
 (0)