File tree Expand file tree Collapse file tree 6 files changed +10
-10
lines changed Expand file tree Collapse file tree 6 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 36
36
37
37
steps :
38
38
- name : Checkout repository
39
- uses : actions/checkout@v3
39
+ uses : actions/checkout@v4
40
40
41
41
# Initializes the CodeQL tools for scanning.
42
42
- name : Initialize CodeQL
Original file line number Diff line number Diff line change 19
19
runs-on : ubuntu-latest
20
20
# Steps represent a sequence of tasks that will be executed as part of the job
21
21
steps :
22
- - uses : actions/checkout@v3
22
+ - uses : actions/checkout@v4
23
23
- name : Start minikube
24
24
uses : medyagh/setup-minikube@master
25
25
with :
Original file line number Diff line number Diff line change 30
30
runs-on : ubuntu-latest
31
31
steps :
32
32
- name : Checkout
33
- uses : actions/checkout@v3
33
+ uses : actions/checkout@v4
34
34
with :
35
35
ref : gh-pages
36
36
- name : Setup Pages
Original file line number Diff line number Diff line change 19
19
runs-on : ubuntu-latest
20
20
steps :
21
21
- name : Checkout git repository
22
- uses : actions/checkout@v3
22
+ uses : actions/checkout@v4
23
23
- name : Setup python
24
24
uses : actions/setup-python@v4
25
25
with :
Original file line number Diff line number Diff line change 9
9
name : " Package Helm Chart"
10
10
runs-on : ubuntu-latest
11
11
steps :
12
- - uses : actions/checkout@v3
12
+ - uses : actions/checkout@v4
13
13
- name : Configure Git
14
14
run : |
15
15
git config user.name "$GITHUB_ACTOR"
38
38
helm-docs -t helm/wrongsecrets-ctf-party/README.md.gotmpl -t helm/wrongsecrets-ctf-party/_template.gotmpl -o README.md
39
39
cp helm/wrongsecrets-ctf-party/README.md /tmp/README.md
40
40
- name : Update gh-pages branch
41
- uses : actions/checkout@v3
41
+ uses : actions/checkout@v4
42
42
with :
43
43
ref : gh-pages
44
44
fetch-depth : 0
56
56
git push
57
57
fi
58
58
- name : Get back to original branch
59
- uses : actions/checkout@v3
59
+ uses : actions/checkout@v4
60
60
- name : Run chart-releaser
61
61
62
62
with :
73
73
- wrongsecrets-balancer
74
74
steps :
75
75
- name : Checkout
76
- uses : actions/checkout@v3
76
+ uses : actions/checkout@v4
77
77
78
78
- name : Docker Meta
79
79
id : docker_meta
Original file line number Diff line number Diff line change 7
7
name : Cleaner
8
8
runs-on : ubuntu-latest
9
9
steps :
10
- - uses : actions/checkout@v3
10
+ - uses : actions/checkout@v4
11
11
- uses : actions/setup-node@v3
12
12
with :
13
13
node-version : 18
27
27
name : Balancer
28
28
runs-on : ubuntu-latest
29
29
steps :
30
- - uses : actions/checkout@v3
30
+ - uses : actions/checkout@v4
31
31
- uses : actions/setup-node@v3
32
32
with :
33
33
node-version : 18
You can’t perform that action at this time.
0 commit comments