File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 25
25
- run : python -m build
26
26
27
27
- name : generate build provenance
28
- uses : actions/attest-build-provenance@7668571508540a607bdfd90a87a560489fe372eb # v2.1 .0
28
+ uses : actions/attest-build-provenance@520d128f165991a6c774bcb264f323e3d70747f4 # v2.2 .0
29
29
with :
30
30
subject-path : " ${{ github.workspace }}/dist/*"
31
31
52
52
53
53
- name : Upload pypi.org
54
54
if : startsWith(github.ref, 'refs/tags')
55
- uses : pypa/gh-action-pypi-publish@67339c736fd9354cd4f8cb0b744f2b82a74b5c70 # v1.12.3
55
+ uses : pypa/gh-action-pypi-publish@76f52bc884231f62b9a034ebfe128415bbaabdfc # v1.12.4
56
56
with :
57
57
repository-url : https://upload.pypi.org/legacy/
58
58
@@ -100,7 +100,7 @@ jobs:
100
100
101
101
- name : Build and push image
102
102
id : docker-push
103
- uses : docker/build-push-action@67a2d409c0a876cbe6b11854e3e25193efe4e62d # v6.12 .0
103
+ uses : docker/build-push-action@ca877d9245402d1537745e0e356eab47c3520991 # v6.13 .0
104
104
with :
105
105
context : .
106
106
platforms : linux/amd64,linux/arm64
@@ -112,7 +112,7 @@ jobs:
112
112
DISTRO_DIR=./dist/
113
113
114
114
- name : generate build provenance (containers)
115
- uses : actions/attest-build-provenance@7668571508540a607bdfd90a87a560489fe372eb # v2.1 .0
115
+ uses : actions/attest-build-provenance@520d128f165991a6c774bcb264f323e3d70747f4 # v2.2 .0
116
116
with :
117
117
subject-name : " ${{ env.DOCKER_IMAGE_NAME }}"
118
118
subject-digest : ${{ steps.docker-push.outputs.digest }}
You can’t perform that action at this time.
0 commit comments