File tree Expand file tree Collapse file tree 3 files changed +8
-4
lines changed Expand file tree Collapse file tree 3 files changed +8
-4
lines changed Original file line number Diff line number Diff line change @@ -39,12 +39,12 @@ jobs:
3939 go-version : ${{ matrix.go }}
4040
4141 - name : Initialize CodeQL
42- uses : github/codeql-action/init@181d5eefc20863364f96762470ba6f862bdef56b # v3.29.2
42+ uses : github/codeql-action/init@4e828ff8d448a8a6e532957b1811f387a63867e8 # v3.29.4
4343 with :
4444 languages : ${{ matrix.language }}
4545
4646 - name : Build Go
4747 run : go build -mod=readonly -v ./...
4848
4949 - name : Perform CodeQL Analysis
50- uses : github/codeql-action/analyze@181d5eefc20863364f96762470ba6f862bdef56b # v3.29.2
50+ uses : github/codeql-action/analyze@4e828ff8d448a8a6e532957b1811f387a63867e8 # v3.29.4
Original file line number Diff line number Diff line change 55toolchain go1.24.1
66
77require (
8- github.com/aperturerobotics/common v0.22.7 // master
8+ github.com/aperturerobotics/common v0.22.8 // master
99 github.com/aperturerobotics/json-iterator-lite v1.0.1-0.20250712004945-4e5f8882b0b8 // indirect
10- github.com/aperturerobotics/protobuf-go-lite v0.9.1 // latest
10+ github.com/aperturerobotics/protobuf-go-lite v0.10.0 // latest
1111)
1212
1313require (
Original file line number Diff line number Diff line change @@ -4,10 +4,14 @@ github.com/aperturerobotics/cli v1.0.0 h1:s3xT2h7eBih4/4yZKTn/HQ6P+qpk6ygWZl2416
44github.com/aperturerobotics/cli v1.0.0 /go.mod h1:wtlINjMcKuwyV1x4ftReuA6hHZcPB8kPMXHyQqGFCSc =
55github.com/aperturerobotics/common v0.22.7 h1:gMtJLKVSe+WVHe4JNZJWfGsCwv4ajGLfzkbceEEdswk =
66github.com/aperturerobotics/common v0.22.7 /go.mod h1:wsPfDVCTNpGHddg/MSfm84rKoO4GAvb+TQtATXz+pKY =
7+ github.com/aperturerobotics/common v0.22.8 h1:2aj1pBtIGUwvNihe2j5GF9p8a8Kx22rUbOk2i+OwWic =
8+ github.com/aperturerobotics/common v0.22.8 /go.mod h1:BGGWuePbntdBlX8Fto8fe4chKnEyyzFbRfhz6XH9XGA =
79github.com/aperturerobotics/json-iterator-lite v1.0.1-0.20250712004945-4e5f8882b0b8 h1:ht7OY1rv7oVmki0/pRYL7e4W0iWtisX+RqS/2yXOwxQ =
810github.com/aperturerobotics/json-iterator-lite v1.0.1-0.20250712004945-4e5f8882b0b8 /go.mod h1:SvGGBv3OVxUyqO0ZxA/nvs6z3cg7NIbZ64TnbV2OISo =
911github.com/aperturerobotics/protobuf-go-lite v0.9.1 h1:P1knXKnwLJpVE8fmeXYGckKu79IhqUvKRdCfJNR0MwQ =
1012github.com/aperturerobotics/protobuf-go-lite v0.9.1 /go.mod h1:fULrxQxEBWKQm7vvju9AfjTp9yfHoLgwMQWTiZQ2tg0 =
13+ github.com/aperturerobotics/protobuf-go-lite v0.10.0 h1:0jsPifWk3LGH96zT9Vqapac5OkHKPjuj7QRJwyhRj0s =
14+ github.com/aperturerobotics/protobuf-go-lite v0.10.0 /go.mod h1:fULrxQxEBWKQm7vvju9AfjTp9yfHoLgwMQWTiZQ2tg0 =
1115github.com/benbjohnson/clock v1.1.0 h1:Q92kusRqC1XV2MjkWETPvjJVqKetz1OzxZB7mHJLju8 =
1216github.com/benbjohnson/clock v1.1.0 /go.mod h1:J11/hYXuz8f4ySSvYwY0FKfm+ezbsZBKZxNJlLklBHA =
1317github.com/cespare/xxhash/v2 v2.2.0 h1:DC2CZ1Ep5Y4k3ZQ899DldepgrayRUGE6BBZ/cd9Cj44 =
You can’t perform that action at this time.
0 commit comments