Skip to content

Commit a9e2a90

Browse files
chore(deps): update mikepenz/action-junit-report action to v6.4.0
1 parent df296b3 commit a9e2a90

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626

2727
# https://github.com/marketplace/actions/junit-report-action
2828
- name: Publish Test Report
29-
uses: mikepenz/action-junit-report@49b2ca06f62aa7ef83ae6769a2179271e160d8e4 # v6.3.1
29+
uses: mikepenz/action-junit-report@bccf2e31636835cf0874589931c4116687171386 # v6.4.0
3030
if: always() # always run even if the previous step fails
3131
with:
3232
report_paths: "build/test-results/**/*.xml"

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656

5757
# https://github.com/marketplace/actions/junit-report-action
5858
- name: Publish Test Report
59-
uses: mikepenz/action-junit-report@49b2ca06f62aa7ef83ae6769a2179271e160d8e4 # v6.3.1
59+
uses: mikepenz/action-junit-report@bccf2e31636835cf0874589931c4116687171386 # v6.4.0
6060
if: always() # always run even if the previous step fails
6161
with:
6262
report_paths: "build/test-results/**/*.xml"

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161

6262
# https://github.com/marketplace/actions/junit-report-action
6363
- name: Publish Test Report
64-
uses: mikepenz/action-junit-report@49b2ca06f62aa7ef83ae6769a2179271e160d8e4 # v6.3.1
64+
uses: mikepenz/action-junit-report@bccf2e31636835cf0874589931c4116687171386 # v6.4.0
6565
if: always() # always run even if the previous step fails
6666
with:
6767
report_paths: "build/test-results/**/*.xml"

0 commit comments

Comments
 (0)