We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0415a21 commit 262a022Copy full SHA for 262a022
.github/workflows/build.yml
@@ -123,7 +123,7 @@ jobs:
123
name: ${{ matrix.os }}-unit-test-report
124
- name: Comment unit test report
125
if: ${{ hashFiles('**/test-results/**/*.xml') != '' }}
126
- uses: mikepenz/action-junit-report@65fe03598d8d251738592a497a9e8547a5c48eaa # v5.6.0
+ uses: mikepenz/action-junit-report@e08919a3b1fb83a78393dfb775a9c37f17d8eea6 # v6.0.1
127
with:
128
report_paths: '**/test-results/**/*.xml'
129
check_name: Unit test report (${{ matrix.os }})
0 commit comments