Commit 752e6aa 1 parent 6004832 commit 752e6aa Copy full SHA for 752e6aa
File tree 1 file changed +3
-3
lines changed
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 : actions/attest-build-provenance@bd77c077858b8d561b7a36cbe48ef4cc642ca39d # v2.2.2
30
+ uses : actions/attest-build-provenance@c074443f1aee8d4aeeae555aebba3282517141b2 # v2.2.3
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 : actions/attest-build-provenance@bd77c077858b8d561b7a36cbe48ef4cc642ca39d # v2.2.2
69
+ uses : actions/attest-build-provenance@c074443f1aee8d4aeeae555aebba3282517141b2 # v2.2.3
70
70
with :
71
71
subject-path : " ${{ github.workspace }}/build/dist/elastic-apm-python-lambda-layer.zip"
72
72
@@ -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@bd77c077858b8d561b7a36cbe48ef4cc642ca39d # v2.2.2
161
+ uses : actions/attest-build-provenance@c074443f1aee8d4aeeae555aebba3282517141b2 # v2.2.3
162
162
with :
163
163
subject-name : " ${{ env.DOCKER_IMAGE_NAME }}"
164
164
subject-digest : ${{ steps.docker-push.outputs.digest }}
You can’t perform that action at this time.
0 commit comments