File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -23,13 +23,13 @@ jobs:
2323 go test -v -covermode=count -coverprofile=coverage.out -run ^Test ./...
2424
2525 - name : Convert coverage to lcov
26- uses : jandelgado/gcov2lcov-action@v1.0.9
26+ uses : jandelgado/gcov2lcov-action@v1.1.1
2727 with :
2828 infile : coverage.out
2929 outfile : coverage.lcov
3030
3131 - name : Coveralls
32- uses : coverallsapp/github-action@1.1.3
32+ uses : coverallsapp/github-action@v1.2.5
3333 with :
3434 github-token : ${{ secrets.GITHUB_TOKEN }}
3535 path-to-lcov : coverage.lcov
Original file line number Diff line number Diff line change 1- FROM alpine:3.16.0
1+ FROM alpine:3.21.2
22
33COPY ghlabels /usr/local/bin/ghlabels
44RUN chmod +x /usr/local/bin/ghlabels
Original file line number Diff line number Diff line change @@ -3,15 +3,13 @@ module github.com/clok/ghlabels
33go 1.16
44
55require (
6- github.com/AlecAivazis/survey/v2 v2.3.4
7- github.com/clok/cdocs v1.2 .0
8- github.com/clok/kemba v1.1 .1
6+ github.com/AlecAivazis/survey/v2 v2.3.7
7+ github.com/clok/cdocs v1.3 .0
8+ github.com/clok/kemba v1.2 .1
99 github.com/google/go-github/v35 v35.3.0
1010 github.com/google/go-querystring v1.1.0 // indirect
11- github.com/stretchr/testify v1.7.1
12- github.com/urfave/cli/v2 v2.8.0
13- golang.org/x/crypto v0.0.0-20210817164053-32db794688a5 // indirect
14- golang.org/x/oauth2 v0.0.0-20220411215720-9780585627b5
15- google.golang.org/appengine v1.6.7 // indirect
11+ github.com/stretchr/testify v1.10.0
12+ github.com/urfave/cli/v2 v2.27.5
13+ golang.org/x/oauth2 v0.25.0
1614 gopkg.in/yaml.v2 v2.4.0
1715)
You can’t perform that action at this time.
0 commit comments