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