Skip to content

Commit

Permalink
Bump scacap/action-surefire-report from 1.0.9 to 1.0.10 (#1584)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored May 27, 2021
1 parent 426165d commit 571440a
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@a915ba6359417544044fb06093a6c75097fe2a2b
uses: scacap/action-surefire-report@f0a1b40820786c67914d78e04fd453f90eebe305
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@a915ba6359417544044fb06093a6c75097fe2a2b
uses: scacap/action-surefire-report@f0a1b40820786c67914d78e04fd453f90eebe305
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@a915ba6359417544044fb06093a6c75097fe2a2b
uses: scacap/action-surefire-report@f0a1b40820786c67914d78e04fd453f90eebe305
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
report_paths: '**/build/test-results/test/TEST-*.xml'
Expand Down

0 comments on commit 571440a

Please sign in to comment.