File tree Expand file tree Collapse file tree 4 files changed +558
-503
lines changed Expand file tree Collapse file tree 4 files changed +558
-503
lines changed Original file line number Diff line number Diff line change @@ -46,12 +46,12 @@ jobs:
46
46
cache : ' yarn'
47
47
48
48
- name : Initialize CodeQL
49
- uses : github/codeql-action/init@60168efe1c415ce0f5521ea06d5c2062adbeed1b # v3.28.17
49
+ uses : github/codeql-action/init@fca7ace96b7d713c7035871441bd52efbe39e27e # v3.28.19
50
50
with :
51
51
languages : ${{ matrix.language }}
52
52
53
53
- name : Autobuild
54
- uses : github/codeql-action/autobuild@60168efe1c415ce0f5521ea06d5c2062adbeed1b # v3.28.17
54
+ uses : github/codeql-action/autobuild@fca7ace96b7d713c7035871441bd52efbe39e27e # v3.28.19
55
55
56
56
- name : Perform CodeQL Analysis
57
- uses : github/codeql-action/analyze@60168efe1c415ce0f5521ea06d5c2062adbeed1b # v3.28.17
57
+ uses : github/codeql-action/analyze@fca7ace96b7d713c7035871441bd52efbe39e27e # v3.28.19
Original file line number Diff line number Diff line change @@ -13,9 +13,9 @@ replace (
13
13
require (
14
14
github.com/aperturerobotics/common v0.22.3-0.20250428021130-9962fbac3e3c // latest
15
15
github.com/aperturerobotics/goprotowrap v0.3.2 // latest
16
- github.com/aperturerobotics/goscript v0.0.18 // master
16
+ github.com/aperturerobotics/goscript v0.0.50 // master
17
17
github.com/aperturerobotics/protobuf-go-lite v0.9.1 // latest
18
- github.com/aperturerobotics/starpc v0.39.0 // latest
18
+ github.com/aperturerobotics/starpc v0.39.1 // latest
19
19
)
20
20
21
21
require (
Original file line number Diff line number Diff line change @@ -167,12 +167,14 @@ github.com/aperturerobotics/goprotowrap v0.3.2 h1:Nb79Q6KEV3VjUEUNcYCfn9/C8uY5U7
167
167
github.com/aperturerobotics/goprotowrap v0.3.2 /go.mod h1:5tRlYsb4VF0ySzx2/My3u9PtzTWNu5o2bqYHj0TRw+U =
168
168
github.com/aperturerobotics/goscript v0.0.18 h1:WYNhLiP1lJZtPcV3itLWRo+vJKXJ+9oVwJW2b9hqmm0 =
169
169
github.com/aperturerobotics/goscript v0.0.18 /go.mod h1:obIQGBr8XnMICHd5N4J8RFECvqGbyyeXa+ryGl0m2lg =
170
+ github.com/aperturerobotics/goscript v0.0.50 /go.mod h1:9ouIH3mHD2kYgxDRHnmft71ZbJjsdXJ9+420NI/RdoA =
170
171
github.com/aperturerobotics/protobuf-go v1.33.1-0.20240516052628-4470bc019102 h1:jjQCud+wqlAoe+35nfTyuDzGk3tiG5t1BMFlRXHvg3A =
171
172
github.com/aperturerobotics/protobuf-go v1.33.1-0.20240516052628-4470bc019102 /go.mod h1:c6P6GXX6sHbq/GpV6MGZEdwhWPcYBgnhAHhKbcUYpos =
172
173
github.com/aperturerobotics/protobuf-go-lite v0.9.1 h1:P1knXKnwLJpVE8fmeXYGckKu79IhqUvKRdCfJNR0MwQ =
173
174
github.com/aperturerobotics/protobuf-go-lite v0.9.1 /go.mod h1:fULrxQxEBWKQm7vvju9AfjTp9yfHoLgwMQWTiZQ2tg0 =
174
175
github.com/aperturerobotics/starpc v0.39.0 h1:n/NR16KdzulIZFTf6PYo53mFHti4vg+O65kgaBGEXh4 =
175
176
github.com/aperturerobotics/starpc v0.39.0 /go.mod h1:GVNyIvtGf/VO/MpWLCPiGMT9GVBFcdruSivsgD4oKcE =
177
+ github.com/aperturerobotics/starpc v0.39.1 /go.mod h1:kCl/LKJ2n216URRhrzOUFg+YIDTZL3FeKhcPYKqHuuM =
176
178
github.com/arbovm/levenshtein v0.0.0-20160628152529-48b4e1c0c4d0 h1:jfIu9sQUG6Ig+0+Ap1h4unLjW6YQJpKZVmUzxsD4E/Q =
177
179
github.com/arbovm/levenshtein v0.0.0-20160628152529-48b4e1c0c4d0 /go.mod h1:t2tdKJDJF9BV14lnkjHmOQgcvEKgtqs5a1N3LNdJhGE =
178
180
github.com/armon/go-socks5 v0.0.0-20160902184237-e75332964ef5 h1:0CwZNZbxp69SHPdPJAN/hZIm0C4OItdklCFmMRWYpio =
You can’t perform that action at this time.
0 commit comments