File tree Expand file tree Collapse file tree 4 files changed +403
-400
lines changed Expand file tree Collapse file tree 4 files changed +403
-400
lines changed Original file line number Diff line number Diff line change @@ -56,13 +56,13 @@ jobs:
5656 cache : ' yarn'
5757
5858 - name : Initialize CodeQL
59- uses : github/codeql-action/init@181d5eefc20863364f96762470ba6f862bdef56b # v3.29.2
59+ uses : github/codeql-action/init@51f77329afa6477de8c49fc9c7046c15b9a4e79d # v3.29.5
6060 with :
6161 languages : ${{ matrix.language }}
6262
6363
6464 - name : Autobuild
65- uses : github/codeql-action/autobuild@181d5eefc20863364f96762470ba6f862bdef56b # v3.29.2
65+ uses : github/codeql-action/autobuild@51f77329afa6477de8c49fc9c7046c15b9a4e79d # v3.29.5
6666
6767 - name : Perform CodeQL Analysis
68- uses : github/codeql-action/analyze@181d5eefc20863364f96762470ba6f862bdef56b # v3.29.2
68+ uses : github/codeql-action/analyze@51f77329afa6477de8c49fc9c7046c15b9a4e79d # v3.29.5
Original file line number Diff line number Diff line change @@ -2,12 +2,12 @@ module github.com/aperturerobotics/util
22
33go 1.24
44
5- toolchain go1.24.5
5+ toolchain go1.24.6
66
77require (
8- github.com/aperturerobotics/common v0.22.7 // latest
8+ github.com/aperturerobotics/common v0.22.9 // latest
99 github.com/aperturerobotics/json-iterator-lite v1.0.1-0.20240713111131-be6bf89c3008 // indirect
10- github.com/aperturerobotics/protobuf-go-lite v0.9 .1 // latest
10+ github.com/aperturerobotics/protobuf-go-lite v0.10 .1 // latest
1111)
1212
1313require (
Original file line number Diff line number Diff line change 11github.com/aperturerobotics/common v0.22.7 h1:gMtJLKVSe+WVHe4JNZJWfGsCwv4ajGLfzkbceEEdswk =
22github.com/aperturerobotics/common v0.22.7 /go.mod h1:wsPfDVCTNpGHddg/MSfm84rKoO4GAvb+TQtATXz+pKY =
3+ github.com/aperturerobotics/common v0.22.9 /go.mod h1:gkOK/UpmW90xLHuF3P1Dlx0/vxQ+k+i6jnEPVgnzmww =
34github.com/aperturerobotics/json-iterator-lite v1.0.1-0.20240713111131-be6bf89c3008 h1:So9JeziaWKx2Fw8sK4AUN/szqKtJ0jEMhS6bU4sHbxs =
45github.com/aperturerobotics/json-iterator-lite v1.0.1-0.20240713111131-be6bf89c3008 /go.mod h1:snaApCEDtrHHP6UWSLKiYNOZU9A5NyzccKenx9oZEzg =
56github.com/aperturerobotics/protobuf-go-lite v0.9.1 h1:P1knXKnwLJpVE8fmeXYGckKu79IhqUvKRdCfJNR0MwQ =
67github.com/aperturerobotics/protobuf-go-lite v0.9.1 /go.mod h1:fULrxQxEBWKQm7vvju9AfjTp9yfHoLgwMQWTiZQ2tg0 =
8+ github.com/aperturerobotics/protobuf-go-lite v0.10.1 h1:I2OebcI0BKaQLQSEPnwKmMCz3sAl/aT0C2hZl9lHwEQ =
9+ github.com/aperturerobotics/protobuf-go-lite v0.10.1 /go.mod h1:c4kGy7Dkfz6B1m0t4QBIMQoNeQ7m+nYj3Qxxnlwhygo =
710github.com/davecgh/go-spew v1.1.0 /go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38 =
811github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c =
912github.com/davecgh/go-spew v1.1.1 /go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38 =
You can’t perform that action at this time.
0 commit comments