Skip to content

Commit 49c8a12

Browse files
chore(deps): bump actions/attest-build-provenance from 1.4.4 to 2.0.1 (#4344)
1 parent 451ebd5 commit 49c8a12

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/release.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
- run: make -C .ci dist
4545

4646
- 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
4848
with:
4949
subject-path: "${{ github.workspace }}/build/aws/elastic-apm-node-lambda-layer-*.zip"
5050

@@ -75,7 +75,7 @@ jobs:
7575
AGENT_DIR=/build/dist/nodejs
7676
7777
- name: Attest Docker image
78-
uses: actions/attest-build-provenance@ef244123eb79f2f7a7e75d99086184180e6d0018 # v1.4.4
78+
uses: actions/attest-build-provenance@c4fbc648846ca6f503a13a2281a5e7b98aa57202 # v2.0.1
7979
with:
8080
subject-name: "${{ env.DOCKER_IMAGE_NAME }}"
8181
subject-digest: ${{ steps.docker-push.outputs.digest }}
@@ -109,7 +109,7 @@ jobs:
109109
AGENT_DIR=/build/dist/nodejs
110110
111111
- 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
113113
with:
114114
subject-name: "${{ env.DOCKER_IMAGE_NAME }}"
115115
subject-digest: ${{ steps.docker-push-wolfi.outputs.digest }}

0 commit comments

Comments
 (0)