Skip to content

Commit 76acc0b

Browse files
Update mikepenz/action-junit-report digest to 97744ec (#518)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent ea99d69 commit 76acc0b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
name: test-results
3535
path: build/test-results/
3636
- name: Publish Test Report
37-
uses: mikepenz/action-junit-report@b14027d33d3a745ccc4d6a12f649e83110b5a373 # v5
37+
uses: mikepenz/action-junit-report@97744eca465b8df9e6e33271cb155003f85327f1 # v5
3838
if: always() # always run even if the previous step fails
3939
with:
4040
report_paths: '**/build/test-results/*/TEST-*.xml'

0 commit comments

Comments
 (0)