Skip to content

Commit 00084d2

Browse files
chore(deps): update mikepenz/action-junit-report action to v6 (#544)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 0b5cf00 commit 00084d2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ jobs:
191191
files: |
192192
audits/reports/*.xml
193193
- name: Publish Test Results for details
194-
uses: mikepenz/action-junit-report@3585e9575db828022551b4231f165eb59a0e74e3 # v5
194+
uses: mikepenz/action-junit-report@e08919a3b1fb83a78393dfb775a9c37f17d8eea6 # v6
195195
if: (!cancelled())
196196
with:
197197
report_paths: "audits/reports/*.xml"
@@ -241,7 +241,7 @@ jobs:
241241
files: |
242242
audits/reports/*.xml
243243
- name: Publish Test Results for details
244-
uses: mikepenz/action-junit-report@3585e9575db828022551b4231f165eb59a0e74e3 # v5
244+
uses: mikepenz/action-junit-report@e08919a3b1fb83a78393dfb775a9c37f17d8eea6 # v6
245245
if: (!cancelled())
246246
with:
247247
report_paths: "audits/reports/*.xml"

0 commit comments

Comments
 (0)