From 7285b4c941797108022b0a8425417c0248250059 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 16 Jan 2024 08:05:40 -0800 Subject: [PATCH] Bump scacap/action-surefire-report from 1.7.2 to 1.7.3 (#2805) Bumps [scacap/action-surefire-report](https://github.com/scacap/action-surefire-report) from 1.7.2 to 1.7.3. - [Release notes](https://github.com/scacap/action-surefire-report/releases) - [Commits](https://github.com/scacap/action-surefire-report/compare/6efd3d10b5c1996a0724dd4c4915a073f685fefa...687f107f48aa55aff279cc5ce598fd9860871a81) --- updated-dependencies: - dependency-name: scacap/action-surefire-report dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .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 84ec7aa6c7..98b06fea40 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@6efd3d10b5c1996a0724dd4c4915a073f685fefa + uses: scacap/action-surefire-report@687f107f48aa55aff279cc5ce598fd9860871a81 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 e91122cc9a..da74347205 100644 --- a/.github/workflows/ci-release.yml +++ b/.github/workflows/ci-release.yml @@ -59,7 +59,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 -PreleaseBuild=true$SECOND_GRADLE_TARGETS" - name: Publish Test Results if: always() - uses: scacap/action-surefire-report@6efd3d10b5c1996a0724dd4c4915a073f685fefa + uses: scacap/action-surefire-report@687f107f48aa55aff279cc5ce598fd9860871a81 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 367f72f486..3cce152efa 100644 --- a/.github/workflows/ci-snapshot.yml +++ b/.github/workflows/ci-snapshot.yml @@ -60,7 +60,7 @@ jobs: sudo -E env "PATH=$PATH" bash -c "ulimit -l 65536 && ulimit -a && ./gradlew --no-daemon --parallel$FIRST_GRADLE_TARGETS && ./gradlew --no-daemon$SECOND_GRADLE_TARGETS" - name: Publish Test Results if: always() - uses: scacap/action-surefire-report@6efd3d10b5c1996a0724dd4c4915a073f685fefa + uses: scacap/action-surefire-report@687f107f48aa55aff279cc5ce598fd9860871a81 with: github_token: ${{ secrets.GITHUB_TOKEN }} report_paths: '**/build/test-results/test/TEST-*.xml'