File tree Expand file tree Collapse file tree 4 files changed +11
-11
lines changed Expand file tree Collapse file tree 4 files changed +11
-11
lines changed Original file line number Diff line number Diff line change 49
49
50
50
# Initializes the CodeQL tools for scanning.
51
51
- name : Initialize CodeQL
52
- uses : github/codeql-action/init@afb54ba388a7dca6ecae48f608c4ff05ff4cc77a # v3
52
+ uses : github/codeql-action/init@eb055d739abdc2e8de2e5f4ba1a8b246daa779aa # v3
53
53
with :
54
54
languages : ${{ matrix.language }}
55
55
# If you wish to specify custom queries, you can do so here or in a config file.
60
60
# Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
61
61
# If this step fails, then you should remove it and run the build manually (see below)
62
62
- name : Autobuild
63
- uses : github/codeql-action/autobuild@afb54ba388a7dca6ecae48f608c4ff05ff4cc77a # v3
63
+ uses : github/codeql-action/autobuild@eb055d739abdc2e8de2e5f4ba1a8b246daa779aa # v3
64
64
65
65
# ℹ️ Command-line programs to run using the OS shell.
66
66
# 📚 https://git.io/JvXDl
74
74
# make release
75
75
76
76
- name : Perform CodeQL Analysis
77
- uses : github/codeql-action/analyze@afb54ba388a7dca6ecae48f608c4ff05ff4cc77a # v3
77
+ uses : github/codeql-action/analyze@eb055d739abdc2e8de2e5f4ba1a8b246daa779aa # v3
Original file line number Diff line number Diff line change @@ -125,7 +125,7 @@ jobs:
125
125
mv .metacov .metacov.$MATRIX_ID
126
126
127
127
- name : " Upload coverage data"
128
- uses : actions/upload-artifact@89ef406dd8d7e03cfd12d9e0a4a378f454709029 # v4.3.5
128
+ uses : actions/upload-artifact@834a144ee995460fba8ed112a2fc961b36a5ec5a # v4.3.6
129
129
with :
130
130
name : metacov-${{ env.MATRIX_ID }}
131
131
path : .metacov.*
@@ -181,7 +181,7 @@ jobs:
181
181
python igor.py combine_html
182
182
183
183
- name : " Upload HTML report"
184
- uses : actions/upload-artifact@89ef406dd8d7e03cfd12d9e0a4a378f454709029 # v4.3.5
184
+ uses : actions/upload-artifact@834a144ee995460fba8ed112a2fc961b36a5ec5a # v4.3.6
185
185
with :
186
186
name : html_report
187
187
path : htmlcov
Original file line number Diff line number Diff line change @@ -188,7 +188,7 @@ jobs:
188
188
python -m twine check wheelhouse/*
189
189
190
190
- name : " Upload wheels"
191
- uses : actions/upload-artifact@89ef406dd8d7e03cfd12d9e0a4a378f454709029 # v4.3.5
191
+ uses : actions/upload-artifact@834a144ee995460fba8ed112a2fc961b36a5ec5a # v4.3.6
192
192
with :
193
193
name : dist-${{ env.MATRIX_ID }}
194
194
path : wheelhouse/*.whl
@@ -226,7 +226,7 @@ jobs:
226
226
python -m twine check dist/*
227
227
228
228
- name : " Upload sdist"
229
- uses : actions/upload-artifact@89ef406dd8d7e03cfd12d9e0a4a378f454709029 # v4.3.5
229
+ uses : actions/upload-artifact@834a144ee995460fba8ed112a2fc961b36a5ec5a # v4.3.6
230
230
with :
231
231
name : dist-sdist
232
232
path : dist/*.tar.gz
@@ -268,7 +268,7 @@ jobs:
268
268
python -m twine check dist/*
269
269
270
270
- name : " Upload wheels"
271
- uses : actions/upload-artifact@89ef406dd8d7e03cfd12d9e0a4a378f454709029 # v4.3.5
271
+ uses : actions/upload-artifact@834a144ee995460fba8ed112a2fc961b36a5ec5a # v4.3.6
272
272
with :
273
273
name : dist-pypy
274
274
path : dist/*.whl
@@ -308,7 +308,7 @@ jobs:
308
308
ls -alR
309
309
310
310
- name : " Upload signatures"
311
- uses : actions/upload-artifact@89ef406dd8d7e03cfd12d9e0a4a378f454709029 # v4.3.5
311
+ uses : actions/upload-artifact@834a144ee995460fba8ed112a2fc961b36a5ec5a # v4.3.6
312
312
with :
313
313
name : signatures
314
314
path : |
Original file line number Diff line number Diff line change 72
72
ls -1 dist | wc -l
73
73
74
74
- name : " Generate attestations"
75
- uses : actions/attest-build-provenance@210c1913531870065f03ce1f9440dd87bc0938cd # v1.4.0
75
+ uses : actions/attest-build-provenance@310b0a4a3b0b78ef57ecda988ee04b132db73ef8 # v1.4.1
76
76
with :
77
77
subject-path : " dist/*"
78
78
@@ -111,7 +111,7 @@ jobs:
111
111
ls -1 dist | wc -l
112
112
113
113
- name : " Generate attestations"
114
- uses : actions/attest-build-provenance@210c1913531870065f03ce1f9440dd87bc0938cd # v1.4.0
114
+ uses : actions/attest-build-provenance@310b0a4a3b0b78ef57ecda988ee04b132db73ef8 # v1.4.1
115
115
with :
116
116
subject-path : " dist/*"
117
117
You can’t perform that action at this time.
0 commit comments