File tree 2 files changed +5
-5
lines changed
2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 31
31
persist-credentials : false
32
32
33
33
- name : Build and Check Package
34
- uses : hynek/build-and-inspect-python-package@v2.12.0
34
+ uses : hynek/build-and-inspect-python-package@b5076c307dc91924a82ad150cdd1533b444d3310
35
35
with :
36
36
attest-build-provenance-github : ' true'
37
37
56
56
path : dist
57
57
58
58
- name : Publish package to PyPI
59
- uses : pypa/gh-action-pypi-publish@v1.12.4
59
+ uses : pypa/gh-action-pypi-publish@76f52bc884231f62b9a034ebfe128415bbaabdfc
60
60
with :
61
61
attestations : true
62
62
@@ -109,7 +109,7 @@ jobs:
109
109
tox -e generate-gh-release-notes -- "$VERSION" scripts/latest-release-notes.md
110
110
111
111
- name : Publish GitHub Release
112
- uses : softprops/action-gh-release@v2
112
+ uses : softprops/action-gh-release@da05d552573ad5aba039eaac05058a918a7bf631
113
113
with :
114
114
body_path : scripts/latest-release-notes.md
115
115
files : dist/*
Original file line number Diff line number Diff line change 40
40
fetch-depth : 0
41
41
persist-credentials : false
42
42
- name : Build and Check Package
43
- uses : hynek/build-and-inspect-python-package@v2.12.0
43
+ uses : hynek/build-and-inspect-python-package@b5076c307dc91924a82ad150cdd1533b444d3310
44
44
45
45
build :
46
46
needs : [package]
@@ -262,7 +262,7 @@ jobs:
262
262
263
263
- name : Upload coverage to Codecov
264
264
if : " matrix.use_coverage"
265
- uses : codecov/codecov-action@v5
265
+ uses : codecov/codecov-action@ad3126e916f78f00edff4ed0317cf185271ccc2d
266
266
with :
267
267
fail_ci_if_error : false
268
268
files : ./coverage.xml
You can’t perform that action at this time.
0 commit comments