Commit 701d9b2 1 parent 59113b8 commit 701d9b2 Copy full SHA for 701d9b2
File tree 7 files changed +326
-282
lines changed
7 files changed +326
-282
lines changed Original file line number Diff line number Diff line change @@ -32,26 +32,26 @@ jobs:
32
32
33
33
steps :
34
34
- name : Checkout repository
35
- uses : actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
35
+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
36
36
37
37
- name : Setup Go ${{ matrix.go }}
38
- uses : actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2
38
+ uses : actions/setup-go@41dfa10bad2bb2ae585af6ee5bb4d7d973ad74ed # v5.1.0
39
39
with :
40
40
go-version : ${{ matrix.go }}
41
41
42
42
- name : Setup Node.JS ${{ matrix.node }}
43
- uses : actions/setup-node@0a44ba7841725637a19e28fa30b79a866c81b0a6 # v4.0.4
43
+ uses : actions/setup-node@39370e3970a6d050c480ffad4ff0ed4d3fdee5af # v4.1.0
44
44
with :
45
45
node-version : ${{ matrix.node }}
46
46
cache : ' yarn'
47
47
48
48
- name : Initialize CodeQL
49
- uses : github/codeql-action/init@c36620d31ac7c881962c3d9dd939c40ec9434f2b # v3.26.12
49
+ uses : github/codeql-action/init@662472033e021d55d94146f66f6058822b0b39fd # v3.27.0
50
50
with :
51
51
languages : ${{ matrix.language }}
52
52
53
53
- name : Autobuild
54
- uses : github/codeql-action/autobuild@c36620d31ac7c881962c3d9dd939c40ec9434f2b # v3.26.12
54
+ uses : github/codeql-action/autobuild@662472033e021d55d94146f66f6058822b0b39fd # v3.27.0
55
55
56
56
- name : Perform CodeQL Analysis
57
- uses : github/codeql-action/analyze@c36620d31ac7c881962c3d9dd939c40ec9434f2b # v3.26.12
57
+ uses : github/codeql-action/analyze@662472033e021d55d94146f66f6058822b0b39fd # v3.27.0
Original file line number Diff line number Diff line change 15
15
runs-on : ubuntu-latest
16
16
steps :
17
17
- name : ' Checkout Repository'
18
- uses : actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
18
+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
19
19
- name : ' Dependency Review'
20
- uses : actions/dependency-review-action@5a2ce3f5b92ee19cbb1541a4984c76d921601d7c # v4.3.4
20
+ uses : actions/dependency-review-action@4081bf99e2866ebe428fc0477b69eb4fcda7220a # v4.4.0
Original file line number Diff line number Diff line change @@ -24,15 +24,15 @@ jobs:
24
24
timeout-minutes : 10
25
25
26
26
steps :
27
- - uses : actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
27
+ - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
28
28
29
29
- name : Setup Go ${{ matrix.go }}
30
- uses : actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2
30
+ uses : actions/setup-go@41dfa10bad2bb2ae585af6ee5bb4d7d973ad74ed # v5.1.0
31
31
with :
32
32
go-version : ${{ matrix.go }}
33
33
34
34
- name : Setup Node.JS ${{ matrix.node }}
35
- uses : actions/setup-node@0a44ba7841725637a19e28fa30b79a866c81b0a6 # v4.0.4
35
+ uses : actions/setup-node@39370e3970a6d050c480ffad4ff0ed4d3fdee5af # v4.1.0
36
36
with :
37
37
node-version : ${{ matrix.node }}
38
38
cache : ' yarn'
Original file line number Diff line number Diff line change 81
81
"@typescript-eslint/parser" : " ^8.2.0" ,
82
82
"eslint" : " ^8.0.0" ,
83
83
"eslint-config-prettier" : " ^9.0.0" ,
84
- "eslint-plugin-react-hooks" : " ^4.6.1 " ,
84
+ "eslint-plugin-react-hooks" : " ^5.0.0 " ,
85
85
"eslint-plugin-unused-imports" : " ^4.0.0" ,
86
86
"starpc" : " ^0.35.0" ,
87
87
"vitest" : " ^2.0.2"
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ require (
15
15
github.com/aperturerobotics/common v0.15.4 // latest
16
16
github.com/aperturerobotics/goprotowrap v0.3.1 // latest
17
17
github.com/aperturerobotics/protobuf-go-lite v0.7.0 // latest
18
- github.com/aperturerobotics/starpc v0.35.0 // latest
18
+ github.com/aperturerobotics/starpc v0.35.1 // latest
19
19
)
20
20
21
21
require (
@@ -454,7 +454,7 @@ require (
454
454
go.uber.org/zap v1.27.0 // indirect
455
455
gocloud.dev v0.39.0 // indirect
456
456
golang.org/x/crypto v0.28.0 // indirect
457
- golang.org/x/exp v0.0.0-20240909161429-701f63a606c0 // indirect
457
+ golang.org/x/exp v0.0.0-20241009180824-f66d83c29e7c // indirect
458
458
golang.org/x/exp/typeparams v0.0.0-20240314144324-c7f7c6466f7f // indirect
459
459
golang.org/x/mod v0.21.0 // indirect
460
460
golang.org/x/net v0.30.0 // indirect
Original file line number Diff line number Diff line change @@ -144,6 +144,7 @@ github.com/aperturerobotics/protobuf-go-lite v0.7.0 h1:dDoOzD0kxx8fshgqyWrJdhZHf
144
144
github.com/aperturerobotics/protobuf-go-lite v0.7.0 /go.mod h1:MSCkd3x0MtN1WbG5abldAa55AVKHJlOgbZGPDcBauLM =
145
145
github.com/aperturerobotics/starpc v0.35.0 h1:+gQCQT7oudOH5jxHzoSC4Nv7adYPlG6AIDRzzUVaaMo =
146
146
github.com/aperturerobotics/starpc v0.35.0 /go.mod h1:dA3DDDO19J/0Yn1iED1KdkelWY5ZmaKR1LddvkZq9Hc =
147
+ github.com/aperturerobotics/starpc v0.35.1 /go.mod h1:8tpuRoTbAmm9pDuz6DLK1TBkvDN74CuZtrLHQQGlHmQ =
147
148
github.com/armon/go-socks5 v0.0.0-20160902184237-e75332964ef5 h1:0CwZNZbxp69SHPdPJAN/hZIm0C4OItdklCFmMRWYpio =
148
149
github.com/armon/go-socks5 v0.0.0-20160902184237-e75332964ef5 /go.mod h1:wHh0iHkYZB8zMSxRWpUBQtwG5a7fFgvEO+odwuTv2gs =
149
150
github.com/asaskevich/govalidator v0.0.0-20230301143203-a9d515a09cc2 h1:DklsrG3dyBCFEj5IhUbnKptjxatkF07cF2ak3yi77so =
@@ -1154,6 +1155,7 @@ golang.org/x/crypto v0.28.0/go.mod h1:rmgy+3RHxRZMyY0jjAJShp2zgEdOqj2AO7U0pYmeQ7
1154
1155
golang.org/x/exp v0.0.0-20190121172915-509febef88a4 /go.mod h1:CJ0aWSM057203Lf6IL+f9T1iT9GByDxfZKAQTCR3kQA =
1155
1156
golang.org/x/exp v0.0.0-20240909161429-701f63a606c0 h1:e66Fs6Z+fZTbFBAxKfP3PALWBtpfqks2bwGcexMxgtk =
1156
1157
golang.org/x/exp v0.0.0-20240909161429-701f63a606c0 /go.mod h1:2TbTHSBQa924w8M6Xs1QcRcFwyucIwBGpK1p2f1YFFY =
1158
+ golang.org/x/exp v0.0.0-20241009180824-f66d83c29e7c /go.mod h1:NQtJDoLvd6faHhE7m4T/1IY708gDefGGjR/iUW8yQQ8 =
1157
1159
golang.org/x/exp/typeparams v0.0.0-20220428152302-39d4317da171 /go.mod h1:AbB0pIl9nAr9wVwH+Z2ZpaocVmF5I4GyWCDIsVjR0bk =
1158
1160
golang.org/x/exp/typeparams v0.0.0-20230203172020-98cc5a0785f9 /go.mod h1:AbB0pIl9nAr9wVwH+Z2ZpaocVmF5I4GyWCDIsVjR0bk =
1159
1161
golang.org/x/exp/typeparams v0.0.0-20240314144324-c7f7c6466f7f h1:phY1HzDcf18Aq9A8KkmRtY9WvOFIxN8wgfvy6Zm1DV8 =
You can’t perform that action at this time.
0 commit comments