|
27 | 27 | - uses: actions/checkout@v4
|
28 | 28 | - uses: ./.github/actions/packages
|
29 | 29 | - name: generate build provenance
|
30 |
| - uses: actions/attest-build-provenance@173725a1209d09b31f9d30a3890cf2757ebbff0d # v1.1.2 |
| 30 | + uses: actions/attest-build-provenance@49df96e17e918a15956db358890b08e61c704919 # v1.2.0 |
31 | 31 | with:
|
32 | 32 | subject-path: "${{ github.workspace }}/dist/*"
|
33 | 33 |
|
|
66 | 66 | - uses: actions/checkout@v4
|
67 | 67 | - uses: ./.github/actions/build-distribution
|
68 | 68 | - name: generate build provenance
|
69 |
| - uses: actions/attest-build-provenance@173725a1209d09b31f9d30a3890cf2757ebbff0d # v1.1.2 |
| 69 | + uses: actions/attest-build-provenance@49df96e17e918a15956db358890b08e61c704919 # v1.2.0 |
70 | 70 | with:
|
71 | 71 | subject-path: "${{ github.workspace }}/build/dist/elastic-apm-python-lambda-layer.zip"
|
72 | 72 |
|
@@ -122,7 +122,7 @@ jobs:
|
122 | 122 | - uses: actions/checkout@v4
|
123 | 123 |
|
124 | 124 | - name: Log in to the Elastic Container registry
|
125 |
| - uses: docker/login-action@e92390c5fb421da1463c202d546fed0ec5c39f20 # v3.1.0 |
| 125 | + uses: docker/login-action@0d4c9c5ea7693da7b068278f7b52bda2a190a446 # v3.2.0 |
126 | 126 | with:
|
127 | 127 | registry: ${{ secrets.ELASTIC_DOCKER_REGISTRY }}
|
128 | 128 | username: ${{ secrets.ELASTIC_DOCKER_USERNAME }}
|
@@ -157,7 +157,7 @@ jobs:
|
157 | 157 | AGENT_DIR=./build/dist/package/python
|
158 | 158 |
|
159 | 159 | - name: generate build provenance (containers)
|
160 |
| - uses: actions/attest-build-provenance@173725a1209d09b31f9d30a3890cf2757ebbff0d # v1.1.2 |
| 160 | + uses: actions/attest-build-provenance@49df96e17e918a15956db358890b08e61c704919 # v1.2.0 |
161 | 161 | with:
|
162 | 162 | subject-name: "${{ env.DOCKER_IMAGE_NAME }}"
|
163 | 163 | subject-digest: ${{ steps.push.outputs.digest }}
|
|
0 commit comments