Skip to content

Commit e198337

Browse files
chore(deps): Update go-junit-report from tag to SHA (#41)
1 parent 4d8d07a commit e198337

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
@@ -29,7 +29,7 @@ runs:
2929
if: steps.test.outcome == 'success'
3030
id: process-test
3131
shell: bash
32-
run: go run github.com/jstemmer/go-junit-report@v0.9.1 < raw_report.txt > junit_report.xml
32+
run: go run github.com/jstemmer/go-junit-report@cc1f095d5cc5eca2844f5c5ea7bb37f6b9bf6cac < raw_report.txt > junit_report.xml
3333

3434
- name: Upload test results
3535
if: steps.process-test.outcome == 'success'

0 commit comments

Comments
 (0)