Skip to content

Commit 76e0cd9

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

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@0e002cd695ea794277bb9b44dc7cfa836e1ee7bb
56+
uses: go-openapi/gh-actions/install/gotestsum@dc9fd17dc64906f49c651fe669c5c69093077187
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@0e002cd695ea794277bb9b44dc7cfa836e1ee7bb
156+
uses: go-openapi/gh-actions/install/go-junit-report@dc9fd17dc64906f49c651fe669c5c69093077187
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@0e002cd695ea794277bb9b44dc7cfa836e1ee7bb
187+
uses: go-openapi/gh-actions/install/go-ctrf-json-reporter@dc9fd17dc64906f49c651fe669c5c69093077187
188188
-
189189
name: Convert test reports to CTRF JSON
190190
# description: |

0 commit comments

Comments
 (0)