File tree Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -39,12 +39,12 @@ jobs:
39
39
go-version : ${{ matrix.go }}
40
40
41
41
- name : Initialize CodeQL
42
- uses : github/codeql-action/init@4e828ff8d448a8a6e532957b1811f387a63867e8 # v3.29.4
42
+ uses : github/codeql-action/init@51f77329afa6477de8c49fc9c7046c15b9a4e79d # v3.29.5
43
43
with :
44
44
languages : ${{ matrix.language }}
45
45
46
46
- name : Build Go
47
47
run : go build -mod=readonly -v ./...
48
48
49
49
- name : Perform CodeQL Analysis
50
- uses : github/codeql-action/analyze@4e828ff8d448a8a6e532957b1811f387a63867e8 # v3.29.4
50
+ uses : github/codeql-action/analyze@51f77329afa6477de8c49fc9c7046c15b9a4e79d # v3.29.5
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ toolchain go1.24.1
7
7
require (
8
8
github.com/aperturerobotics/common v0.22.8 // master
9
9
github.com/aperturerobotics/json-iterator-lite v1.0.1-0.20250712004945-4e5f8882b0b8 // indirect
10
- github.com/aperturerobotics/protobuf-go-lite v0.10.0 // latest
10
+ github.com/aperturerobotics/protobuf-go-lite v0.10.1 // latest
11
11
)
12
12
13
13
require (
Original file line number Diff line number Diff line change @@ -12,6 +12,8 @@ github.com/aperturerobotics/protobuf-go-lite v0.9.1 h1:P1knXKnwLJpVE8fmeXYGckKu7
12
12
github.com/aperturerobotics/protobuf-go-lite v0.9.1 /go.mod h1:fULrxQxEBWKQm7vvju9AfjTp9yfHoLgwMQWTiZQ2tg0 =
13
13
github.com/aperturerobotics/protobuf-go-lite v0.10.0 h1:0jsPifWk3LGH96zT9Vqapac5OkHKPjuj7QRJwyhRj0s =
14
14
github.com/aperturerobotics/protobuf-go-lite v0.10.0 /go.mod h1:fULrxQxEBWKQm7vvju9AfjTp9yfHoLgwMQWTiZQ2tg0 =
15
+ github.com/aperturerobotics/protobuf-go-lite v0.10.1 h1:I2OebcI0BKaQLQSEPnwKmMCz3sAl/aT0C2hZl9lHwEQ =
16
+ github.com/aperturerobotics/protobuf-go-lite v0.10.1 /go.mod h1:c4kGy7Dkfz6B1m0t4QBIMQoNeQ7m+nYj3Qxxnlwhygo =
15
17
github.com/benbjohnson/clock v1.1.0 h1:Q92kusRqC1XV2MjkWETPvjJVqKetz1OzxZB7mHJLju8 =
16
18
github.com/benbjohnson/clock v1.1.0 /go.mod h1:J11/hYXuz8f4ySSvYwY0FKfm+ezbsZBKZxNJlLklBHA =
17
19
github.com/cespare/xxhash/v2 v2.2.0 h1:DC2CZ1Ep5Y4k3ZQ899DldepgrayRUGE6BBZ/cd9Cj44 =
You can’t perform that action at this time.
0 commit comments