Skip to content

Commit 5b6cea2

Browse files
build: bump the github-actions group across 1 directory with 2 updates (#462)
Bumps the github-actions group with 2 updates in the / directory: [actions/attest-build-provenance](https://github.com/actions/attest-build-provenance) and [docker/metadata-action](https://github.com/docker/metadata-action). Updates `actions/attest-build-provenance` from 1.4.3 to 1.4.4 - [Release notes](https://github.com/actions/attest-build-provenance/releases) - [Changelog](https://github.com/actions/attest-build-provenance/blob/main/RELEASE.md) - [Commits](actions/attest-build-provenance@1c608d1...ef24412) Updates `docker/metadata-action` from 5.5.1 to 5.6.1 - [Release notes](https://github.com/docker/metadata-action/releases) - [Commits](docker/metadata-action@8e5442c...369eb59) --- updated-dependencies: - dependency-name: actions/attest-build-provenance dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions - dependency-name: docker/metadata-action dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 3b0fb12 commit 5b6cea2

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
@@ -101,7 +101,7 @@ jobs:
101101
run: tar xvf ${{ env.TARBALL_FILE }}
102102

103103
- name: generate build provenance
104-
uses: actions/attest-build-provenance@1c608d11d69870c2092266b3f9a6f3abbf17002c # v1.4.3
104+
uses: actions/attest-build-provenance@ef244123eb79f2f7a7e75d99086184180e6d0018 # v1.4.4
105105
with:
106106
subject-path: "${{ github.workspace }}/**/*.jar"
107107

@@ -155,7 +155,7 @@ jobs:
155155

156156
- name: Extract metadata (tags, labels)
157157
id: docker-meta
158-
uses: docker/metadata-action@8e5442c4ef9f78752691e2d8f8d19755c6f78e81 # v5.5.1
158+
uses: docker/metadata-action@369eb591f429131d6889c46b94e711f089e6ca96 # v5.6.1
159159
with:
160160
images: ${{ env.DOCKER_IMAGE_NAME }}
161161
tags: |
@@ -182,7 +182,7 @@ jobs:
182182
EXTENSION_JAR_FILE=elastic-otel-agentextension.jar
183183
184184
- name: generate build provenance (containers)
185-
uses: actions/attest-build-provenance@1c608d11d69870c2092266b3f9a6f3abbf17002c # v1.4.3
185+
uses: actions/attest-build-provenance@ef244123eb79f2f7a7e75d99086184180e6d0018 # v1.4.4
186186
with:
187187
subject-name: "${{ env.DOCKER_IMAGE_NAME }}"
188188
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@1c608d11d69870c2092266b3f9a6f3abbf17002c # v1.4.3
77+
uses: actions/attest-build-provenance@ef244123eb79f2f7a7e75d99086184180e6d0018 # v1.4.4
7878
with:
7979
subject-path: "${{ github.workspace }}/**/*.jar"
8080

0 commit comments

Comments
 (0)