5050 steps :
5151 - uses : actions/checkout@v7
5252 - name : Set up Python
53- uses : actions/setup-python@v6
53+ uses : actions/setup-python@v7
5454 with :
5555 python-version : ${{ matrix.python-version }}
5656 cache : ' pip'
@@ -161,7 +161,7 @@ jobs:
161161 steps :
162162 - uses : actions/checkout@v7
163163 - name : Set up Python
164- uses : actions/setup-python@v6
164+ uses : actions/setup-python@v7
165165 with :
166166 python-version : " 3.10"
167167 cache : ' pip'
@@ -172,7 +172,7 @@ jobs:
172172 python -m pip install -U setuptools wheel
173173 # Initializes the CodeQL tools for scanning.
174174 - name : Initialize CodeQL
175- uses : github/codeql-action/init@v4
175+ uses : github/codeql-action/init@v4.37.3
176176 with :
177177 languages : python, cpp
178178 - name : Install greenlet
@@ -181,7 +181,7 @@ jobs:
181181 # - name: Autobuild
182182 # uses: github/codeql-action/autobuild@v1
183183 - name : Perform CodeQL Analysis
184- uses : github/codeql-action/analyze@v4
184+ uses : github/codeql-action/analyze@v4.37.3
185185
186186
187187 manylinux :
@@ -213,7 +213,7 @@ jobs:
213213 - name : checkout
214214 uses : actions/checkout@v7
215215 - name : Set up Python ${{ matrix.python-version }}
216- uses : actions/setup-python@v6
216+ uses : actions/setup-python@v7
217217 with :
218218 python-version : ${{ matrix.python-version }}
219219 - name : Set up QEMU
@@ -230,7 +230,7 @@ jobs:
230230 path : wheelhouse/*whl
231231 name : ${{ matrix.image }}_wheels.zip
232232 - name : Publish package to PyPI
233- uses : pypa/gh-action-pypi-publish@v1.14.0
233+ uses : pypa/gh-action-pypi-publish@v1.14.2
234234 if : github.event_name == 'push' && startsWith(github.ref, 'refs/tags')
235235 with :
236236 user : __token__
0 commit comments