Skip to content

Commit 56ddb1e

Browse files
committed
fixup
Signed-off-by: Frédéric BIDON <fredbi@yahoo.com>
1 parent ec46291 commit 56ddb1e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/go-test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
cache: true
5454
-
5555
name: Install gotestsum
56-
uses: go-openapi/gh-actions/install/gotestsum@9ecafbca062a2bf336ff9c54025e9edc83423639
56+
uses: go-openapi/gh-actions/install/gotestsum@0e002cd695ea794277bb9b44dc7cfa836e1ee7bb
5757
-
5858
name: Run unit tests
5959
shell: bash
@@ -153,7 +153,7 @@ jobs:
153153
path: reports/
154154
-
155155
name: Install go-junit-report
156-
uses: go-openapi/gh-actions/install/go-junit-report@9ecafbca062a2bf336ff9c54025e9edc83423639
156+
uses: go-openapi/gh-actions/install/go-junit-report@0e002cd695ea794277bb9b44dc7cfa836e1ee7bb
157157
-
158158
name: Convert test reports to a merged JUnit XML
159159
# NOTE: codecov test reports only support JUnit format at this moment. See https://docs.codecov.com/docs/test-analytics.
@@ -184,7 +184,7 @@ jobs:
184184
cache: true
185185
-
186186
name: Install go-ctrf-json-reporter
187-
uses: go-openapi/gh-actions/install/go-ctrf-json-reporter@9ecafbca062a2bf336ff9c54025e9edc83423639
187+
uses: go-openapi/gh-actions/install/go-ctrf-json-reporter@0e002cd695ea794277bb9b44dc7cfa836e1ee7bb
188188
-
189189
name: Convert test reports to CTRF JSON
190190
# description: |

0 commit comments

Comments
 (0)