File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -18,20 +18,20 @@ jobs:
1818 runs-on : ubuntu-latest
1919 timeout-minutes : 10
2020 steps :
21- - uses : actions/checkout@v4
21+ - uses : actions/checkout@v6
2222 with :
2323 path : common
2424 # Sibling checkout (proto) — common itself is the repo under test, so
2525 # only proto is fetched as a sibling for the replace directive.
26- - uses : actions/checkout@v4
26+ - uses : actions/checkout@v6
2727 with :
2828 repository : InstaNode-dev/proto
2929 path : proto
3030 continue-on-error : true
31- - uses : actions/setup-go@v5
31+ - uses : actions/setup-go@v6
3232 with :
3333 go-version-file : common/go.mod
34- - uses : golangci/golangci-lint-action@v8
34+ - uses : golangci/golangci-lint-action@v9
3535 with :
3636 version : latest
3737 working-directory : common
Original file line number Diff line number Diff line change 1515 timeout-minutes : 3
1616 steps :
1717 - uses : actions/checkout@v6
18- - uses : crate-ci/typos@v1.46.2
18+ - uses : crate-ci/typos@v1.46.3
1919 continue-on-error : true # warn-only — surface findings without blocking CI
Original file line number Diff line number Diff line change @@ -17,8 +17,8 @@ require (
1717require (
1818 github.com/davecgh/go-spew v1.1.1 // indirect
1919 github.com/pmezard/go-difflib v1.0.0 // indirect
20- golang.org/x/crypto v0.48 .0 // indirect
21- golang.org/x/sys v0.41 .0 // indirect
20+ golang.org/x/crypto v0.52 .0 // indirect
21+ golang.org/x/sys v0.45 .0 // indirect
2222 google.golang.org/protobuf v1.36.11 // indirect
2323)
2424
Original file line number Diff line number Diff line change @@ -14,10 +14,10 @@ github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZb
1414github.com/pmezard/go-difflib v1.0.0 /go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4 =
1515github.com/stretchr/testify v1.11.1 h1:7s2iGBzp5EwR7/aIZr8ao5+dra3wiQyKjjFuvgVKu7U =
1616github.com/stretchr/testify v1.11.1 /go.mod h1:wZwfW3scLgRK+23gO65QZefKpKQRnfz6sD981Nm4B6U =
17- golang.org/x/crypto v0.48 .0 h1:/VRzVqiRSggnhY7gNRxPauEQ5Drw9haKdM0jqfcCFts =
18- golang.org/x/crypto v0.48 .0 /go.mod h1:r0kV5h3qnFPlQnBSrULhlsRfryS2pmewsg+XfMgkVos =
19- golang.org/x/sys v0.41 .0 h1:Ivj+2Cp/ylzLiEU89QhWblYnOE9zerudt9Ftecq2C6k =
20- golang.org/x/sys v0.41 .0 /go.mod h1:OgkHotnGiDImocRcuBABYBEXf8A9a87e/uXjp9XT3ks =
17+ golang.org/x/crypto v0.52 .0 h1:RMs7fP2rXdep0CftQlK8Uf+kibLm7qkCcradZWYz988 =
18+ golang.org/x/crypto v0.52 .0 /go.mod h1:1QgfPxDqh0T2M/elOJtp9RvuR95kVjir0e6/BvEmGbc =
19+ golang.org/x/sys v0.45 .0 h1:dO4czNzziLiiXplLQgBCEpCvXQ3dnkn0SdaZSYdQ+FY =
20+ golang.org/x/sys v0.45 .0 /go.mod h1:4GL1E5IUh+htKOUEOaiffhrAeqysfVGipDYzABqnCmw =
2121google.golang.org/protobuf v1.36.11 h1:fV6ZwhNocDyBLK0dj+fg8ektcVegBBuEolpbTQyBNVE =
2222google.golang.org/protobuf v1.36.11 /go.mod h1:HTf+CrKn2C3g5S8VImy6tdcUvCska2kB7j23XfzDpco =
2323gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 h1:yhCVgyC4o1eVCa2tZl7eS0r+SDo693bJlVdllGtEeKM =
You can’t perform that action at this time.
0 commit comments