File tree Expand file tree Collapse file tree 9 files changed +10
-10
lines changed
Expand file tree Collapse file tree 9 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 3535 runner : ' ["ubuntu-22.04"]'
3636 steps :
3737 - name : Checkout repository
38- uses : actions/checkout@v4
38+ uses : actions/checkout@v5
3939
4040 - name : Initialize CodeQL
4141 uses : github/codeql-action/init@v3
Original file line number Diff line number Diff line change 3333
3434 steps :
3535 - name : Checkout repository
36- uses : actions/checkout@v4
36+ uses : actions/checkout@v5
3737
3838 # Install the cosign tool except on PR
3939 # https://github.com/sigstore/cosign-installer
Original file line number Diff line number Diff line change 1414 runs-on : ubuntu-latest
1515 steps :
1616 - name : Checkout code
17- uses : actions/checkout@v4
17+ uses : actions/checkout@v5
1818
1919 - name : Set up Go
2020 uses : actions/setup-go@v5
Original file line number Diff line number Diff line change 1515
1616 steps :
1717 - name : Check out code
18- uses : actions/checkout@v4
18+ uses : actions/checkout@v5
1919
2020 - name : Set up Go
2121 uses : actions/setup-go@v5
Original file line number Diff line number Diff line change 1414
1515 steps :
1616 - name : Check out code
17- uses : actions/checkout@v4
17+ uses : actions/checkout@v5
1818
1919 - name : Set up Go
2020 uses : actions/setup-go@v5
Original file line number Diff line number Diff line change 1111
1212 steps :
1313 - name : Check out code
14- uses : actions/checkout@v4
14+ uses : actions/checkout@v5
1515
1616 - name : Set up Go
1717 uses : actions/setup-go@v5
Original file line number Diff line number Diff line change 1313 name : lint
1414 runs-on : ubuntu-latest
1515 steps :
16- - uses : actions/checkout@v4
16+ - uses : actions/checkout@v5
1717 - uses : actions/setup-go@v5
1818 with :
1919 go-version : stable
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ require (
99 github.com/migueleliasweb/go-github-mock v1.3.0
1010 github.com/spf13/cobra v1.9.1
1111 github.com/spf13/viper v1.20.1
12- github.com/stretchr/testify v1.10.0
12+ github.com/stretchr/testify v1.11.1
1313)
1414
1515require (
Original file line number Diff line number Diff line change @@ -87,8 +87,8 @@ github.com/spf13/viper v1.20.1/go.mod h1:P9Mdzt1zoHIG8m2eZQinpiBjo6kCmZSKBClNNqj
8787github.com/stretchr/objx v0.1.0 /go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+wExME =
8888github.com/stretchr/testify v1.3.0 /go.mod h1:M5WIy9Dh21IEIfnGCwXGc5bZfKNJtfHm1UVUgZn+9EI =
8989github.com/stretchr/testify v1.6.1 /go.mod h1:6Fq8oRcR53rry900zMqJjRRixrwX3KX962/h/Wwjteg =
90- github.com/stretchr/testify v1.10.0 h1:Xv5erBjTwe/5IxqUQTdXv5kgmIvbHo3QQyRwhJsOfJA =
91- github.com/stretchr/testify v1.10.0 /go.mod h1:r2ic/lqez/lEtzL7wO/rwa5dbSLXVDPFyf8C91i36aY =
90+ github.com/stretchr/testify v1.11.1 h1:7s2iGBzp5EwR7/aIZr8ao5+dra3wiQyKjjFuvgVKu7U =
91+ github.com/stretchr/testify v1.11.1 /go.mod h1:wZwfW3scLgRK+23gO65QZefKpKQRnfz6sD981Nm4B6U =
9292github.com/subosito/gotenv v1.6.0 h1:9NlTDc1FTs4qu0DDq7AEtTPNw6SVm7uBMsUCUjABIf8 =
9393github.com/subosito/gotenv v1.6.0 /go.mod h1:Dk4QP5c2W3ibzajGcXpNraDfq2IrhjMIvMSWPKKo0FU =
9494github.com/wk8/go-ordered-map/v2 v2.1.8 h1:5h/BUHu93oj4gIdvHHHGsScSTMijfx5PeYkE/fJgbpc =
You can’t perform that action at this time.
0 commit comments