File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -101,7 +101,7 @@ jobs:
101
101
run : tar xvf ${{ env.TARBALL_FILE }}
102
102
103
103
- name : generate build provenance
104
- uses : actions/attest-build-provenance@e8998f949152b193b063cb0ec769d69d929409be # v2.4 .0
104
+ uses : actions/attest-build-provenance@977bb373ede98d70efdf65b84cb5f73e068dcc2a # v3.0 .0
105
105
with :
106
106
subject-path : " ${{ github.workspace }}/**/*.jar"
107
107
@@ -182,7 +182,7 @@ jobs:
182
182
EXTENSION_JAR_FILE=elastic-otel-agentextension.jar
183
183
184
184
- name : generate build provenance (containers)
185
- uses : actions/attest-build-provenance@e8998f949152b193b063cb0ec769d69d929409be # v2.4 .0
185
+ uses : actions/attest-build-provenance@977bb373ede98d70efdf65b84cb5f73e068dcc2a # v3.0 .0
186
186
with :
187
187
subject-name : " ${{ env.DOCKER_IMAGE_NAME }}"
188
188
subject-digest : ${{ steps.push.outputs.digest }}
Original file line number Diff line number Diff line change 74
74
run : tar xvf ${{ env.TARBALL_FILE }}
75
75
76
76
- name : generate build provenance
77
- uses : actions/attest-build-provenance@e8998f949152b193b063cb0ec769d69d929409be # v2.4 .0
77
+ uses : actions/attest-build-provenance@977bb373ede98d70efdf65b84cb5f73e068dcc2a # v3.0 .0
78
78
with :
79
79
subject-path : " ${{ github.workspace }}/**/*.jar"
80
80
You can’t perform that action at this time.
0 commit comments