File tree 3 files changed +7
-7
lines changed
3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 41
41
42
42
steps :
43
43
- name : Checkout repository
44
- uses : actions/checkout@v4.1.1
44
+ uses : actions/checkout@v4.1.2
45
45
46
46
# Initializes the CodeQL tools for scanning.
47
47
- name : Initialize CodeQL
Original file line number Diff line number Diff line change 25
25
lint :
26
26
runs-on : ubuntu-latest
27
27
steps :
28
- - uses : actions/checkout@v4.1.1
28
+ - uses : actions/checkout@v4.1.2
29
29
- uses : actions/setup-python@v5.0.0
30
30
with :
31
31
python-version : ${{ env.DEFAULT_PYTHON_VERSION }}
49
49
- windows-latest
50
50
runs-on : ${{ matrix.platform }}
51
51
steps :
52
- - uses : actions/checkout@v4.1.1
52
+ - uses : actions/checkout@v4.1.2
53
53
- uses : actions/setup-python@v5.0.0
54
54
with :
55
55
python-version : ${{ matrix.python-version }}
67
67
# Only run on Ubuntu because most of the tests are skipped on Windows
68
68
runs-on : ubuntu-latest
69
69
steps :
70
- - uses : actions/checkout@v4.1.1
70
+ - uses : actions/checkout@v4.1.2
71
71
- uses : actions/setup-python@v5.0.0
72
72
with :
73
73
python-version : ${{ env.MIN_PYTHON_VERSION }}
79
79
docs :
80
80
runs-on : ubuntu-latest
81
81
steps :
82
- - uses : actions/checkout@v4.1.1
82
+ - uses : actions/checkout@v4.1.2
83
83
- uses : actions/setup-python@v5.0.0
84
84
with :
85
85
python-version : ${{ env.MIN_PYTHON_VERSION }}
@@ -113,7 +113,7 @@ jobs:
113
113
if : github.event_name == 'push' && contains(github.ref, 'refs/tags/')
114
114
runs-on : ubuntu-latest
115
115
steps :
116
- - uses : actions/checkout@v4.1.1
116
+ - uses : actions/checkout@v4.1.2
117
117
- uses : actions/setup-python@v5.0.0
118
118
with :
119
119
python-version : ${{ env.MIN_PYTHON_VERSION }}
Original file line number Diff line number Diff line change 19
19
20
20
steps :
21
21
- name : " Checkout repository"
22
- uses : " actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 "
22
+ uses : " actions/checkout@cd7d8d697e10461458bc61a30d094dc601a8b017 "
23
23
24
24
- name : " Setup Python"
25
25
uses : " actions/setup-python@871daa956ca9ea99f3c3e30acb424b7960676734"
You can’t perform that action at this time.
0 commit comments