Skip to content

Commit

Permalink
Bump scacap/action-surefire-report from 1.0.10 to 1.0.11 (#1611)
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.0.10 to 1.0.11.
- [Release notes](https://github.com/scacap/action-surefire-report/releases)
- [Commits](ScaCap/action-surefire-report@f0a1b40...9fb9276)

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

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jun 8, 2021
1 parent fbcfc7f commit eea9bde
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@f0a1b40820786c67914d78e04fd453f90eebe305
uses: scacap/action-surefire-report@9fb92762fe4c378b6c2d4210e24328bbd8ac9abb
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 @@ -66,7 +66,7 @@ jobs:
./gradlew --parallel -PreleaseBuild=true$FIRST_GRADLE_TARGETS && ./gradlew -PreleaseBuild=true$SECOND_GRADLE_TARGETS
- name: Publish Test Results
if: always()
uses: scacap/action-surefire-report@f0a1b40820786c67914d78e04fd453f90eebe305
uses: scacap/action-surefire-report@9fb92762fe4c378b6c2d4210e24328bbd8ac9abb
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 @@ -67,7 +67,7 @@ jobs:
./gradlew --parallel$FIRST_GRADLE_TARGETS && ./gradlew$SECOND_GRADLE_TARGETS
- name: Publish Test Results
if: always()
uses: scacap/action-surefire-report@f0a1b40820786c67914d78e04fd453f90eebe305
uses: scacap/action-surefire-report@9fb92762fe4c378b6c2d4210e24328bbd8ac9abb
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
report_paths: '**/build/test-results/test/TEST-*.xml'
Expand Down

0 comments on commit eea9bde

Please sign in to comment.