From 869bc10d04db598e9758485a7f5f9dd28b1de1f7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 May 2026 05:03:02 +0000 Subject: [PATCH] Bump test-summary/action from 2.4 to 2.6 Bumps [test-summary/action](https://github.com/test-summary/action) from 2.4 to 2.6. - [Release notes](https://github.com/test-summary/action/releases) - [Commits](https://github.com/test-summary/action/compare/31493c76ec9e7aa675f1585d3ed6f1da69269a86...37b508cfee6d4d080eedd00b5bb240a6a784a6a5) --- updated-dependencies: - dependency-name: test-summary/action dependency-version: '2.6' dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/main.yml | 38 +++++++++++++++++++------------------- 1 file changed, 19 insertions(+), 19 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index fa0ccef5fa12..6ae4611ac47c 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -288,7 +288,7 @@ jobs: run: ant $OPTS -f platform/core.network test - name: Create Test Summary - uses: test-summary/action@31493c76ec9e7aa675f1585d3ed6f1da69269a86 # v2.4 + uses: test-summary/action@37b508cfee6d4d080eedd00b5bb240a6a784a6a5 # v2.6 if: failure() with: paths: | @@ -465,7 +465,7 @@ jobs: ant $OPTS -Djavadoc.fail.broken.links=true build-javadoc - name: Create Test Summary - uses: test-summary/action@31493c76ec9e7aa675f1585d3ed6f1da69269a86 # v2.4 + uses: test-summary/action@37b508cfee6d4d080eedd00b5bb240a6a784a6a5 # v2.6 if: failure() with: paths: | @@ -843,7 +843,7 @@ jobs: run: ant $OPTS -f ide/xsl test - name: Create Test Summary - uses: test-summary/action@31493c76ec9e7aa675f1585d3ed6f1da69269a86 # v2.4 + uses: test-summary/action@37b508cfee6d4d080eedd00b5bb240a6a784a6a5 # v2.6 if: failure() with: paths: "./*/*/build/test/*/results/TEST-*.xml" @@ -968,7 +968,7 @@ jobs: run: ant $OPTS -f apisupport/apisupport.ant test - name: Create Test Summary - uses: test-summary/action@31493c76ec9e7aa675f1585d3ed6f1da69269a86 # v2.4 + uses: test-summary/action@37b508cfee6d4d080eedd00b5bb240a6a784a6a5 # v2.6 if: failure() with: paths: "./*/*/build/test/*/results/TEST-*.xml" @@ -1131,7 +1131,7 @@ jobs: run: ant $OPTS -f platform/netbinox test -Dtest.config=stableBTD - name: Create Test Summary - uses: test-summary/action@31493c76ec9e7aa675f1585d3ed6f1da69269a86 # v2.4 + uses: test-summary/action@37b508cfee6d4d080eedd00b5bb240a6a784a6a5 # v2.6 if: failure() with: paths: "./*/*/build/test/*/results/TEST-*.xml" @@ -1266,7 +1266,7 @@ jobs: run: ant $OPTS -f platform/api.templates test - name: Create Test Summary - uses: test-summary/action@31493c76ec9e7aa675f1585d3ed6f1da69269a86 # v2.4 + uses: test-summary/action@37b508cfee6d4d080eedd00b5bb240a6a784a6a5 # v2.6 if: failure() with: paths: "./*/*/build/test/*/results/TEST-*.xml" @@ -1455,7 +1455,7 @@ jobs: run: ant $OPTS -f java/javadoc test - name: Create Test Summary - uses: test-summary/action@31493c76ec9e7aa675f1585d3ed6f1da69269a86 # v2.4 + uses: test-summary/action@37b508cfee6d4d080eedd00b5bb240a6a784a6a5 # v2.6 if: failure() with: paths: "./*/*/build/test/*/results/TEST-*.xml" @@ -1512,7 +1512,7 @@ jobs: run: ant $OPTS -f java/spi.java.hints test - name: Create Test Summary - uses: test-summary/action@31493c76ec9e7aa675f1585d3ed6f1da69269a86 # v2.4 + uses: test-summary/action@37b508cfee6d4d080eedd00b5bb240a6a784a6a5 # v2.6 if: failure() with: paths: "./*/*/build/test/*/results/TEST-*.xml" @@ -1574,7 +1574,7 @@ jobs: run: ant $OPTS -f java/debugger.jpda.ui test-unit - name: Create Test Summary - uses: test-summary/action@31493c76ec9e7aa675f1585d3ed6f1da69269a86 # v2.4 + uses: test-summary/action@37b508cfee6d4d080eedd00b5bb240a6a784a6a5 # v2.6 if: failure() with: paths: "./*/*/build/test/*/results/TEST-*.xml" @@ -1619,7 +1619,7 @@ jobs: run: ant $OPTS -f profiler/profiler.oql test - name: Create Test Summary - uses: test-summary/action@31493c76ec9e7aa675f1585d3ed6f1da69269a86 # v2.4 + uses: test-summary/action@37b508cfee6d4d080eedd00b5bb240a6a784a6a5 # v2.6 if: failure() with: paths: "./*/*/build/test/*/results/TEST-*.xml" @@ -1797,7 +1797,7 @@ jobs: run: ant $OPTS -f webcommon/api.knockout test - name: Create Test Summary - uses: test-summary/action@31493c76ec9e7aa675f1585d3ed6f1da69269a86 # v2.4 + uses: test-summary/action@37b508cfee6d4d080eedd00b5bb240a6a784a6a5 # v2.6 if: failure() with: paths: "./*/*/build/test/*/results/TEST-*.xml" @@ -1845,7 +1845,7 @@ jobs: # run: ant $OPTS -f javafx/javafx2.project test - name: Create Test Summary - uses: test-summary/action@31493c76ec9e7aa675f1585d3ed6f1da69269a86 # v2.4 + uses: test-summary/action@37b508cfee6d4d080eedd00b5bb240a6a784a6a5 # v2.6 if: failure() with: paths: "./*/*/build/test/*/results/TEST-*.xml" @@ -1898,7 +1898,7 @@ jobs: # run: ant $OPTS -f groovy/groovy.kit test - name: Create Test Summary - uses: test-summary/action@31493c76ec9e7aa675f1585d3ed6f1da69269a86 # v2.4 + uses: test-summary/action@37b508cfee6d4d080eedd00b5bb240a6a784a6a5 # v2.6 if: failure() with: paths: "./*/*/build/test/*/results/TEST-*.xml" @@ -1946,7 +1946,7 @@ jobs: run: ant $OPTS -f rust/rust.options test - name: Create Test Summary - uses: test-summary/action@31493c76ec9e7aa675f1585d3ed6f1da69269a86 # v2.4 + uses: test-summary/action@37b508cfee6d4d080eedd00b5bb240a6a784a6a5 # v2.6 if: failure() with: paths: "./*/*/build/test/*/results/TEST-*.xml" @@ -2191,7 +2191,7 @@ jobs: run: ant $OPTS -f enterprise/j2ee.dd.webservice test - name: Create Test Summary - uses: test-summary/action@31493c76ec9e7aa675f1585d3ed6f1da69269a86 # v2.4 + uses: test-summary/action@37b508cfee6d4d080eedd00b5bb240a6a784a6a5 # v2.6 if: failure() with: paths: "./*/*/build/test/*/results/TEST-*.xml" @@ -2274,7 +2274,7 @@ jobs: ant $OPTS -f ide/versioning test-qa-functional - name: Create Test Summary - uses: test-summary/action@31493c76ec9e7aa675f1585d3ed6f1da69269a86 # v2.4 + uses: test-summary/action@37b508cfee6d4d080eedd00b5bb240a6a784a6a5 # v2.6 if: failure() with: paths: "./*/*/build/test/*/results/TEST-*.xml" @@ -2334,7 +2334,7 @@ jobs: run: .github/retry.sh ant $OPTS $OPTS_TEST -f ide/db.mysql test - name: Create Test Summary - uses: test-summary/action@31493c76ec9e7aa675f1585d3ed6f1da69269a86 # v2.4 + uses: test-summary/action@37b508cfee6d4d080eedd00b5bb240a6a784a6a5 # v2.6 if: failure() with: paths: "./*/*/build/test/*/results/TEST-*.xml" @@ -2492,7 +2492,7 @@ jobs: run: ant $OPTS -f php/spellchecker.bindings.php test - name: Create Test Summary - uses: test-summary/action@31493c76ec9e7aa675f1585d3ed6f1da69269a86 # v2.4 + uses: test-summary/action@37b508cfee6d4d080eedd00b5bb240a6a784a6a5 # v2.6 if: failure() with: paths: "./*/*/build/test/*/results/TEST-*.xml" @@ -2537,7 +2537,7 @@ jobs: run: .github/retry.sh ant $OPTS -f java/java.lsp.server test - name: Create Test Summary - uses: test-summary/action@31493c76ec9e7aa675f1585d3ed6f1da69269a86 # v2.4 + uses: test-summary/action@37b508cfee6d4d080eedd00b5bb240a6a784a6a5 # v2.6 if: failure() with: paths: "./*/*/build/test/*/results/TEST-*.xml"