Skip to content

Commit

Permalink
Bump scacap/action-surefire-report from 1.5.0 to 1.7.0
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.5.0 to 1.7.0.
- [Release notes](https://github.com/scacap/action-surefire-report/releases)
- [Commits](ScaCap/action-surefire-report@a2d14ba...4845216)

---
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>
  • Loading branch information
dependabot[bot] committed Mar 14, 2023
1 parent 2ff3eef commit 01b2d29
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
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@a2d14baac06028516812d93c36cb9c99aa50198e
uses: scacap/action-surefire-report@48452168d92461c5ded1ca1afe210e4a99f32d33
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
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@a2d14baac06028516812d93c36cb9c99aa50198e
uses: scacap/action-surefire-report@48452168d92461c5ded1ca1afe210e4a99f32d33
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
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@a2d14baac06028516812d93c36cb9c99aa50198e
uses: scacap/action-surefire-report@48452168d92461c5ded1ca1afe210e4a99f32d33
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
report_paths: '**/build/test-results/test/TEST-*.xml'
Expand Down

0 comments on commit 01b2d29

Please sign in to comment.