File tree Expand file tree Collapse file tree 5 files changed +8
-4
lines changed Expand file tree Collapse file tree 5 files changed +8
-4
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@1b549b9259bda1cb5ddde3b41741a82a2d15a841 # v3.28.13
42
+ uses : github/codeql-action/init@28deaeda66b76a05916b6923827895f2b14ab387 # v3.28.16
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@1b549b9259bda1cb5ddde3b41741a82a2d15a841 # v3.28.13
50
+ uses : github/codeql-action/analyze@28deaeda66b76a05916b6923827895f2b14ab387 # v3.28.16
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ replace github.com/aperturerobotics/cli => ../../
6
6
7
7
require (
8
8
github.com/aperturerobotics/cli v1.0.0
9
- golang.org/x/text v0.23 .0
9
+ golang.org/x/text v0.24 .0
10
10
gopkg.in/yaml.v3 v3.0.1
11
11
)
12
12
Original file line number Diff line number Diff line change @@ -6,6 +6,8 @@ golang.org/x/text v0.4.0 h1:BrVqGRd7+k1DiOgtnFvAkoQEWQvBc25ouMJM6429SFg=
6
6
golang.org/x/text v0.4.0 /go.mod h1:mrYo+phRRbMaCq/xk9113O4dZlRixOauAjOtrjsXDZ8 =
7
7
golang.org/x/text v0.23.0 h1:D71I7dUrlY+VX0gQShAThNGHFxZ13dGLBHQLVl1mJlY =
8
8
golang.org/x/text v0.23.0 /go.mod h1:/BLNzu4aZCJ1+kcD0DNRotWKage4q2rGVAg4o22unh4 =
9
+ golang.org/x/text v0.24.0 h1:dd5Bzh4yt5KYA8f9CJHCP4FB4D51c2c6JvN37xJJkJ0 =
10
+ golang.org/x/text v0.24.0 /go.mod h1:L8rBsPeo2pSS+xqN0d5u2ikmjtmoJbDBT1b7nHvFCdU =
9
11
gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 h1:yhCVgyC4o1eVCa2tZl7eS0r+SDo693bJlVdllGtEeKM =
10
12
gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 /go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0 =
11
13
gopkg.in/yaml.v3 v3.0.1 h1:fxVm/GzAzEWqLHuvctI91KS9hhNmmWOoWu0XTYJS7CA =
Original file line number Diff line number Diff line change @@ -3,6 +3,6 @@ module github.com/aperturerobotics/cli
3
3
go 1.24
4
4
5
5
require (
6
- github.com/aperturerobotics/common v0.21.2
6
+ github.com/aperturerobotics/common v0.22.4
7
7
github.com/xrash/smetrics v0.0.0-20240521201337-686a1a2994c1
8
8
)
Original file line number Diff line number Diff line change 1
1
github.com/aperturerobotics/common v0.21.2 h1:fqnPL5Oovpd8nDaNBYGiD1UpZhcH/JfpsS8gt5iBDyA =
2
2
github.com/aperturerobotics/common v0.21.2 /go.mod h1:FrecdNcsYvVS8RcWCR8FUkKFh+XmouFOYKHpBdMqqBA =
3
+ github.com/aperturerobotics/common v0.22.4 h1:y0Xxsz0oau3/IEbFev8SPfiaA9ZKhMlizQmkn7936jM =
4
+ github.com/aperturerobotics/common v0.22.4 /go.mod h1:wsPfDVCTNpGHddg/MSfm84rKoO4GAvb+TQtATXz+pKY =
3
5
github.com/xrash/smetrics v0.0.0-20240521201337-686a1a2994c1 h1:gEOO8jv9F4OT7lGCjxCBTO/36wtF6j2nSip77qHd4x4 =
4
6
github.com/xrash/smetrics v0.0.0-20240521201337-686a1a2994c1 /go.mod h1:Ohn+xnUBiLI6FVj/9LpzZWtj1/D6lUovWYBkxHVV3aM =
You can’t perform that action at this time.
0 commit comments