File tree Expand file tree Collapse file tree 5 files changed +6
-6
lines changed Expand file tree Collapse file tree 5 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 42
42
requirements-file : dj42_cms311.txt
43
43
44
44
steps :
45
- - uses : actions/checkout@v4
45
+ - uses : actions/checkout@v5
46
46
with :
47
47
fetch-depth : ' 2'
48
48
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 12
12
name : build
13
13
steps :
14
14
- name : Checkout
15
- uses : actions/checkout@v4
15
+ uses : actions/checkout@v5
16
16
- name : Set up Python
17
17
uses : actions/setup-python@v5
18
18
with :
37
37
needs : build
38
38
steps :
39
39
- name : Checkout
40
- uses : actions/checkout@v4
40
+ uses : actions/checkout@v5
41
41
- name : Set up Python
42
42
uses : actions/setup-python@v5
43
43
with :
Original file line number Diff line number Diff line change 15
15
permissions :
16
16
id-token : write
17
17
steps :
18
- - uses : actions/checkout@v4
18
+ - uses : actions/checkout@v5
19
19
- name : Set up Python 3.12
20
20
uses : actions/setup-python@v5
21
21
with :
Original file line number Diff line number Diff line change 15
15
permissions :
16
16
id-token : write
17
17
steps :
18
- - uses : actions/checkout@v4
18
+ - uses : actions/checkout@v5
19
19
- name : Set up Python 3.10
20
20
uses : actions/setup-python@v5
21
21
with :
You can’t perform that action at this time.
0 commit comments