Skip to content

Commit 9857331

Browse files
chore(deps): Update go-junit-report from tag to SHA (#32)
1 parent 261baa5 commit 9857331

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
@@ -39,7 +39,7 @@ runs:
3939
if: steps.test.outcome == 'success'
4040
id: process-test
4141
shell: bash
42-
run: go run github.com/jstemmer/go-junit-report@v0.9.1 < raw_report.txt > junit_report.xml
42+
run: go run github.com/jstemmer/go-junit-report@cc1f095d5cc5eca2844f5c5ea7bb37f6b9bf6cac < raw_report.txt > junit_report.xml
4343

4444
- name: Upload test results
4545
if: steps.process-test.outcome == 'success'

0 commit comments

Comments
 (0)