File tree Expand file tree Collapse file tree 10 files changed +19
-19
lines changed Expand file tree Collapse file tree 10 files changed +19
-19
lines changed Original file line number Diff line number Diff line change 13
13
14
14
steps :
15
15
- name : clone
16
- uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
16
+ uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
17
17
18
18
- name : install go
19
19
uses : actions/setup-go@cdcb36043654635271a94b9a6d1392de5bb323a7 # v5.0.1
Original file line number Diff line number Diff line change 35
35
36
36
steps :
37
37
- name : Checkout repository
38
- uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
38
+ uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
39
39
40
40
- name : install go
41
41
uses : actions/setup-go@cdcb36043654635271a94b9a6d1392de5bb323a7 # v5.0.1
47
47
48
48
# Initializes the CodeQL tools for scanning.
49
49
- name : Initialize CodeQL
50
- uses : github/codeql-action/init@2e230e8fe0ad3a14a340ad0815ddb96d599d2aff # v3.25.8
50
+ uses : github/codeql-action/init@23acc5c183826b7a8a97bce3cecc52db901f8251 # v3.25.10
51
51
with :
52
52
languages : ${{ matrix.language }}
53
53
# If you wish to specify custom queries, you can do so here or in a config file.
58
58
# Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
59
59
# If this step fails, then you should remove it and run the build manually (see below)
60
60
- name : Autobuild
61
- uses : github/codeql-action/autobuild@2e230e8fe0ad3a14a340ad0815ddb96d599d2aff # v3.25.8
61
+ uses : github/codeql-action/autobuild@23acc5c183826b7a8a97bce3cecc52db901f8251 # v3.25.10
62
62
63
63
# ℹ️ Command-line programs to run using the OS shell.
64
64
# 📚 https://git.io/JvXDl
72
72
# make release
73
73
74
74
- name : Perform CodeQL Analysis
75
- uses : github/codeql-action/analyze@2e230e8fe0ad3a14a340ad0815ddb96d599d2aff # v3.25.8
75
+ uses : github/codeql-action/analyze@23acc5c183826b7a8a97bce3cecc52db901f8251 # v3.25.10
Original file line number Diff line number Diff line change 14
14
15
15
steps :
16
16
- name : clone
17
- uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
17
+ uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
18
18
with :
19
19
# ensures we fetch tag history for the repository
20
20
fetch-depth : 0
Original file line number Diff line number Diff line change 13
13
14
14
steps :
15
15
- name : clone
16
- uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
16
+ uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
17
17
with :
18
18
# ensures we fetch tag history for the repository
19
19
fetch-depth : 0
Original file line number Diff line number Diff line change 11
11
runs-on : ubuntu-latest
12
12
steps :
13
13
- name : clone
14
- uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
14
+ uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
15
15
16
16
- name : install go
17
17
uses : actions/setup-go@cdcb36043654635271a94b9a6d1392de5bb323a7 # v5.0.1
34
34
runs-on : ubuntu-latest
35
35
steps :
36
36
- name : clone
37
- uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
37
+ uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
38
38
39
39
- name : install go
40
40
uses : actions/setup-go@cdcb36043654635271a94b9a6d1392de5bb323a7 # v5.0.1
Original file line number Diff line number Diff line change 13
13
14
14
steps :
15
15
- name : clone
16
- uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
16
+ uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
17
17
18
18
- name : install go
19
19
uses : actions/setup-go@cdcb36043654635271a94b9a6d1392de5bb323a7 # v5.0.1
Original file line number Diff line number Diff line change 13
13
14
14
steps :
15
15
- name : clone
16
- uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
16
+ uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
17
17
18
18
- name : install go
19
19
uses : actions/setup-go@cdcb36043654635271a94b9a6d1392de5bb323a7 # v5.0.1
28
28
go test -covermode=atomic -coverprofile=coverage.out ./...
29
29
30
30
- name : coverage
31
- uses : codecov/codecov-action@125fc84a9a348dbcf27191600683ec096ec9021c # v4.4.1
31
+ uses : codecov/codecov-action@e28ff129e5465c2c0dcc6f003fc735cb6ae0c673 # v4.5.0
32
32
with :
33
33
token : ${{ secrets.CODECOV_TOKEN }}
34
34
file : coverage.out
Original file line number Diff line number Diff line change 13
13
14
14
steps :
15
15
- name : clone
16
- uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
16
+ uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
17
17
18
18
- name : install go
19
19
uses : actions/setup-go@cdcb36043654635271a94b9a6d1392de5bb323a7 # v5.0.1
Original file line number Diff line number Diff line change @@ -22,9 +22,9 @@ require (
22
22
github.com/urfave/cli/v2 v2.27.2
23
23
golang.org/x/sync v0.7.0
24
24
gotest.tools/v3 v3.5.1
25
- k8s.io/api v0.30.1
25
+ k8s.io/api v0.30.2
26
26
k8s.io/apimachinery v0.30.2
27
- k8s.io/client-go v0.30.1
27
+ k8s.io/client-go v0.30.2
28
28
sigs.k8s.io/yaml v1.4.0
29
29
)
30
30
Original file line number Diff line number Diff line change @@ -402,12 +402,12 @@ gopkg.in/yaml.v3 v3.0.1/go.mod h1:K4uyk7z7BCEPqu6E+C64Yfv1cQ7kz7rIZviUmN+EgEM=
402
402
gotest.tools/v3 v3.0.2 /go.mod h1:3SzNCllyD9/Y+b5r9JIKQ474KzkZyqLqEfYqMsX94Bk =
403
403
gotest.tools/v3 v3.5.1 h1:EENdUnS3pdur5nybKYIh2Vfgc8IUNBjxDPSjtiJcOzU =
404
404
gotest.tools/v3 v3.5.1 /go.mod h1:isy3WKz7GK6uNw/sbHzfKBLvlvXwUyV06n6brMxxopU =
405
- k8s.io/api v0.30.1 h1:kCm/6mADMdbAxmIh0LBjS54nQBE+U4KmbCfIkF5CpJY =
406
- k8s.io/api v0.30.1 /go.mod h1:ddbN2C0+0DIiPntan/bye3SW3PdwLa11/0yqwvuRrJM =
405
+ k8s.io/api v0.30.2 h1:+ZhRj+28QT4UOH+BKznu4CBgPWgkXO7XAvMcMl0qKvI =
406
+ k8s.io/api v0.30.2 /go.mod h1:ULg5g9JvOev2dG0u2hig4Z7tQ2hHIuS+m8MNZ+X6EmI =
407
407
k8s.io/apimachinery v0.30.2 h1:fEMcnBj6qkzzPGSVsAZtQThU62SmQ4ZymlXRC5yFSCg =
408
408
k8s.io/apimachinery v0.30.2 /go.mod h1:iexa2somDaxdnj7bha06bhb43Zpa6eWH8N8dbqVjTUc =
409
- k8s.io/client-go v0.30.1 h1:uC/Ir6A3R46wdkgCV3vbLyNOYyCJ8oZnjtJGKfytl/Q =
410
- k8s.io/client-go v0.30.1 /go.mod h1:wrAqLNs2trwiCH/wxxmT/x3hKVH9PuV0GGW0oDoHVqc =
409
+ k8s.io/client-go v0.30.2 h1:sBIVJdojUNPDU/jObC+18tXWcTJVcwyqS9diGdWHk50 =
410
+ k8s.io/client-go v0.30.2 /go.mod h1:JglKSWULm9xlJLx4KCkfLLQ7XwtlbflV6uFFSHTMgVs =
411
411
k8s.io/klog/v2 v2.120.1 h1:QXU6cPEOIslTGvZaXvFWiP9VKyeet3sawzTOvdXb4Vw =
412
412
k8s.io/klog/v2 v2.120.1 /go.mod h1:3Jpz1GvMt720eyJH1ckRHK1EDfpxISzJ7I9OYgaDtPE =
413
413
k8s.io/kube-openapi v0.0.0-20240228011516-70dd3763d340 h1:BZqlfIlq5YbRMFko6/PM7FjZpUb45WallggurYhKGag =
You can’t perform that action at this time.
0 commit comments