File tree Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 5151
5252 # Initializes the CodeQL tools for scanning.
5353 - name : Initialize CodeQL
54- uses : github/codeql-action/init@4e828ff8d448a8a6e532957b1811f387a63867e8 # v3
54+ uses : github/codeql-action/init@76621b61decf072c1cee8dd1ce2d2a82d33c17ed # v3
5555 with :
5656 languages : ${{ matrix.language }}
5757 # If you wish to specify custom queries, you can do so here or in a config file.
6262 # Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
6363 # If this step fails, then you should remove it and run the build manually (see below)
6464 - name : Autobuild
65- uses : github/codeql-action/autobuild@4e828ff8d448a8a6e532957b1811f387a63867e8 # v3
65+ uses : github/codeql-action/autobuild@76621b61decf072c1cee8dd1ce2d2a82d33c17ed # v3
6666
6767 # ℹ️ Command-line programs to run using the OS shell.
6868 # 📚 https://git.io/JvXDl
7676 # make release
7777
7878 - name : Perform CodeQL Analysis
79- uses : github/codeql-action/analyze@4e828ff8d448a8a6e532957b1811f387a63867e8 # v3
79+ uses : github/codeql-action/analyze@76621b61decf072c1cee8dd1ce2d2a82d33c17ed # v3
Original file line number Diff line number Diff line change @@ -211,7 +211,7 @@ jobs:
211211 python igor.py zip_mods
212212
213213 - name : " Download coverage data"
214- uses : actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3 .0
214+ uses : actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0 .0
215215 with :
216216 pattern : metacov-*
217217 merge-multiple : true
@@ -283,7 +283,7 @@ jobs:
283283
284284 - name : " Download coverage HTML report"
285285 if : ${{ github.ref == 'refs/heads/master' }}
286- uses : actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3 .0
286+ uses : actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0 .0
287287 with :
288288 name : html_report
289289 path : reports_repo/${{ env.report_dir }}
Original file line number Diff line number Diff line change @@ -272,7 +272,7 @@ jobs:
272272 id-token : write
273273 steps :
274274 - name : " Download artifacts"
275- uses : actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3 .0
275+ uses : actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0 .0
276276 with :
277277 pattern : dist-*
278278 merge-multiple : true
Original file line number Diff line number Diff line change 6464
6565 steps :
6666 - name : " Download dists"
67- uses : actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3 .0
67+ uses : actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0 .0
6868 with :
6969 repository : " nedbat/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@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3 .0
107+ uses : actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0 .0
108108 with :
109109 repository : " nedbat/coveragepy"
110110 run-id : ${{ needs.find-run.outputs.run-id }}
You can’t perform that action at this time.
0 commit comments