Skip to content

Commit 663ab8d

Browse files
renovate[bot]stempler
authored andcommitted
chore(deps): update mikepenz/action-junit-report action to v5.5.1
1 parent 9127081 commit 663ab8d

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
working-directory: ./build
3838

3939
- name: Publish Test Report
40-
uses: mikepenz/action-junit-report@97744eca465b8df9e6e33271cb155003f85327f1 # v5.5.0
40+
uses: mikepenz/action-junit-report@cf701569b05ccdd861a76b8607a66d76f6fd4857 # v5.5.1
4141
if: always() # always run even if the previous step fails
4242
with:
4343
# fail if there are no test results

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ jobs:
113113
# working-directory: ./build
114114

115115
- name: Publish Test Report
116-
uses: mikepenz/action-junit-report@97744eca465b8df9e6e33271cb155003f85327f1 # v5.5.0
116+
uses: mikepenz/action-junit-report@cf701569b05ccdd861a76b8607a66d76f6fd4857 # v5.5.1
117117
if: always() # always run even if the previous step fails
118118
with:
119119
# fail if there are no test results

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ jobs:
9696
working-directory: ./build
9797

9898
- name: Publish Test Report
99-
uses: mikepenz/action-junit-report@97744eca465b8df9e6e33271cb155003f85327f1 # v5.5.0
99+
uses: mikepenz/action-junit-report@cf701569b05ccdd861a76b8607a66d76f6fd4857 # v5.5.1
100100
if: ${{ always() && inputs.includeTests }}
101101
with:
102102
# fail if there are no test results

0 commit comments

Comments
 (0)