File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 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
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 }}
You can’t perform that action at this time.
0 commit comments