File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 17
17
runs-on : ubuntu-latest
18
18
steps :
19
19
- uses : actions/checkout@v4
20
- - uses : gradle/actions/wrapper-validation@v3.5.0
20
+ - uses : gradle/actions/wrapper-validation@v4
21
21
22
22
build :
23
23
runs-on : ubuntu-latest
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@5e9cb68e95676991667494a6a4e59b8a2f13e1d0 # v1.3.3
104
+ uses : actions/attest-build-provenance@210c1913531870065f03ce1f9440dd87bc0938cd # v1.4.0
105
105
with :
106
106
subject-path : " ${{ github.workspace }}/**/*.jar"
107
107
@@ -144,7 +144,7 @@ jobs:
144
144
run : echo "LATEST_TAG=$(git tag --list --sort=version:refname "v*" | grep -v RC | sed s/^v// | tail -n 1)" >> "${GITHUB_ENV}"
145
145
146
146
- name : Set up Docker Buildx
147
- uses : docker/setup-buildx-action@3d68780484996aa9d417bb9016193885cdf1f299 # v3.6.0
147
+ uses : docker/setup-buildx-action@988b5a0280414f521da01fcc63a27aeeb4b104db # v3.6.1
148
148
149
149
- name : Log in to the Elastic Container registry
150
150
uses : docker/login-action@9780b0c442fbb1117ed29e0efdff1e18412f7567 # v3.3.0
@@ -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@5e9cb68e95676991667494a6a4e59b8a2f13e1d0 # v1.3.3
185
+ uses : actions/attest-build-provenance@210c1913531870065f03ce1f9440dd87bc0938cd # v1.4.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@5e9cb68e95676991667494a6a4e59b8a2f13e1d0 # v1.3.3
77
+ uses : actions/attest-build-provenance@210c1913531870065f03ce1f9440dd87bc0938cd # v1.4.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