Skip to content

Commit 62f60a6

Browse files
chore(deps): Update go-junit-report from tag to SHA (#318)
1 parent 6211990 commit 62f60a6

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

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

0 commit comments

Comments
 (0)