Skip to content

Commit ef64d77

Browse files
Bump mikepenz/action-junit-report from 6.4.0 to 6.4.1
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>
1 parent e976113 commit ef64d77

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
run: ./gradlew --no-daemon :temporal-spring-boot-autoconfigure:test -x spotlessCheck -x spotlessApply -x spotlessJava -P edgeDepsTest -P springBoot4Test -PtestJavaVersion=23
5555

5656
- name: Publish Test Report
57-
uses: mikepenz/action-junit-report@bccf2e31636835cf0874589931c4116687171386 # v6
57+
uses: mikepenz/action-junit-report@3a81627bfac62268172037048872e8ebd4207e6d # v6
5858
if: success() || failure() # always run even if the previous step fails
5959
with:
6060
report_paths: "**/build/test-results/test/TEST-*.xml"
@@ -150,7 +150,7 @@ jobs:
150150
run: ./gradlew --no-daemon :temporal-sdk:virtualThreadTests -x spotlessCheck -x spotlessApply -x spotlessJava -PtestJavaVersion=21
151151

152152
- name: Publish Test Report
153-
uses: mikepenz/action-junit-report@bccf2e31636835cf0874589931c4116687171386 # v6
153+
uses: mikepenz/action-junit-report@3a81627bfac62268172037048872e8ebd4207e6d # v6
154154
if: success() || failure() # always run even if the previous step fails
155155
with:
156156
report_paths: "**/build/test-results/test/TEST-*.xml"
@@ -189,7 +189,7 @@ jobs:
189189
run: ./gradlew --no-daemon :temporal-sdk:test --tests '*CloudOperationsClientTest'
190190

191191
- name: Publish Test Report
192-
uses: mikepenz/action-junit-report@bccf2e31636835cf0874589931c4116687171386 # v6
192+
uses: mikepenz/action-junit-report@3a81627bfac62268172037048872e8ebd4207e6d # v6
193193
if: success() || failure() # always run even if the previous step fails
194194
with:
195195
report_paths: "**/build/test-results/test/TEST-*.xml"

0 commit comments

Comments
 (0)