Skip to content

Commit ce6eb5d

Browse files
authored
github-action: use actions/attest-build-provenance (#2040)
1 parent ecac142 commit ce6eb5d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- uses: actions/checkout@v4
2828
- uses: ./.github/actions/packages
2929
- name: generate build provenance
30-
uses: github-early-access/generate-build-provenance@main
30+
uses: actions/attest-build-provenance@951c0c5f8e375ad4efad33405ab77f7ded2358e4 # v1.1.1
3131
with:
3232
subject-path: "${{ github.workspace }}/dist/*"
3333

@@ -66,7 +66,7 @@ jobs:
6666
- uses: actions/checkout@v4
6767
- uses: ./.github/actions/build-distribution
6868
- name: generate build provenance
69-
uses: github-early-access/generate-build-provenance@main
69+
uses: actions/attest-build-provenance@951c0c5f8e375ad4efad33405ab77f7ded2358e4 # v1.1.1
7070
with:
7171
subject-path: "${{ github.workspace }}/build/dist/elastic-apm-python-lambda-layer.zip"
7272

@@ -157,7 +157,7 @@ jobs:
157157
AGENT_DIR=./build/dist/package/python
158158
159159
- name: generate build provenance (containers)
160-
uses: github-early-access/generate-build-provenance@main
160+
uses: actions/attest-build-provenance@951c0c5f8e375ad4efad33405ab77f7ded2358e4 # v1.1.1
161161
with:
162162
subject-name: "${{ env.DOCKER_IMAGE_NAME }}"
163163
subject-digest: ${{ steps.push.outputs.digest }}

0 commit comments

Comments
 (0)