File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 11
11
id-token : write
12
12
steps :
13
13
- name : Checkout
14
- uses : actions/checkout@v3
14
+ uses : actions/checkout@v4
15
15
- uses : google-github-actions/auth@v1
16
16
with :
17
17
workload_identity_provider : " projects/907031882243/locations/global/workloadIdentityPools/github/providers/github"
43
43
id-token : write
44
44
steps :
45
45
- name : Checkout
46
- uses : actions/checkout@v3
46
+ uses : actions/checkout@v4
47
47
- uses : google-github-actions/auth@v1
48
48
with :
49
49
workload_identity_provider : " projects/907031882243/locations/global/workloadIdentityPools/github/providers/github"
75
75
id-token : write
76
76
steps :
77
77
- name : Checkout
78
- uses : actions/checkout@v3
78
+ uses : actions/checkout@v4
79
79
with :
80
80
submodules : true
81
81
- uses : google-github-actions/auth@v1
@@ -109,7 +109,7 @@ jobs:
109
109
build-kubectl-netcon :
110
110
runs-on : ubuntu-latest
111
111
steps :
112
- - uses : actions/checkout@v3
112
+ - uses : actions/checkout@v4
113
113
- name : Setup Go
114
114
uses : actions/setup-go@v5
115
115
with :
Original file line number Diff line number Diff line change 40
40
41
41
steps :
42
42
- name : Checkout repository
43
- uses : actions/checkout@v3
43
+ uses : actions/checkout@v4
44
44
45
45
# Initializes the CodeQL tools for scanning.
46
46
- name : Initialize CodeQL
Original file line number Diff line number Diff line change 11
11
controllers :
12
12
runs-on : ubuntu-latest
13
13
steps :
14
- - uses : actions/checkout@v3
14
+ - uses : actions/checkout@v4
15
15
16
16
- uses : actions/setup-go@v5
17
17
with :
You can’t perform that action at this time.
0 commit comments