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 7359e78 commit 8cacc42Copy full SHA for 8cacc42
.github/workflows/maven.yml
@@ -40,7 +40,7 @@ jobs:
40
run: ./.ci/validation.sh git-diff
41
42
- name: Publish Test Results
43
- uses: EnricoMi/publish-unit-test-result-action@8885e273a4343cd7b48eaa72428dea0c3067ea98 # v2.14.0
+ uses: EnricoMi/publish-unit-test-result-action@f355d34d53ad4e7f506f699478db2dd71da9de5f # v2.15.1
44
# we only want to attach test results one time, not for every matrix combination
45
if: startsWith(matrix.platform, 'ubuntu') && (matrix.jdk == 11)
46
with:
0 commit comments