File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -58,12 +58,12 @@ jobs:
5858 run : bun install
5959
6060 - name : Initialize CodeQL
61- uses : github/codeql-action/init@89a39a4e59826350b863aa6b6252a07ad50cf83e # v4.32.4
61+ uses : github/codeql-action/init@c10b8064de6f491fea524254123dbe5e09572f13 # v4.35.1
6262 with :
6363 languages : ${{ matrix.language }}
6464
6565 - name : Autobuild
66- uses : github/codeql-action/autobuild@89a39a4e59826350b863aa6b6252a07ad50cf83e # v4.32.4
66+ uses : github/codeql-action/autobuild@c10b8064de6f491fea524254123dbe5e09572f13 # v4.35.1
6767
6868 - name : Perform CodeQL Analysis
69- uses : github/codeql-action/analyze@89a39a4e59826350b863aa6b6252a07ad50cf83e # v4.32.4
69+ uses : github/codeql-action/analyze@c10b8064de6f491fea524254123dbe5e09572f13 # v4.35.1
Original file line number Diff line number Diff line change 1717 - name : ' Checkout Repository'
1818 uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
1919 - name : ' Dependency Review'
20- uses : actions/dependency-review-action@05fe4576374b728f0c523d6a13d64c25081e0803 # v4.8.3
20+ uses : actions/dependency-review-action@2031cfc080254a8a887f58cffee85186f0e49e48 # v4.9.0
Original file line number Diff line number Diff line change 11module github.com/aperturerobotics/util
22
3- go 1.25
3+ go 1.25.0
44
55require (
66 github.com/aperturerobotics/abseil-cpp v0.0.0-20260131110040-4bb56e2f9017 // indirect
@@ -13,6 +13,6 @@ require (
1313
1414require (
1515 github.com/pkg/errors v0.9.1
16- github.com/sirupsen/logrus v1.9.5-0.20260227125846-00992ca6ba06
17- golang.org/x/sys v0.41 .0
16+ github.com/sirupsen/logrus v1.9.5-0.20260309202648-9f0600962f75
17+ golang.org/x/sys v0.42 .0
1818)
Original file line number Diff line number Diff line change @@ -20,9 +20,13 @@ github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZb
2020github.com/pmezard/go-difflib v1.0.0 /go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4 =
2121github.com/sirupsen/logrus v1.9.5-0.20260227125846-00992ca6ba06 h1:8Yk6+MLQIzaHq0oZ3I1CMv/Xo/wUirOPC64AJUq7j8A =
2222github.com/sirupsen/logrus v1.9.5-0.20260227125846-00992ca6ba06 /go.mod h1:FXZFonkDAnFozmO+5hGAFvB0Yg9/j2SIhA/QuIkP180 =
23+ github.com/sirupsen/logrus v1.9.5-0.20260309202648-9f0600962f75 h1:JeSpp4dH/b6DwynjIVL8YDlOSNrEtfhhPajrT3CUUTI =
24+ github.com/sirupsen/logrus v1.9.5-0.20260309202648-9f0600962f75 /go.mod h1:FXZFonkDAnFozmO+5hGAFvB0Yg9/j2SIhA/QuIkP180 =
2325github.com/stretchr/testify v1.11.1 h1:7s2iGBzp5EwR7/aIZr8ao5+dra3wiQyKjjFuvgVKu7U =
2426github.com/stretchr/testify v1.11.1 /go.mod h1:wZwfW3scLgRK+23gO65QZefKpKQRnfz6sD981Nm4B6U =
2527golang.org/x/sys v0.41.0 h1:Ivj+2Cp/ylzLiEU89QhWblYnOE9zerudt9Ftecq2C6k =
2628golang.org/x/sys v0.41.0 /go.mod h1:OgkHotnGiDImocRcuBABYBEXf8A9a87e/uXjp9XT3ks =
29+ golang.org/x/sys v0.42.0 h1:omrd2nAlyT5ESRdCLYdm3+fMfNFE/+Rf4bDIQImRJeo =
30+ golang.org/x/sys v0.42.0 /go.mod h1:4GL1E5IUh+htKOUEOaiffhrAeqysfVGipDYzABqnCmw =
2731gopkg.in/yaml.v3 v3.0.1 h1:fxVm/GzAzEWqLHuvctI91KS9hhNmmWOoWu0XTYJS7CA =
2832gopkg.in/yaml.v3 v3.0.1 /go.mod h1:K4uyk7z7BCEPqu6E+C64Yfv1cQ7kz7rIZviUmN+EgEM =
Original file line number Diff line number Diff line change 5959 "happy-dom" : " ^20.7.0" ,
6060 "prettier" : " ^3.8.1" ,
6161 "rimraf" : " ^6.1.3" ,
62- "typescript" : " ^5.8.3 " ,
62+ "typescript" : " ^6.0.0 " ,
6363 "vitest" : " ^4.0.18"
6464 },
6565 "dependencies" : {
6666 "@aptre/protobuf-es-lite" : " ^1.0.1" ,
67- "starpc" : " ^0.48 .0"
67+ "starpc" : " ^0.49 .0"
6868 },
6969 "resolutions" : {
70- "@aptre/protobuf-es-lite" : " 1.0.1 "
70+ "@aptre/protobuf-es-lite" : " 1.0.2 "
7171 }
7272}
You can’t perform that action at this time.
0 commit comments