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 44
44
- run : make -C .ci dist
45
45
46
46
- name : Attest Lambda layer zip
47
- uses : actions/attest-build-provenance@ef244123eb79f2f7a7e75d99086184180e6d0018 # v1.4.4
47
+ uses : actions/attest-build-provenance@c4fbc648846ca6f503a13a2281a5e7b98aa57202 # v2.0.1
48
48
with :
49
49
subject-path : " ${{ github.workspace }}/build/aws/elastic-apm-node-lambda-layer-*.zip"
50
50
75
75
AGENT_DIR=/build/dist/nodejs
76
76
77
77
- name : Attest Docker image
78
- uses : actions/attest-build-provenance@ef244123eb79f2f7a7e75d99086184180e6d0018 # v1.4.4
78
+ uses : actions/attest-build-provenance@c4fbc648846ca6f503a13a2281a5e7b98aa57202 # v2.0.1
79
79
with :
80
80
subject-name : " ${{ env.DOCKER_IMAGE_NAME }}"
81
81
subject-digest : ${{ steps.docker-push.outputs.digest }}
@@ -109,7 +109,7 @@ jobs:
109
109
AGENT_DIR=/build/dist/nodejs
110
110
111
111
- name : Attest Docker image (wolfi)
112
- uses : actions/attest-build-provenance@ef244123eb79f2f7a7e75d99086184180e6d0018 # v1.4.4
112
+ uses : actions/attest-build-provenance@c4fbc648846ca6f503a13a2281a5e7b98aa57202 # v2.0.1
113
113
with :
114
114
subject-name : " ${{ env.DOCKER_IMAGE_NAME }}"
115
115
subject-digest : ${{ steps.docker-push-wolfi.outputs.digest }}
You can’t perform that action at this time.
0 commit comments