File tree Expand file tree Collapse file tree 4 files changed +12
-7
lines changed Expand file tree Collapse file tree 4 files changed +12
-7
lines changed Original file line number Diff line number Diff line change 2323
2424 steps :
2525 - name : Set up Go
26- uses : actions/setup-go@v2
26+ uses : actions/setup-go@v3
2727 with :
2828 go-version : ${{ matrix.go }}
2929 id : go
5959
6060 steps :
6161 - name : Set up Go
62- uses : actions/setup-go@v2
62+ uses : actions/setup-go@v3
6363 with :
6464 go-version : ' 1.17.x'
6565 id : go
Original file line number Diff line number Diff line change 66 pull_request :
77 branches : [master]
88 schedule :
9- - cron : ' 0 19 * * 1,3,5'
9+ - cron : ' 0 3 * * */2'
10+
11+ permissions :
12+ security-events : write
13+ actions : read
14+ contents : read
1015
1116jobs :
1217 analyse :
1520
1621 steps :
1722 - name : Checkout repository
18- uses : actions/checkout@v2
23+ uses : actions/checkout@v3
1924 with :
2025 fetch-depth : 2
2126
Original file line number Diff line number Diff line change 44
55require (
66 github.com/essentialkaos/check v1.2.1
7- github.com/valyala/fasthttp v1.34 .0
7+ github.com/valyala/fasthttp v1.35 .0
88)
99
1010require (
Original file line number Diff line number Diff line change @@ -16,8 +16,8 @@ github.com/rogpeppe/go-internal v1.6.1 h1:/FiVV8dS/e+YqF2JvO3yXRFbBLTIuSDkuC7aBO
1616github.com/rogpeppe/go-internal v1.6.1 /go.mod h1:xXDCJY+GAPziupqXw64V24skbSoqbTEfhy4qGm1nDQc =
1717github.com/valyala/bytebufferpool v1.0.0 h1:GqA5TC/0021Y/b9FG4Oi9Mr3q7XYx6KllzawFIhcdPw =
1818github.com/valyala/bytebufferpool v1.0.0 /go.mod h1:6bBcMArwyJ5K/AmCkWv1jt77kVWyCJ6HpOuEn7z0Csc =
19- github.com/valyala/fasthttp v1.34 .0 h1:d3AAQJ2DRcxJYHm7OXNXtXt2as1vMDfxeIcFvhmGGm4 =
20- github.com/valyala/fasthttp v1.34 .0 /go.mod h1:epZA5N+7pY6ZaEKRmstzOuYJx9HI8DI1oaCGZpdH4h0 =
19+ github.com/valyala/fasthttp v1.35 .0 h1:wwkR8mZn2NbigFsaw2Zj5r+xkmzjbrA/lyTmiSlal/Y =
20+ github.com/valyala/fasthttp v1.35 .0 /go.mod h1:t/G+3rLek+CyY9bnIE+YlMRddxVAAGjhxndDB4i4C0I =
2121github.com/valyala/tcplisten v1.0.0 /go.mod h1:T0xQ8SeCZGxckz9qRXTfG43PvQ/mcWh7FwZEA7Ioqkc =
2222golang.org/x/crypto v0.0.0-20220214200702-86341886e292 /go.mod h1:IxCIyHEi3zRg3s0A5j5BB6A9Jmi73HwBIUl50j+osU4 =
2323golang.org/x/net v0.0.0-20211112202133-69e39bad7dc2 /go.mod h1:9nx3DQGgdP8bBQD5qxJ1jj9UTztislL4KSBs9R2vV5Y =
You can’t perform that action at this time.
0 commit comments