Skip to content

Commit

Permalink
build(deps): bump scacap/action-surefire-report from 1.8.0 to 1.9.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.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] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 29, 2025
1 parent 2474d44 commit c95e98a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cluster_integration_ui_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
./gradlew integrationUITest --continue
- name: Publish tests reports
if: always()
uses: scacap/action-surefire-report@a2911bd1a4412ec18dde2d93b1758b3e56d2a880 #v1.8.0
uses: scacap/action-surefire-report@1a128e49c0585bc0b8e38e541ac3b6e35a5bc727 #v1.9.0
with:
github_token: ${{secrets.GITHUB_TOKEN}}
report_paths: '${{github.workspace}}/build/test-results/**/TEST-*.xml'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/no_context_integration_ui_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
./gradlew integrationUITest --continue
- name: Publish tests reports
if: always()
uses: scacap/action-surefire-report@a2911bd1a4412ec18dde2d93b1758b3e56d2a880 #v1.8.0
uses: scacap/action-surefire-report@1a128e49c0585bc0b8e38e541ac3b6e35a5bc727 #v1.9.0
with:
github_token: ${{secrets.GITHUB_TOKEN}}
report_paths: '${{github.workspace}}/build/test-results/**/TEST-*.xml'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish_reports.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
github-token: ${{ secrets.GITHUB_TOKEN }}
run-id: ${{github.event.workflow_run.id}}
- name: Publish aggregated tests reports
uses: scacap/action-surefire-report@a2911bd1a4412ec18dde2d93b1758b3e56d2a880 #v1.8.0
uses: scacap/action-surefire-report@1a128e49c0585bc0b8e38e541ac3b6e35a5bc727 #v1.9.0
with:
github_token: ${{secrets.GITHUB_TOKEN}}
report_paths: '${{github.workspace}}/reports/**/TEST-*.xml'
Expand Down

0 comments on commit c95e98a

Please sign in to comment.