Skip to content

Commit

Permalink
github-action: use actions/attest-build-provenance (#4025)
Browse files Browse the repository at this point in the history
  • Loading branch information
v1v authored May 14, 2024
1 parent cbd427d commit 814bc3d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
- run: make -C .ci dist

- name: Attest Lambda layer zip
uses: github-early-access/generate-build-provenance@main
uses: actions/attest-build-provenance@951c0c5f8e375ad4efad33405ab77f7ded2358e4 # v1.1.1
with:
subject-path: "${{ github.workspace }}/build/aws/elastic-apm-node-lambda-layer-*.zip"

Expand Down Expand Up @@ -69,7 +69,7 @@ jobs:
AGENT_DIR=/build/dist/nodejs
- name: Attest Docker image
uses: github-early-access/generate-build-provenance@main
uses: actions/attest-build-provenance@951c0c5f8e375ad4efad33405ab77f7ded2358e4 # v1.1.1
with:
subject-name: "${{ env.DOCKER_IMAGE_NAME }}"
subject-digest: ${{ steps.docker-push.outputs.digest }}
Expand Down

0 comments on commit 814bc3d

Please sign in to comment.