From 130d2252da132940f7603c1a331ea6c49d4d43c9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 Jan 2025 02:01:09 +0000 Subject: [PATCH] build(deps): bump scacap/action-surefire-report from 1.8.0 to 1.9.0 Bumps [scacap/action-surefire-report](https://github.com/scacap/action-surefire-report) from 1.8.0 to 1.9.0. - [Release notes](https://github.com/scacap/action-surefire-report/releases) - [Commits](https://github.com/scacap/action-surefire-report/compare/a2911bd1a4412ec18dde2d93b1758b3e56d2a880...1a128e49c0585bc0b8e38e541ac3b6e35a5bc727) --- updated-dependencies: - dependency-name: scacap/action-surefire-report dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/ci-prb-reports.yml | 2 +- .github/workflows/ci-release.yml | 2 +- .github/workflows/ci-snapshot.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci-prb-reports.yml b/.github/workflows/ci-prb-reports.yml index 62806489d2..5d2fec1926 100644 --- a/.github/workflows/ci-prb-reports.yml +++ b/.github/workflows/ci-prb-reports.yml @@ -23,7 +23,7 @@ jobs: # File location set in ci-prb.yml and must be coordinated. name: test-results-${{ matrix.os }}-${{ matrix.java }} - name: Publish Test Report - uses: scacap/action-surefire-report@a2911bd1a4412ec18dde2d93b1758b3e56d2a880 + uses: scacap/action-surefire-report@1a128e49c0585bc0b8e38e541ac3b6e35a5bc727 with: github_token: ${{ secrets.GITHUB_TOKEN }} report_paths: '**/build/test-results/test/TEST-*.xml' diff --git a/.github/workflows/ci-release.yml b/.github/workflows/ci-release.yml index 40c48505be..f847440687 100644 --- a/.github/workflows/ci-release.yml +++ b/.github/workflows/ci-release.yml @@ -62,7 +62,7 @@ jobs: sudo -E env "PATH=$PATH" bash -c "ulimit -l 65536 && ulimit -a && ./gradlew --no-daemon --parallel -PreleaseBuild=true$FIRST_GRADLE_TARGETS && ./gradlew --no-daemon --no-parallel -PreleaseBuild=true$SECOND_GRADLE_TARGETS" - name: Publish Test Results if: always() - uses: scacap/action-surefire-report@a2911bd1a4412ec18dde2d93b1758b3e56d2a880 + uses: scacap/action-surefire-report@1a128e49c0585bc0b8e38e541ac3b6e35a5bc727 with: github_token: ${{ secrets.GITHUB_TOKEN }} report_paths: '**/build/test-results/test/TEST-*.xml' diff --git a/.github/workflows/ci-snapshot.yml b/.github/workflows/ci-snapshot.yml index 29835e811d..0c9b0c0863 100644 --- a/.github/workflows/ci-snapshot.yml +++ b/.github/workflows/ci-snapshot.yml @@ -72,7 +72,7 @@ jobs: sudo -E env "PATH=$PATH" bash -c "ulimit -l 65536 && ulimit -a && ./gradlew --no-daemon --parallel$FIRST_GRADLE_TARGETS && ./gradlew --no-daemon --no-parallel$SECOND_GRADLE_TARGETS" - name: Publish Test Results if: always() - uses: scacap/action-surefire-report@a2911bd1a4412ec18dde2d93b1758b3e56d2a880 + uses: scacap/action-surefire-report@1a128e49c0585bc0b8e38e541ac3b6e35a5bc727 with: github_token: ${{ secrets.GITHUB_TOKEN }} report_paths: '**/build/test-results/test/TEST-*.xml'