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
44
+ uses : actions/checkout@v4.1.1
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
28
+ - uses : actions/checkout@v4.1.1
29
29
- uses : actions/setup-python@v5
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
52
+ - uses : actions/checkout@v4.1.1
53
53
- uses : actions/setup-python@v5
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
70
+ - uses : actions/checkout@v4.1.1
71
71
- uses : actions/setup-python@v5
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
82
+ - uses : actions/checkout@v4.1.1
83
83
- uses : actions/setup-python@v5
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
116
+ - uses : actions/checkout@v4.1.1
117
117
- uses : actions/setup-python@v5
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@8f4b7f84864484a7bf31766abe9204da3cbe65b3 "
22
+ uses : " actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 "
23
23
24
24
- name : " Setup Python"
25
25
uses : " actions/setup-python@57ded4d7d5e986d7296eab16560982c6dd7c923b"
You can’t perform that action at this time.
0 commit comments