File tree 5 files changed +365
-341
lines changed
5 files changed +365
-341
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@45775bd8235c68ba998cffa5171334d58593da47 # v3.28.15
49
+ uses : github/codeql-action/init@28deaeda66b76a05916b6923827895f2b14ab387 # v3.28.16
50
50
with :
51
51
languages : ${{ matrix.language }}
52
52
53
53
- name : Autobuild
54
- uses : github/codeql-action/autobuild@45775bd8235c68ba998cffa5171334d58593da47 # v3.28.15
54
+ uses : github/codeql-action/autobuild@28deaeda66b76a05916b6923827895f2b14ab387 # v3.28.16
55
55
56
56
- name : Perform CodeQL Analysis
57
- uses : github/codeql-action/analyze@45775bd8235c68ba998cffa5171334d58593da47 # v3.28.15
57
+ uses : github/codeql-action/analyze@28deaeda66b76a05916b6923827895f2b14ab387 # v3.28.16
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ replace github.com/aperturerobotics/controllerbus => ../..
10
10
replace github.com/libp2p/go-libp2p => github.com/aperturerobotics/go-libp2p v0.37.1-0.20241111002741-5cfbb50b74e0 // aperture
11
11
12
12
require (
13
- github.com/aperturerobotics/controllerbus v0.50.0 // master
13
+ github.com/aperturerobotics/controllerbus v0.50.1 // master
14
14
github.com/aperturerobotics/protobuf-go-lite v0.9.1 // latest
15
15
github.com/aperturerobotics/starpc v0.38.0 // indirect; main
16
16
github.com/aperturerobotics/util v1.30.0 // indirect; latest
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ require (
14
14
github.com/aperturerobotics/common v0.22.1 // latest
15
15
github.com/aperturerobotics/json-iterator-lite v1.0.1-0.20241223092408-d525fa878b3e // latest
16
16
github.com/aperturerobotics/protobuf-go-lite v0.9.1 // latest
17
- github.com/aperturerobotics/starpc v0.38.0 // latest
17
+ github.com/aperturerobotics/starpc v0.38.1 // latest
18
18
github.com/aperturerobotics/util v1.30.0 // latest
19
19
)
20
20
Original file line number Diff line number Diff line change @@ -10,6 +10,8 @@ github.com/aperturerobotics/protobuf-go-lite v0.9.1 h1:P1knXKnwLJpVE8fmeXYGckKu7
10
10
github.com/aperturerobotics/protobuf-go-lite v0.9.1 /go.mod h1:fULrxQxEBWKQm7vvju9AfjTp9yfHoLgwMQWTiZQ2tg0 =
11
11
github.com/aperturerobotics/starpc v0.38.0 h1:/1R3TLIoVIk5AA2SdCylykrL9BfoeTsXVvv8cRn0ebU =
12
12
github.com/aperturerobotics/starpc v0.38.0 /go.mod h1:hXOnhcvSXOoA6/Tw/qinQKhpi8+7WDkhrFXS5nHQ6us =
13
+ github.com/aperturerobotics/starpc v0.38.1 h1:pdDfhrTn6nsEtn+/qYbFNgXRHnlJNb/MdbF9CMqgMoA =
14
+ github.com/aperturerobotics/starpc v0.38.1 /go.mod h1:IT2VZ+tDYFleXhcOSvxcUe1fyVk8rD6JCISwjFeA6OA =
13
15
github.com/aperturerobotics/util v1.30.0 h1:OKhFVPnAfR8/dfVNV27EtMr27C0kzwPiStoCwKiint0 =
14
16
github.com/aperturerobotics/util v1.30.0 /go.mod h1:T97YTP+FVLegYo5rylOVaPuTLyZyiDqYxD5zVLI9YAc =
15
17
github.com/blang/semver/v4 v4.0.0 h1:1PFHFE6yCCTv8C1TeyNNarDzntLi7wMI5i/pzqYIsAM =
You can’t perform that action at this time.
0 commit comments