File tree 5 files changed +6
-6
lines changed
5 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 24
24
25
25
steps :
26
26
- name : Checkout code
27
- uses : actions/checkout@v4.0.0
27
+ uses : actions/checkout@v4.1.1
28
28
29
29
- name : Set up Python 3.10
30
30
64
64
65
65
steps :
66
66
- name : Checkout code
67
- uses : actions/checkout@v4.0.0
67
+ uses : actions/checkout@v4.1.1
68
68
69
69
- name : Set up Python 3.10
70
70
Original file line number Diff line number Diff line change 67
67
68
68
steps :
69
69
- name : Checkout code
70
- uses : actions/checkout@v4.0.0
70
+ uses : actions/checkout@v4.1.1
71
71
with :
72
72
fetch-depth : 5
73
73
Original file line number Diff line number Diff line change 45
45
46
46
steps :
47
47
- name : Checkout repository
48
- uses : actions/checkout@v4.0.0
48
+ uses : actions/checkout@v4.1.1
49
49
50
50
# Initializes the CodeQL tools for scanning.
51
51
- name : Initialize CodeQL
Original file line number Diff line number Diff line change 25
25
26
26
steps :
27
27
- name : Checkout code
28
- uses : actions/checkout@v4.0.0
28
+ uses : actions/checkout@v4.1.1
29
29
30
30
- name : Set up Python 3.10
31
31
Original file line number Diff line number Diff line change 26
26
27
27
steps :
28
28
- name : Checkout code
29
- uses : actions/checkout@v4.0.0
29
+ uses : actions/checkout@v4.1.1
30
30
31
31
- name : Set up Python 3.10
32
32
You can’t perform that action at this time.
0 commit comments