Skip to content

Commit

Permalink
Bump scacap/action-surefire-report from 1.7.0 to 1.7.2 (#2655)
Browse files Browse the repository at this point in the history
Bumps [scacap/action-surefire-report](https://github.com/scacap/action-surefire-report) from 1.7.0 to 1.7.2.
- [Release notes](https://github.com/scacap/action-surefire-report/releases)
- [Commits](ScaCap/action-surefire-report@4845216...6efd3d1)

---
updated-dependencies:
- dependency-name: scacap/action-surefire-report
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jul 20, 2023
1 parent 246ffab commit 15f4b83
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci-prb-reports.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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@48452168d92461c5ded1ca1afe210e4a99f32d33
uses: scacap/action-surefire-report@6efd3d10b5c1996a0724dd4c4915a073f685fefa
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
report_paths: '**/build/test-results/test/TEST-*.xml'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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@48452168d92461c5ded1ca1afe210e4a99f32d33
uses: scacap/action-surefire-report@6efd3d10b5c1996a0724dd4c4915a073f685fefa
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
report_paths: '**/build/test-results/test/TEST-*.xml'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci-snapshot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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@48452168d92461c5ded1ca1afe210e4a99f32d33
uses: scacap/action-surefire-report@6efd3d10b5c1996a0724dd4c4915a073f685fefa
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
report_paths: '**/build/test-results/test/TEST-*.xml'
Expand Down

0 comments on commit 15f4b83

Please sign in to comment.