File tree 4 files changed +13
-13
lines changed
4 files changed +13
-13
lines changed Original file line number Diff line number Diff line change 51
51
52
52
# Initializes the CodeQL tools for scanning.
53
53
- name : Initialize CodeQL
54
- uses : github/codeql-action/init@aa578102511db1f4524ed59b8cc2bae4f6e88195 # v3
54
+ uses : github/codeql-action/init@48ab28a6f5dbc2a99bf1e0131198dd8f1df78169 # v3
55
55
with :
56
56
languages : ${{ matrix.language }}
57
57
# If you wish to specify custom queries, you can do so here or in a config file.
62
62
# Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
63
63
# If this step fails, then you should remove it and run the build manually (see below)
64
64
- name : Autobuild
65
- uses : github/codeql-action/autobuild@aa578102511db1f4524ed59b8cc2bae4f6e88195 # v3
65
+ uses : github/codeql-action/autobuild@48ab28a6f5dbc2a99bf1e0131198dd8f1df78169 # v3
66
66
67
67
# ℹ️ Command-line programs to run using the OS shell.
68
68
# 📚 https://git.io/JvXDl
76
76
# make release
77
77
78
78
- name : Perform CodeQL Analysis
79
- uses : github/codeql-action/analyze@aa578102511db1f4524ed59b8cc2bae4f6e88195 # v3
79
+ uses : github/codeql-action/analyze@48ab28a6f5dbc2a99bf1e0131198dd8f1df78169 # 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@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
128
+ uses : actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4.5.0
129
129
with :
130
130
name : metacov-${{ env.MATRIX_ID }}
131
131
path : .metacov.*
@@ -184,7 +184,7 @@ jobs:
184
184
python igor.py combine_html
185
185
186
186
- name : " Upload HTML report"
187
- uses : actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
187
+ uses : actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4.5.0
188
188
with :
189
189
name : html_report
190
190
path : htmlcov
Original file line number Diff line number Diff line change @@ -182,7 +182,7 @@ jobs:
182
182
python -m twine check wheelhouse/*
183
183
184
184
- name : " Upload wheels"
185
- uses : actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
185
+ uses : actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4.5.0
186
186
with :
187
187
name : dist-${{ env.MATRIX_ID }}
188
188
path : wheelhouse/*.whl
@@ -221,7 +221,7 @@ jobs:
221
221
python -m twine check dist/*
222
222
223
223
- name : " Upload sdist"
224
- uses : actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
224
+ uses : actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4.5.0
225
225
with :
226
226
name : dist-sdist
227
227
path : dist/*.tar.gz
@@ -265,7 +265,7 @@ jobs:
265
265
python -m twine check dist/*
266
266
267
267
- name : " Upload wheels"
268
- uses : actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
268
+ uses : actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4.5.0
269
269
with :
270
270
name : dist-pypy
271
271
path : dist/*.whl
@@ -305,7 +305,7 @@ jobs:
305
305
ls -alR
306
306
307
307
- name : " Upload signatures"
308
- uses : actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
308
+ uses : actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4.5.0
309
309
with :
310
310
name : signatures
311
311
path : " *.sigstore.json"
Original file line number Diff line number Diff line change @@ -72,12 +72,12 @@ jobs:
72
72
ls -1 dist | wc -l
73
73
74
74
- name : " Generate attestations"
75
- uses : actions/attest-build-provenance@c4fbc648846ca6f503a13a2281a5e7b98aa57202 # v2.0.1
75
+ uses : actions/attest-build-provenance@7668571508540a607bdfd90a87a560489fe372eb # v2.1.0
76
76
with :
77
77
subject-path : " dist/*"
78
78
79
79
- name : " Publish dists to Test PyPI"
80
- uses : pypa/gh-action-pypi-publish@15c56dba361d8335944d31a2ecd17d700fc7bcbc # v1.12.2
80
+ uses : pypa/gh-action-pypi-publish@67339c736fd9354cd4f8cb0b744f2b82a74b5c70 # v1.12.3
81
81
with :
82
82
repository-url : https://test.pypi.org/legacy/
83
83
@@ -111,9 +111,9 @@ jobs:
111
111
ls -1 dist | wc -l
112
112
113
113
- name : " Generate attestations"
114
- uses : actions/attest-build-provenance@c4fbc648846ca6f503a13a2281a5e7b98aa57202 # v2.0.1
114
+ uses : actions/attest-build-provenance@7668571508540a607bdfd90a87a560489fe372eb # v2.1.0
115
115
with :
116
116
subject-path : " dist/*"
117
117
118
118
- name : " Publish dists to PyPI"
119
- uses : pypa/gh-action-pypi-publish@15c56dba361d8335944d31a2ecd17d700fc7bcbc # v1.12.2
119
+ uses : pypa/gh-action-pypi-publish@67339c736fd9354cd4f8cb0b744f2b82a74b5c70 # v1.12.3
You can’t perform that action at this time.
0 commit comments