Skip to content

Commit ab8d576

Browse files
chore(deps): Update go-junit-report from tag to SHA (#18)
1 parent f28b190 commit ab8d576

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/unit-tests/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ runs:
2525
if: steps.test.outcome == 'success'
2626
id: process-test
2727
shell: bash
28-
run: go run github.com/jstemmer/go-junit-report@v0.9.1 < raw_report.txt > junit_report.xml
28+
run: go run github.com/jstemmer/go-junit-report@cc1f095d5cc5eca2844f5c5ea7bb37f6b9bf6cac < raw_report.txt > junit_report.xml
2929

3030
- name: Upload test results
3131
if: steps.process-test.outcome == 'success'

0 commit comments

Comments
 (0)