Skip to content

Commit 7f5c850

Browse files
build(deps): bump scacap/action-surefire-report from 1.8.0 to 1.9.0 (#3163)
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](ScaCap/action-surefire-report@a2911bd...1a128e4) --- updated-dependencies: - dependency-name: scacap/action-surefire-report dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 373299a commit 7f5c850

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/ci-prb-reports.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
# File location set in ci-prb.yml and must be coordinated.
2424
name: test-results-${{ matrix.os }}-${{ matrix.java }}
2525
- name: Publish Test Report
26-
uses: scacap/action-surefire-report@a2911bd1a4412ec18dde2d93b1758b3e56d2a880
26+
uses: scacap/action-surefire-report@1a128e49c0585bc0b8e38e541ac3b6e35a5bc727
2727
with:
2828
github_token: ${{ secrets.GITHUB_TOKEN }}
2929
report_paths: '**/build/test-results/test/TEST-*.xml'

.github/workflows/ci-release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
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"
6363
- name: Publish Test Results
6464
if: always()
65-
uses: scacap/action-surefire-report@a2911bd1a4412ec18dde2d93b1758b3e56d2a880
65+
uses: scacap/action-surefire-report@1a128e49c0585bc0b8e38e541ac3b6e35a5bc727
6666
with:
6767
github_token: ${{ secrets.GITHUB_TOKEN }}
6868
report_paths: '**/build/test-results/test/TEST-*.xml'

.github/workflows/ci-snapshot.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272
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"
7373
- name: Publish Test Results
7474
if: always()
75-
uses: scacap/action-surefire-report@a2911bd1a4412ec18dde2d93b1758b3e56d2a880
75+
uses: scacap/action-surefire-report@1a128e49c0585bc0b8e38e541ac3b6e35a5bc727
7676
with:
7777
github_token: ${{ secrets.GITHUB_TOKEN }}
7878
report_paths: '**/build/test-results/test/TEST-*.xml'

0 commit comments

Comments
 (0)