File tree Expand file tree Collapse file tree 7 files changed +14
-8
lines changed Expand file tree Collapse file tree 7 files changed +14
-8
lines changed Original file line number Diff line number Diff line change @@ -34,17 +34,17 @@ jobs:
3434 uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
3535
3636 - name : Setup Go ${{ matrix.go }}
37- uses : actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b # v5.4 .0
37+ uses : actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5 .0
3838 with :
3939 go-version : ${{ matrix.go }}
4040
4141 - name : Initialize CodeQL
42- uses : github/codeql-action/init@1b549b9259bda1cb5ddde3b41741a82a2d15a841 # v3.28.13
42+ uses : github/codeql-action/init@51f77329afa6477de8c49fc9c7046c15b9a4e79d # v3.29.5
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@1b549b9259bda1cb5ddde3b41741a82a2d15a841 # v3.28.13
50+ uses : github/codeql-action/analyze@51f77329afa6477de8c49fc9c7046c15b9a4e79d # v3.29.5
Original file line number Diff line number Diff line change 1717 - name : ' Checkout Repository'
1818 uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
1919 - name : ' Dependency Review'
20- uses : actions/dependency-review-action@ce3cf9537a52e8119d91fd484ab5b8a807627bf8 # v4.6.0
20+ uses : actions/dependency-review-action@da24556b548a50705dd671f47852072ea4c105d9 # v4.7.1
Original file line number Diff line number Diff line change 2222 - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
2323
2424 - name : Setup Go ${{ matrix.go }}
25- uses : actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b # v5.4 .0
25+ uses : actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5 .0
2626 with :
2727 go-version : ${{ matrix.go }}
2828
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ replace github.com/aperturerobotics/cli => ../../
66
77require (
88 github.com/aperturerobotics/cli v1.0.0
9- golang.org/x/text v0.23 .0
9+ golang.org/x/text v0.27 .0
1010 gopkg.in/yaml.v3 v3.0.1
1111)
1212
Original file line number Diff line number Diff line change @@ -6,6 +6,8 @@ golang.org/x/text v0.4.0 h1:BrVqGRd7+k1DiOgtnFvAkoQEWQvBc25ouMJM6429SFg=
66golang.org/x/text v0.4.0 /go.mod h1:mrYo+phRRbMaCq/xk9113O4dZlRixOauAjOtrjsXDZ8 =
77golang.org/x/text v0.23.0 h1:D71I7dUrlY+VX0gQShAThNGHFxZ13dGLBHQLVl1mJlY =
88golang.org/x/text v0.23.0 /go.mod h1:/BLNzu4aZCJ1+kcD0DNRotWKage4q2rGVAg4o22unh4 =
9+ golang.org/x/text v0.27.0 h1:4fGWRpyh641NLlecmyl4LOe6yDdfaYNrGb2zdfo4JV4 =
10+ golang.org/x/text v0.27.0 /go.mod h1:1D28KMCvyooCX9hBiosv5Tz/+YLxj0j7XhWjpSUF7CU =
911gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 h1:yhCVgyC4o1eVCa2tZl7eS0r+SDo693bJlVdllGtEeKM =
1012gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 /go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0 =
1113gopkg.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
33go 1.24
44
55require (
6- github.com/aperturerobotics/common v0.21.2
7- github.com/xrash/smetrics v0.0.0-20240521201337-686a1a2994c1
6+ github.com/aperturerobotics/common v0.22.9
7+ github.com/xrash/smetrics v0.0.0-20250705151800-55b8f293f342
88)
Original file line number Diff line number Diff line change 11github.spider-man.dpdns.org/aperturerobotics/common v0.21.2 h1:fqnPL5Oovpd8nDaNBYGiD1UpZhcH/JfpsS8gt5iBDyA =
22github.spider-man.dpdns.org/aperturerobotics/common v0.21.2 /go.mod h1:FrecdNcsYvVS8RcWCR8FUkKFh+XmouFOYKHpBdMqqBA =
3+ github.com/aperturerobotics/common v0.22.9 h1:k1YDqoaigioo+o1w2aGjIYOYHfwy11VQpURt5+qmgmE =
4+ github.com/aperturerobotics/common v0.22.9 /go.mod h1:gkOK/UpmW90xLHuF3P1Dlx0/vxQ+k+i6jnEPVgnzmww =
35github.spider-man.dpdns.org/xrash/smetrics v0.0.0-20240521201337-686a1a2994c1 h1:gEOO8jv9F4OT7lGCjxCBTO/36wtF6j2nSip77qHd4x4 =
46github.spider-man.dpdns.org/xrash/smetrics v0.0.0-20240521201337-686a1a2994c1 /go.mod h1:Ohn+xnUBiLI6FVj/9LpzZWtj1/D6lUovWYBkxHVV3aM =
7+ github.com/xrash/smetrics v0.0.0-20250705151800-55b8f293f342 h1:FnBeRrxr7OU4VvAzt5X7s6266i6cSVkkFPS0TuXWbIg =
8+ github.com/xrash/smetrics v0.0.0-20250705151800-55b8f293f342 /go.mod h1:Ohn+xnUBiLI6FVj/9LpzZWtj1/D6lUovWYBkxHVV3aM =
You can’t perform that action at this time.
0 commit comments