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 cc98881 commit 63d41afCopy full SHA for 63d41af
.github/workflows/.tests.yml
@@ -88,7 +88,7 @@ jobs:
88
path: (core|spring)/**/checkstyle-result.xml
89
90
- name: Publish Test Report
91
- uses: mikepenz/action-junit-report@cf701569b05ccdd861a76b8607a66d76f6fd4857 # v5
+ uses: mikepenz/action-junit-report@65fe03598d8d251738592a497a9e8547a5c48eaa # v5
92
continue-on-error: true
93
if: github.event_name == 'pull_request' && (success() || failure())
94
with:
0 commit comments