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@2d790406f505036ef40ecba973cc774a50395aac # v3
52
+ uses : github/codeql-action/init@afb54ba388a7dca6ecae48f608c4ff05ff4cc77a # 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@2d790406f505036ef40ecba973cc774a50395aac # v3
63
+ uses : github/codeql-action/autobuild@afb54ba388a7dca6ecae48f608c4ff05ff4cc77a # 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@2d790406f505036ef40ecba973cc774a50395aac # v3
77
+ uses : github/codeql-action/analyze@afb54ba388a7dca6ecae48f608c4ff05ff4cc77a # 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@0b2256b8c012f0828dc542b3febcab082c67f72b # v4.3.4
128
+ uses : actions/upload-artifact@89ef406dd8d7e03cfd12d9e0a4a378f454709029 # v4.3.5
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@0b2256b8c012f0828dc542b3febcab082c67f72b # v4.3.4
184
+ uses : actions/upload-artifact@89ef406dd8d7e03cfd12d9e0a4a378f454709029 # v4.3.5
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@0b2256b8c012f0828dc542b3febcab082c67f72b # v4.3.4
191
+ uses : actions/upload-artifact@89ef406dd8d7e03cfd12d9e0a4a378f454709029 # v4.3.5
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@0b2256b8c012f0828dc542b3febcab082c67f72b # v4.3.4
229
+ uses : actions/upload-artifact@89ef406dd8d7e03cfd12d9e0a4a378f454709029 # v4.3.5
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@0b2256b8c012f0828dc542b3febcab082c67f72b # v4.3.4
271
+ uses : actions/upload-artifact@89ef406dd8d7e03cfd12d9e0a4a378f454709029 # v4.3.5
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@0b2256b8c012f0828dc542b3febcab082c67f72b # v4.3.4
311
+ uses : actions/upload-artifact@89ef406dd8d7e03cfd12d9e0a4a378f454709029 # v4.3.5
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@5e9cb68e95676991667494a6a4e59b8a2f13e1d0 # v1.3.3
75
+ uses : actions/attest-build-provenance@210c1913531870065f03ce1f9440dd87bc0938cd # v1.4.0
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@5e9cb68e95676991667494a6a4e59b8a2f13e1d0 # v1.3.3
114
+ uses : actions/attest-build-provenance@210c1913531870065f03ce1f9440dd87bc0938cd # v1.4.0
115
115
with :
116
116
subject-path : " dist/*"
117
117
You can’t perform that action at this time.
0 commit comments