File tree Expand file tree Collapse file tree 6 files changed +13
-13
lines changed Expand file tree Collapse file tree 6 files changed +13
-13
lines changed Original file line number Diff line number Diff line change 51
51
52
52
# Initializes the CodeQL tools for scanning.
53
53
- name : Initialize CodeQL
54
- uses : github/codeql-action/init@5f8171a638ada777af81d42b55959a643bb29017 # v3
54
+ uses : github/codeql-action/init@1b549b9259bda1cb5ddde3b41741a82a2d15a841 # v3
55
55
with :
56
56
languages : ${{ matrix.language }}
57
57
# If you wish to specify custom queries, you can do so here or in a config file.
62
62
# Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
63
63
# If this step fails, then you should remove it and run the build manually (see below)
64
64
- name : Autobuild
65
- uses : github/codeql-action/autobuild@5f8171a638ada777af81d42b55959a643bb29017 # v3
65
+ uses : github/codeql-action/autobuild@1b549b9259bda1cb5ddde3b41741a82a2d15a841 # v3
66
66
67
67
# ℹ️ Command-line programs to run using the OS shell.
68
68
# 📚 https://git.io/JvXDl
76
76
# make release
77
77
78
78
- name : Perform CodeQL Analysis
79
- uses : github/codeql-action/analyze@5f8171a638ada777af81d42b55959a643bb29017 # v3
79
+ uses : github/codeql-action/analyze@1b549b9259bda1cb5ddde3b41741a82a2d15a841 # v3
Original file line number Diff line number Diff line change 84
84
persist-credentials : false
85
85
86
86
- name : " Set up Python"
87
- uses : actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5.4 .0
87
+ uses : actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55 # v5.5 .0
88
88
with :
89
89
python-version : " ${{ matrix.python-version }}"
90
90
allow-prereleases : true
@@ -147,7 +147,7 @@ jobs:
147
147
persist-credentials : false
148
148
149
149
- name : " Set up Python"
150
- uses : actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5.4 .0
150
+ uses : actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55 # v5.5 .0
151
151
with :
152
152
python-version : " 3.9" # Minimum of PYVERSIONS
153
153
# At a certain point, installing dependencies failed on pypy 3.9 and
Original file line number Diff line number Diff line change @@ -152,7 +152,7 @@ jobs:
152
152
persist-credentials : false
153
153
154
154
- name : " Install Python"
155
- uses : actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5.4 .0
155
+ uses : actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55 # v5.5 .0
156
156
with :
157
157
python-version : " 3.9" # Minimum of PYVERSIONS
158
158
cache : pip
@@ -198,7 +198,7 @@ jobs:
198
198
persist-credentials : false
199
199
200
200
- name : " Install Python"
201
- uses : actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5.4 .0
201
+ uses : actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55 # v5.5 .0
202
202
with :
203
203
python-version : " 3.9" # Minimum of PYVERSIONS
204
204
cache : pip
@@ -239,7 +239,7 @@ jobs:
239
239
persist-credentials : false
240
240
241
241
- name : " Install PyPy"
242
- uses : actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5.4 .0
242
+ uses : actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55 # v5.5 .0
243
243
with :
244
244
python-version : " pypy-3.9" # Minimum of PyPy PYVERSIONS
245
245
cache : pip
Original file line number Diff line number Diff line change 92
92
nogil : " ${{ matrix.nogil || false }}"
93
93
94
94
- name : " Install ${{ matrix.python-version }} with setup-python"
95
- uses : actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5.4 .0
95
+ uses : actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55 # v5.5 .0
96
96
if : " startsWith(matrix.python-version, 'pypy-')"
97
97
with :
98
98
python-version : " ${{ matrix.python-version }}"
Original file line number Diff line number Diff line change 42
42
persist-credentials : false
43
43
44
44
- name : " Install Python"
45
- uses : actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5.4 .0
45
+ uses : actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55 # v5.5 .0
46
46
with :
47
47
python-version : " 3.9" # Minimum of PYVERSIONS
48
48
cache : pip
67
67
persist-credentials : false
68
68
69
69
- name : " Install Python"
70
- uses : actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5.4 .0
70
+ uses : actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55 # v5.5 .0
71
71
with :
72
72
python-version : " 3.9" # Minimum of PYVERSIONS
73
73
cache : pip
92
92
persist-credentials : false
93
93
94
94
- name : " Install Python"
95
- uses : actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5.4 .0
95
+ uses : actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55 # v5.5 .0
96
96
with :
97
97
python-version : " 3.11" # Doc version from PYVERSIONS
98
98
cache : pip
Original file line number Diff line number Diff line change 78
78
persist-credentials : false
79
79
80
80
- name : " Set up Python"
81
- uses : actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5.4 .0
81
+ uses : actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55 # v5.5 .0
82
82
with :
83
83
python-version : " ${{ matrix.python-version }}"
84
84
allow-prereleases : true
You can’t perform that action at this time.
0 commit comments