File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -270,7 +270,7 @@ jobs:
270270
271271 - name : Publish Integration Test Results
272272 # 6e8f8c55b476f977d1c58cfbd7e337cbf86d917f is tag v2, pinned to avoid supply chain attacks
273- uses : EnricoMi/publish-unit-test-result-action@6e8f8c55b476f977d1c58cfbd7e337cbf86d917f
273+ uses : EnricoMi/publish-unit-test-result-action@34d7c956a59aed1bfebf31df77b8de55db9bbaaf
274274 if : always() && matrix.runner-os == 'ubuntu-latest' && github.actor != 'dependabot[bot]'
275275 with :
276276 files : " **/*-tests.xml"
Original file line number Diff line number Diff line change @@ -204,7 +204,7 @@ jobs:
204204
205205 - name : Publish Integration Test Results
206206 # 6e8f8c55b476f977d1c58cfbd7e337cbf86d917f is tag v2, pinned to avoid supply chain attacks
207- uses : EnricoMi/publish-unit-test-result-action@6e8f8c55b476f977d1c58cfbd7e337cbf86d917f
207+ uses : EnricoMi/publish-unit-test-result-action@34d7c956a59aed1bfebf31df77b8de55db9bbaaf
208208 if : always() && matrix.runner-os == 'ubuntu-latest'
209209 with :
210210 files : " **/*-tests.xml"
Original file line number Diff line number Diff line change 4040 echo "PR_NUMBER=$sanitized_prnumber" >> "$GITHUB_ENV"
4141 - name : Publish Unit Test Results
4242 # 6e8f8c55b476f977d1c58cfbd7e337cbf86d917f is tag v2, pinned to avoid supply chain attacks
43- uses : EnricoMi/publish-unit-test-result-action@6e8f8c55b476f977d1c58cfbd7e337cbf86d917f
43+ uses : EnricoMi/publish-unit-test-result-action@34d7c956a59aed1bfebf31df77b8de55db9bbaaf
4444 with :
4545 commit : ${{ github.event.workflow_run.head_sha }}
4646 event_file : artifacts/Event File/event.json
You can’t perform that action at this time.
0 commit comments