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 3d38769 commit f8d1898Copy full SHA for f8d1898
.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@30eadd5010312f995f0d3b3cff7fe2984f69409e # v2.16.1
+ uses: EnricoMi/publish-unit-test-result-action@567cc7f8dcea3eba5da355f6ebc95663310d8a07 # v2.17.0
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