File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 27
27
- uses : actions/checkout@v4
28
28
- uses : ./.github/actions/packages
29
29
- name : generate build provenance
30
- uses : github-early-access/generate -build-provenance@main
30
+ uses : actions/attest -build-provenance@951c0c5f8e375ad4efad33405ab77f7ded2358e4 # v1.1.1
31
31
with :
32
32
subject-path : " ${{ github.workspace }}/dist/*"
33
33
66
66
- uses : actions/checkout@v4
67
67
- uses : ./.github/actions/build-distribution
68
68
- name : generate build provenance
69
- uses : github-early-access/generate -build-provenance@main
69
+ uses : actions/attest -build-provenance@951c0c5f8e375ad4efad33405ab77f7ded2358e4 # v1.1.1
70
70
with :
71
71
subject-path : " ${{ github.workspace }}/build/dist/elastic-apm-python-lambda-layer.zip"
72
72
@@ -157,7 +157,7 @@ jobs:
157
157
AGENT_DIR=./build/dist/package/python
158
158
159
159
- name : generate build provenance (containers)
160
- uses : github-early-access/generate -build-provenance@main
160
+ uses : actions/attest -build-provenance@951c0c5f8e375ad4efad33405ab77f7ded2358e4 # v1.1.1
161
161
with :
162
162
subject-name : " ${{ env.DOCKER_IMAGE_NAME }}"
163
163
subject-digest : ${{ steps.push.outputs.digest }}
You can’t perform that action at this time.
0 commit comments