65
65
- name : Build and Push Profiler Docker Image
66
66
id : docker-push
67
67
continue-on-error : true # continue for now until we see it working in action
68
- uses : docker/build-push-action@b32b51a8eda65d6793cd0494a773d4f6bcef32dc # v6.11 .0
68
+ uses : docker/build-push-action@ca877d9245402d1537745e0e356eab47c3520991 # v6.13 .0
69
69
with :
70
70
cache-from : type=gha
71
71
cache-to : type=gha,mode=max
@@ -78,20 +78,20 @@ jobs:
78
78
AGENT_ZIP_FILE=${{ env.PREFIX_APM_PROFILER }}${{ steps.bootstrap.outputs.agent-version }}${{ env.SUFFIX_APM_PROFILER }}
79
79
80
80
- name : Attest image
81
- uses : actions/attest-build-provenance@7668571508540a607bdfd90a87a560489fe372eb # v2.1 .0
81
+ uses : actions/attest-build-provenance@520d128f165991a6c774bcb264f323e3d70747f4 # v2.2 .0
82
82
continue-on-error : true # continue for now until we see it working in action
83
83
with :
84
84
subject-name : ${{ env.DOCKER_IMAGE_NAME }}
85
85
subject-digest : ${{ steps.docker-push.outputs.digest }}
86
86
push-to-registry : true
87
87
88
88
- name : generate build provenance (APM Agent)
89
- uses : actions/attest-build-provenance@7668571508540a607bdfd90a87a560489fe372eb # v2.1 .0
89
+ uses : actions/attest-build-provenance@520d128f165991a6c774bcb264f323e3d70747f4 # v2.2 .0
90
90
with :
91
91
subject-path : " ${{ github.workspace }}/${{ env.PREFIX_APM_AGENT }}${{ steps.bootstrap.outputs.agent-version }}${{ env.SUFFIX_APM_AGENT }}"
92
92
93
93
- name : generate build provenance (APM Profiler)
94
- uses : actions/attest-build-provenance@7668571508540a607bdfd90a87a560489fe372eb # v2.1 .0
94
+ uses : actions/attest-build-provenance@520d128f165991a6c774bcb264f323e3d70747f4 # v2.2 .0
95
95
with :
96
96
subject-path : " ${{ github.workspace }}/${{ env.PREFIX_APM_PROFILER }}${{ steps.bootstrap.outputs.agent-version }}${{ env.SUFFIX_APM_PROFILER }}"
97
97
@@ -147,7 +147,7 @@ jobs:
147
147
run : ./build.bat profiler-zip
148
148
149
149
- name : generate build provenance (APM Profiler)
150
- uses : actions/attest-build-provenance@7668571508540a607bdfd90a87a560489fe372eb # v2.1 .0
150
+ uses : actions/attest-build-provenance@520d128f165991a6c774bcb264f323e3d70747f4 # v2.2 .0
151
151
with :
152
152
subject-path : " ${{ github.workspace }}/${{ env.PREFIX_ZIP_FILE }}${{ steps.bootstrap.outputs.agent-version }}${{ env.SUFFIX_ZIP_FILE }}"
153
153
0 commit comments