Commit cc9ddb4 1 parent dcbdff9 commit cc9ddb4 Copy full SHA for cc9ddb4
File tree 3 files changed +13
-13
lines changed
3 files changed +13
-13
lines changed Original file line number Diff line number Diff line change 33
33
run : |
34
34
task github-action
35
35
36
- - uses : codecov/codecov-action@v3
36
+ - uses : codecov/codecov-action@v4
37
37
env :
38
38
CODECOV_TOKEN : ${{ secrets.CODECOV_TOKEN }}
39
39
with :
Original file line number Diff line number Diff line change @@ -2,16 +2,16 @@ codecov:
2
2
notify :
3
3
require_ci_to_pass : yes
4
4
5
- component_management :
6
- default_rules :
7
- statuses :
8
- - type : patch
9
- target : auto
10
- individual_components :
11
- - component_id : kod
12
- name : kod
13
- paths :
14
- - " **"
5
+ # component_management:
6
+ # default_rules:
7
+ # statuses:
8
+ # - type: patch
9
+ # target: auto
10
+ # individual_components:
11
+ # - component_id: kod
12
+ # name: kod
13
+ # paths:
14
+ # - "**"
15
15
# - "!ext/**"
16
16
# - component_id: kod-ext
17
17
# name: kod-ext
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ require (
7
7
github.com/dominikbraun/graph v0.23.0
8
8
github.com/go-playground/validator/v10 v10.17.0
9
9
github.com/samber/lo v1.39.0
10
- github.com/shirou/gopsutil/v3 v3.23.12
10
+ github.com/shirou/gopsutil/v3 v3.24.1
11
11
github.com/sony/gobreaker v0.5.0
12
12
github.com/spf13/cobra v1.8.0
13
13
github.com/spf13/viper v1.18.2
@@ -19,7 +19,7 @@ require (
19
19
go.uber.org/goleak v1.3.0
20
20
go.uber.org/mock v0.4.0
21
21
golang.org/x/tools v0.17.0
22
- google.golang.org/grpc v1.60.1
22
+ google.golang.org/grpc v1.61.0
23
23
gopkg.in/natefinch/lumberjack.v2 v2.2.1
24
24
)
25
25
You can’t perform that action at this time.
0 commit comments