This repository was archived by the owner on Apr 23, 2026. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -46,12 +46,12 @@ jobs:
4646 cache : ' yarn'
4747
4848 - name : Initialize CodeQL
49- uses : github/codeql-action/init@eb055d739abdc2e8de2e5f4ba1a8b246daa779aa # v3.26.0
49+ uses : github/codeql-action/init@29d86d22a34ea372b1bbf3b2dced2e25ca6b3384 # v3.26.1
5050 with :
5151 languages : ${{ matrix.language }}
5252
5353 - name : Autobuild
54- uses : github/codeql-action/autobuild@eb055d739abdc2e8de2e5f4ba1a8b246daa779aa # v3.26.0
54+ uses : github/codeql-action/autobuild@29d86d22a34ea372b1bbf3b2dced2e25ca6b3384 # v3.26.1
5555
5656 - name : Perform CodeQL Analysis
57- uses : github/codeql-action/analyze@eb055d739abdc2e8de2e5f4ba1a8b246daa779aa # v3.26.0
57+ uses : github/codeql-action/analyze@29d86d22a34ea372b1bbf3b2dced2e25ca6b3384 # v3.26.1
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ replace github.com/libp2p/go-libp2p => github.com/aperturerobotics/go-libp2p v0.
1212replace github.com/libp2p/go-msgio => github.com/aperturerobotics/go-libp2p-msgio v0.0.0-20240511033615-1b69178aa5c8 // aperture
1313
1414require (
15- github.com/aperturerobotics/common v0.18.3 // latest
15+ github.com/aperturerobotics/common v0.18.4 // latest
1616 github.com/aperturerobotics/json-iterator-lite v1.0.0 // indirect; latest
1717 github.com/aperturerobotics/protobuf-go-lite v0.6.5 // latest
1818 github.com/aperturerobotics/util v1.25.7 // indirect; latest
Original file line number Diff line number Diff line change 11github.com/aperturerobotics/common v0.18.3 h1:DicdT7Yi9xlHMgJOiH1ypkRGt/TOctWWgVfdgh4p+H4 =
22github.com/aperturerobotics/common v0.18.3 /go.mod h1:qLWqm2T9MQmxDtE1ddNdWCHnUj1Z66GzNxllkZ3Fj7Y =
3+ github.com/aperturerobotics/common v0.18.4 h1:3P95nGGDZLzOuoI9EViOVJEZc4gzhAXza0tivQzRI34 =
4+ github.com/aperturerobotics/common v0.18.4 /go.mod h1:qLWqm2T9MQmxDtE1ddNdWCHnUj1Z66GzNxllkZ3Fj7Y =
35github.com/aperturerobotics/controllerbus v0.47.3 h1:aAV3V2AtNB9QPZLVt0EXFrDtx7b6wJY1Dn6tvDqTSBQ =
46github.com/aperturerobotics/controllerbus v0.47.3 /go.mod h1:xC8DSXk0J5Q/Cc5G4MxAlseJEuJpoeuld6R44lYw074 =
57github.com/aperturerobotics/json-iterator-lite v1.0.0 h1:cihbrYWoK/S2RYXhJLpDZd+GUjVvFJN+D3w1VOqqHRI =
You can’t perform that action at this time.
0 commit comments