We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d3dbce5 commit 90d2da0Copy full SHA for 90d2da0
.github/workflows/main.yml
@@ -133,7 +133,7 @@ jobs:
133
ASPNETCORE_ENVIRONMENT: Development # For Serilog passthrough
134
135
- name: Report test results
136
- uses: dorny/test-reporter@31a54ee7ebcacc03a09ea97a7e5465a47b84aea5 # v1.9.1
+ uses: dorny/test-reporter@dc3a92680fcc15842eef52e8c4606ea7ce6bd3f3 # v2.1.1
137
if: ${{ github.event.pull_request.head.repo.full_name == github.repository && !cancelled() }}
138
with:
139
name: Test Results
0 commit comments