File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 38
38
39
39
steps :
40
40
- name : Checkout repository
41
- uses : actions/checkout@v4
41
+ uses : actions/checkout@v5
42
42
43
43
# Initializes the CodeQL tools for scanning.
44
44
- name : Initialize CodeQL
Original file line number Diff line number Diff line change 15
15
buildpush :
16
16
runs-on : ubuntu-latest
17
17
steps :
18
- - uses : actions/checkout@v4
18
+ - uses : actions/checkout@v5
19
19
- name : Docker meta
20
20
id : meta
21
21
uses : docker/metadata-action@v5
Original file line number Diff line number Diff line change 10
10
deploy :
11
11
runs-on : ubuntu-latest
12
12
steps :
13
- - uses : actions/checkout@v4
13
+ - uses : actions/checkout@v5
14
14
- uses : actions/setup-python@v5
15
15
with :
16
16
python-version : 3.x
Original file line number Diff line number Diff line change 12
12
codequality :
13
13
runs-on : ubuntu-latest
14
14
steps :
15
- - uses : actions/checkout@v4
15
+ - uses : actions/checkout@v5
16
16
- name : Setup Python
17
17
uses : actions/setup-python@v5
18
18
with :
27
27
container-tests :
28
28
runs-on : ubuntu-latest
29
29
steps :
30
- - uses : actions/checkout@v4
30
+ - uses : actions/checkout@v5
31
31
32
32
- name : Set image release tag
33
33
run : |
You can’t perform that action at this time.
0 commit comments