Skip to content

Commit 81a329e

Browse files
chore(deps): pin enricomi/publish-unit-test-result-action action to 3a74b29
1 parent 241b036 commit 81a329e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/test-package/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ runs:
2727
npm run test
2828
- name: Publish test reports
2929
if: ${{ !cancelled() }}
30-
uses: EnricoMi/publish-unit-test-result-action@v2
30+
uses: EnricoMi/publish-unit-test-result-action@3a74b2957438d0b6e2e61d67b05318aa25c9e6c6 # v2
3131
with:
3232
files: "./packages/${{ inputs.package_name }}/test-results/**/*"
3333
check_name: "Test report for ${{ inputs.package_name }}"

0 commit comments

Comments
 (0)