Skip to content

Commit f0a6212

Browse files
Bump mikepenz/action-junit-report from 3.0.1 to 3.0.2 (#694)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 251f1f5 commit f0a6212

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/graalvm.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
GRADLE_ENTERPRISE_CACHE_PASSWORD: ${{ secrets.GRADLE_ENTERPRISE_CACHE_PASSWORD }}
5757
- name: Publish Test Report
5858
if: always()
59-
uses: mikepenz/[email protected].1
59+
uses: mikepenz/[email protected].2
6060
with:
6161
check_name: GraalVM CE CI / Test Report (Java ${{ matrix.java }})
6262
report_paths: '**/build/test-results/test/TEST-*.xml'

.github/workflows/gradle.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
GRADLE_ENTERPRISE_CACHE_PASSWORD: ${{ secrets.GRADLE_ENTERPRISE_CACHE_PASSWORD }}
6060
- name: Publish Test Report
6161
if: always()
62-
uses: mikepenz/[email protected].1
62+
uses: mikepenz/[email protected].2
6363
with:
6464
check_name: Java CI / Test Report (${{ matrix.java }})
6565
report_paths: '**/build/test-results/test/TEST-*.xml'

0 commit comments

Comments
 (0)