diff --git a/merge-junit-reports/action.yml b/merge-junit-reports/action.yml index 4597c9e..fdc8764 100644 --- a/merge-junit-reports/action.yml +++ b/merge-junit-reports/action.yml @@ -100,7 +100,7 @@ runs: run: cp junit-reports-artifact/*.xml junit-reports/ - name: Update JUnit reports - uses: EndBug/add-and-commit@645ecc0dd0a57f4d86d26c0aa5fc42c0a856fbca # v11 + uses: EndBug/add-and-commit@cc9c08ba6c8df3b93a8f2db63e89b98368ae2ae8 # v11 with: message: 'Update JUnit reports' add: '*.xml'