File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 5555
5656 # Initializes the CodeQL tools for scanning.
5757 - name : Initialize CodeQL
58- uses : github/codeql-action/init@014f16e7ab1402f30e7c3329d33797e7948572db # v4.31.3
58+ uses : github/codeql-action/init@5d4e8d1aca955e8d8589aabd499c5cae939e33c7 # v4.31.9
5959 with :
6060 languages : ${{ matrix.language }}
6161 # If you wish to specify custom queries, you can do so here or in a config file.
6666 # Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
6767 # If this step fails, then you should remove it and run the build manually (see below)
6868 - name : Autobuild
69- uses : github/codeql-action/autobuild@014f16e7ab1402f30e7c3329d33797e7948572db # v4.31.3
69+ uses : github/codeql-action/autobuild@5d4e8d1aca955e8d8589aabd499c5cae939e33c7 # v4.31.9
7070
7171 # ℹ️ Command-line programs to run using the OS shell.
7272 # 📚 https://git.io/JvXDl
8080 # make release
8181
8282 - name : Perform CodeQL Analysis
83- uses : github/codeql-action/analyze@014f16e7ab1402f30e7c3329d33797e7948572db # v4.31.3
83+ uses : github/codeql-action/analyze@5d4e8d1aca955e8d8589aabd499c5cae939e33c7 # v4.31.9
Original file line number Diff line number Diff line change @@ -166,7 +166,7 @@ jobs:
166166 mv .metacov .metacov.$MATRIX_ID
167167
168168 - name : " Upload coverage data"
169- uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5 .0.0
169+ uses : actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6 .0.0
170170 with :
171171 name : metacov-${{ env.MATRIX_ID }}
172172 path : .metacov.*
@@ -211,7 +211,7 @@ jobs:
211211 python igor.py zip_mods
212212
213213 - name : " Download coverage data"
214- uses : actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6 .0.0
214+ uses : actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7 .0.0
215215 with :
216216 pattern : metacov-*
217217 merge-multiple : true
@@ -234,7 +234,7 @@ jobs:
234234 python lab/goals.py --file 100 "tests/test_*.py"
235235
236236 - name : " Upload HTML report"
237- uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5 .0.0
237+ uses : actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6 .0.0
238238 with :
239239 name : html_report
240240 path : htmlcov
@@ -294,7 +294,7 @@ jobs:
294294
295295 - name : " Download coverage HTML report"
296296 if : ${{ github.ref == 'refs/heads/main' }}
297- uses : actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6 .0.0
297+ uses : actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7 .0.0
298298 with :
299299 name : html_report
300300 path : reports_repo/${{ env.report_dir }}
Original file line number Diff line number Diff line change @@ -218,7 +218,7 @@ jobs:
218218 python -m twine check wheelhouse/*
219219
220220 - name : " Upload binary wheels"
221- uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5 .0.0
221+ uses : actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6 .0.0
222222 with :
223223 name : dist-${{ env.MATRIX_ID }}
224224 path : wheelhouse/*.whl
@@ -259,7 +259,7 @@ jobs:
259259 python -m twine check dist/*
260260
261261 - name : " Upload non-binary artifacts"
262- uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5 .0.0
262+ uses : actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6 .0.0
263263 with :
264264 name : dist-non-binary
265265 path : dist/*
@@ -277,7 +277,7 @@ jobs:
277277 id-token : write # Needed for signing artifacts
278278 steps :
279279 - name : " Download artifacts"
280- uses : actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6 .0.0
280+ uses : actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7 .0.0
281281 with :
282282 pattern : dist-*
283283 merge-multiple : true
@@ -299,7 +299,7 @@ jobs:
299299 ls -alR
300300
301301 - name : " Upload signatures"
302- uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5 .0.0
302+ uses : actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6 .0.0
303303 with :
304304 name : signatures
305305 path : " *.sigstore.json"
Original file line number Diff line number Diff line change 6464
6565 steps :
6666 - name : " Download dists"
67- uses : actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6 .0.0
67+ uses : actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7 .0.0
6868 with :
6969 repository : " coveragepy/coveragepy"
7070 run-id : ${{ needs.find-run.outputs.run-id }}
@@ -104,7 +104,7 @@ jobs:
104104
105105 steps :
106106 - name : " Download dists"
107- uses : actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6 .0.0
107+ uses : actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7 .0.0
108108 with :
109109 repository : " coveragepy/coveragepy"
110110 run-id : ${{ needs.find-run.outputs.run-id }}
Original file line number Diff line number Diff line change @@ -184,7 +184,7 @@ jobs:
184184 persist-credentials : false
185185
186186 - name : Install the latest version of uv
187- uses : astral-sh/setup-uv@1e862dfacbd1d6d858c55d9b792c756523627244 # v7.1.4
187+ uses : astral-sh/setup-uv@681c641aba71e4a1c380be3ab5e12ad51f415867 # v7.1.6
188188 with :
189189 enable-cache : false
190190
You can’t perform that action at this time.
0 commit comments