27
27
- uses : actions/checkout@v4
28
28
- uses : ./.github/actions/packages
29
29
- name : generate build provenance
30
- uses : actions/attest-build-provenance@7668571508540a607bdfd90a87a560489fe372eb # v2.1 .0
30
+ uses : actions/attest-build-provenance@520d128f165991a6c774bcb264f323e3d70747f4 # v2.2 .0
31
31
with :
32
32
subject-path : " ${{ github.workspace }}/dist/*"
33
33
@@ -47,12 +47,12 @@ jobs:
47
47
path : dist
48
48
- name : Upload pypi.org
49
49
if : startsWith(github.ref, 'refs/tags')
50
- uses : pypa/gh-action-pypi-publish@67339c736fd9354cd4f8cb0b744f2b82a74b5c70 # v1.12.3
50
+ uses : pypa/gh-action-pypi-publish@76f52bc884231f62b9a034ebfe128415bbaabdfc # v1.12.4
51
51
with :
52
52
repository-url : https://upload.pypi.org/legacy/
53
53
- name : Upload test.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://test.pypi.org/legacy/
58
58
66
66
- uses : actions/checkout@v4
67
67
- uses : ./.github/actions/build-distribution
68
68
- name : generate build provenance
69
- uses : actions/attest-build-provenance@7668571508540a607bdfd90a87a560489fe372eb # v2.1 .0
69
+ uses : actions/attest-build-provenance@520d128f165991a6c774bcb264f323e3d70747f4 # v2.2 .0
70
70
with :
71
71
subject-path : " ${{ github.workspace }}/build/dist/elastic-apm-python-lambda-layer.zip"
72
72
@@ -146,7 +146,7 @@ jobs:
146
146
147
147
- name : Build and push image
148
148
id : docker-push
149
- uses : docker/build-push-action@67a2d409c0a876cbe6b11854e3e25193efe4e62d # v6.12 .0
149
+ uses : docker/build-push-action@ca877d9245402d1537745e0e356eab47c3520991 # v6.13 .0
150
150
with :
151
151
context : .
152
152
platforms : linux/amd64,linux/arm64
@@ -158,7 +158,7 @@ jobs:
158
158
AGENT_DIR=./build/dist/package/python
159
159
160
160
- name : generate build provenance (containers)
161
- uses : actions/attest-build-provenance@7668571508540a607bdfd90a87a560489fe372eb # v2.1 .0
161
+ uses : actions/attest-build-provenance@520d128f165991a6c774bcb264f323e3d70747f4 # v2.2 .0
162
162
with :
163
163
subject-name : " ${{ env.DOCKER_IMAGE_NAME }}"
164
164
subject-digest : ${{ steps.docker-push.outputs.digest }}
0 commit comments