File tree Expand file tree Collapse file tree 3 files changed +4
-1
lines changed
Expand file tree Collapse file tree 3 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -117,6 +117,7 @@ jobs:
117117 needs : [test, lint, analyze]
118118 name : SonarCloud
119119 runs-on : ubuntu-latest
120+ if : github.event.pull_request.head.repo.fork == false
120121 steps :
121122 - uses : actions/checkout@v3
122123 with :
Original file line number Diff line number Diff line change 44
55require (
66 github.com/stretchr/testify v1.7.1
7- golang.org/x/exp v0.0.0-20221205204356-47842c84f3db
7+ golang.org/x/exp v0.0.0-20221230185412-738e83a70c30
88)
99
1010require (
Original file line number Diff line number Diff line change @@ -9,6 +9,8 @@ golang.org/x/exp v0.0.0-20221031165847-c99f073a8326 h1:QfTh0HpN6hlw6D3vu8DAwC8pB
99golang.org/x/exp v0.0.0-20221031165847-c99f073a8326 /go.mod h1:CxIveKay+FTh1D0yPZemJVgC/95VzuuOLq5Qi4xnoYc =
1010golang.org/x/exp v0.0.0-20221205204356-47842c84f3db h1:D/cFflL63o2KSLJIwjlcIt8PR064j/xsmdEJL/YvY/o =
1111golang.org/x/exp v0.0.0-20221205204356-47842c84f3db /go.mod h1:CxIveKay+FTh1D0yPZemJVgC/95VzuuOLq5Qi4xnoYc =
12+ golang.org/x/exp v0.0.0-20221230185412-738e83a70c30 h1:m9O6OTJ627iFnN2JIWfdqlZCzneRO6EEBsHXI25P8ws =
13+ golang.org/x/exp v0.0.0-20221230185412-738e83a70c30 /go.mod h1:CxIveKay+FTh1D0yPZemJVgC/95VzuuOLq5Qi4xnoYc =
1214gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 h1:yhCVgyC4o1eVCa2tZl7eS0r+SDo693bJlVdllGtEeKM =
1315gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 /go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0 =
1416gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c h1:dUUwHk2QECo/6vqA44rthZ8ie2QXMNeKRTHCNY2nXvo =
You can’t perform that action at this time.
0 commit comments