2727 - uses : actions/checkout@v4
2828 - uses : ./.github/actions/packages
2929 - name : generate build provenance
30- uses : actions/attest-build-provenance@1c608d11d69870c2092266b3f9a6f3abbf17002c # v1.4.3
30+ uses : actions/attest-build-provenance@7668571508540a607bdfd90a87a560489fe372eb # v2.1.0
3131 with :
3232 subject-path : " ${{ github.workspace }}/dist/*"
3333
@@ -47,12 +47,12 @@ jobs:
4747 path : dist
4848 - name : Upload pypi.org
4949 if : startsWith(github.ref, 'refs/tags')
50- uses : pypa/gh-action-pypi-publish@f7600683efdcb7656dec5b29656edb7bc586e597 # v1.10 .3
50+ uses : pypa/gh-action-pypi-publish@67339c736fd9354cd4f8cb0b744f2b82a74b5c70 # v1.12 .3
5151 with :
5252 repository-url : https://upload.pypi.org/legacy/
5353 - name : Upload test.pypi.org
5454 if : ${{ ! startsWith(github.ref, 'refs/tags') }}
55- uses : pypa/gh-action-pypi-publish@f7600683efdcb7656dec5b29656edb7bc586e597 # v1.10 .3
55+ uses : pypa/gh-action-pypi-publish@67339c736fd9354cd4f8cb0b744f2b82a74b5c70 # v1.12 .3
5656 with :
5757 repository-url : https://test.pypi.org/legacy/
5858
6666 - uses : actions/checkout@v4
6767 - uses : ./.github/actions/build-distribution
6868 - name : generate build provenance
69- uses : actions/attest-build-provenance@1c608d11d69870c2092266b3f9a6f3abbf17002c # v1.4.3
69+ uses : actions/attest-build-provenance@7668571508540a607bdfd90a87a560489fe372eb # v2.1.0
7070 with :
7171 subject-path : " ${{ github.workspace }}/build/dist/elastic-apm-python-lambda-layer.zip"
7272
@@ -119,7 +119,7 @@ jobs:
119119 - uses : actions/checkout@v4
120120
121121 - name : Set up Docker Buildx
122- uses : docker/setup-buildx-action@c47758b77c9736f4b2ef4073d4d51994fabfe349 # v3.7.1
122+ uses : docker/setup-buildx-action@6524bf65af31da8d45b59e8c27de4bd072b392f5 # v3.8.0
123123
124124 - name : Log in to the Elastic Container registry
125125 uses : docker/login-action@9780b0c442fbb1117ed29e0efdff1e18412f7567 # v3.3.0
@@ -135,7 +135,7 @@ jobs:
135135
136136 - name : Extract metadata (tags, labels)
137137 id : docker-meta
138- uses : docker/metadata-action@8e5442c4ef9f78752691e2d8f8d19755c6f78e81 # v5.5 .1
138+ uses : docker/metadata-action@369eb591f429131d6889c46b94e711f089e6ca96 # v5.6 .1
139139 with :
140140 images : ${{ env.DOCKER_IMAGE_NAME }}
141141 tags : |
@@ -146,7 +146,7 @@ jobs:
146146
147147 - name : Build and push image
148148 id : docker-push
149- uses : docker/build-push-action@4f58ea79222b3b9dc2c8bbdd6debcef730109a75 # v6.9 .0
149+ uses : docker/build-push-action@48aba3b46d1b1fec4febb7c5d0c644b249a11355 # v6.10 .0
150150 with :
151151 context : .
152152 platforms : linux/amd64,linux/arm64
@@ -158,7 +158,7 @@ jobs:
158158 AGENT_DIR=./build/dist/package/python
159159
160160 - name : generate build provenance (containers)
161- uses : actions/attest-build-provenance@1c608d11d69870c2092266b3f9a6f3abbf17002c # v1.4.3
161+ uses : actions/attest-build-provenance@7668571508540a607bdfd90a87a560489fe372eb # v2.1.0
162162 with :
163163 subject-name : " ${{ env.DOCKER_IMAGE_NAME }}"
164164 subject-digest : ${{ steps.docker-push.outputs.digest }}
@@ -196,9 +196,9 @@ jobs:
196196 - github-draft
197197 steps :
198198 - id : check
199- uses : elastic/apm-pipeline-library/.github/ actions/check-dependent-jobs@current
199+ uses : elastic/oblt- actions/check-dependent-jobs@v1
200200 with :
201- needs : ${{ toJSON(needs) }}
201+ jobs : ${{ toJSON(needs) }}
202202 - if : startsWith(github.ref, 'refs/tags')
203203 uses : elastic/oblt-actions/slack/notify-result@v1
204204 with :
0 commit comments