Skip to content

Commit 627693d

Browse files
build: bump the github-actions group across 1 directory with 2 updates (#284)
Bumps the github-actions group with 2 updates in the / directory: [actions/attest-build-provenance](https://github.com/actions/attest-build-provenance) and [docker/build-push-action](https://github.com/docker/build-push-action). Updates `actions/attest-build-provenance` from 1.1.2 to 1.2.0 - [Release notes](https://github.com/actions/attest-build-provenance/releases) Updates `docker/build-push-action` from 5.3.0 to 5.4.0 - [Release notes](https://github.com/docker/build-push-action/releases)
1 parent ef6f0db commit 627693d

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/release-step-3.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ jobs:
102102
run: tar xvf ${{ env.TARBALL_FILE }}
103103

104104
- name: generate build provenance
105-
uses: actions/attest-build-provenance@173725a1209d09b31f9d30a3890cf2757ebbff0d # v1.1.2
105+
uses: actions/attest-build-provenance@49df96e17e918a15956db358890b08e61c704919 # v1.2.0
106106
with:
107107
subject-path: "${{ github.workspace }}/**/*.jar"
108108

@@ -167,7 +167,7 @@ jobs:
167167
168168
- name: Build and push image
169169
id: push
170-
uses: docker/build-push-action@2cdde995de11925a030ce8070c3d77a52ffcf1c0 # v5.3.0
170+
uses: docker/build-push-action@ca052bb54ab0790a636c9b5f226502c73d547a25 # v5.4.0
171171
with:
172172
context: .
173173
file: "docker/Dockerfile"
@@ -179,7 +179,7 @@ jobs:
179179
EXTENSION_JAR_FILE=elastic-otel-agentextension.jar
180180
181181
- name: generate build provenance (containers)
182-
uses: actions/attest-build-provenance@173725a1209d09b31f9d30a3890cf2757ebbff0d # v1.1.2
182+
uses: actions/attest-build-provenance@49df96e17e918a15956db358890b08e61c704919 # v1.2.0
183183
with:
184184
subject-name: "${{ env.DOCKER_IMAGE_NAME }}"
185185
subject-digest: ${{ steps.push.outputs.digest }}

.github/workflows/snapshot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ jobs:
7474
run: tar xvf ${{ env.TARBALL_FILE }}
7575

7676
- name: generate build provenance
77-
uses: actions/attest-build-provenance@173725a1209d09b31f9d30a3890cf2757ebbff0d # v1.1.2
77+
uses: actions/attest-build-provenance@49df96e17e918a15956db358890b08e61c704919 # v1.2.0
7878
with:
7979
subject-path: "${{ github.workspace }}/**/*.jar"
8080

0 commit comments

Comments
 (0)