File tree Expand file tree Collapse file tree 5 files changed +85
-152
lines changed Expand file tree Collapse file tree 5 files changed +85
-152
lines changed 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@e12f0178983d466f2f6028f5cc7a6d786fd97f4b # v4.31.4
49+ uses : github/codeql-action/init@fdbfb4d2750291e159f0156def62b853c2798ca2 # v4.31.5
5050 with :
5151 languages : ${{ matrix.language }}
5252
5353 - name : Autobuild
54- uses : github/codeql-action/autobuild@e12f0178983d466f2f6028f5cc7a6d786fd97f4b # v4.31.4
54+ uses : github/codeql-action/autobuild@fdbfb4d2750291e159f0156def62b853c2798ca2 # v4.31.5
5555
5656 - name : Perform CodeQL Analysis
57- uses : github/codeql-action/analyze@e12f0178983d466f2f6028f5cc7a6d786fd97f4b # v4.31.4
57+ uses : github/codeql-action/analyze@fdbfb4d2750291e159f0156def62b853c2798ca2 # v4.31.5
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ module github.com/aperturerobotics/timestamp
33go 1.25
44
55require (
6- github.com/aperturerobotics/common v0.22.14 // latest
6+ github.com/aperturerobotics/common v0.24.0 // latest
77 github.com/aperturerobotics/json-iterator-lite v1.0.1-0.20251104042408-0c9eb8a3f726
88 github.com/aperturerobotics/protobuf-go-lite v0.11.0 // latest
99)
Original file line number Diff line number Diff line change @@ -2,6 +2,8 @@ github.com/aperturerobotics/common v0.22.12 h1:uSo+fDQg6xCoNI34Y7gueW1cW9Cy4d/2F
22github.com/aperturerobotics/common v0.22.12 /go.mod h1:xMXHNN6oCvG0FfG1tY6+2Si7iWh1QfSSCSrqohFUeIk =
33github.com/aperturerobotics/common v0.22.14 h1:Z2OigJSCgaFFowQ9ydaLxMnZv3H+Vrh9tpvdLGLZ7hs =
44github.com/aperturerobotics/common v0.22.14 /go.mod h1:/86GyW6RWYxHByCFOhvI9IQgCchTnJznwV2k9Nz5lgk =
5+ github.com/aperturerobotics/common v0.24.0 h1:blvKGbG2x6SBWrjoTjZbdy3ZqEm6DEHHp8OBpsQAM9s =
6+ github.com/aperturerobotics/common v0.24.0 /go.mod h1:/86GyW6RWYxHByCFOhvI9IQgCchTnJznwV2k9Nz5lgk =
57github.com/aperturerobotics/json-iterator-lite v1.0.1-0.20240713111131-be6bf89c3008 h1:So9JeziaWKx2Fw8sK4AUN/szqKtJ0jEMhS6bU4sHbxs =
68github.com/aperturerobotics/json-iterator-lite v1.0.1-0.20240713111131-be6bf89c3008 /go.mod h1:snaApCEDtrHHP6UWSLKiYNOZU9A5NyzccKenx9oZEzg =
79github.com/aperturerobotics/json-iterator-lite v1.0.1-0.20251104042408-0c9eb8a3f726 h1:4B1F0DzuqPzb6WqgCjWaqDD7JU9RDsevQG5OP0DFBgs =
Original file line number Diff line number Diff line change 4747 "singleQuote" : true
4848 },
4949 "devDependencies" : {
50- "@aptre/common" : " ^0.22 .0" ,
50+ "@aptre/common" : " ^0.24 .0" ,
5151 "@typescript-eslint/eslint-plugin" : " ^8.0.0" ,
5252 "@typescript-eslint/parser" : " ^8.0.0" ,
5353 "depcheck" : " ^1.4.6" ,
6060 },
6161 "dependencies" : {
6262 "@aptre/protobuf-es-lite" : " ^0.5.2" ,
63- "starpc" : " ^0.39 .0"
63+ "starpc" : " ^0.41 .0"
6464 },
6565 "resolutions" : {
6666 "@aptre/protobuf-es-lite" : " ^0.5.2"
You can’t perform that action at this time.
0 commit comments