Skip to content

Commit f09cc28

Browse files
build: bump the github-actions group with 3 updates (#339)
Bumps the github-actions group with 3 updates: [gradle/actions](https://github.com/gradle/actions), [actions/attest-build-provenance](https://github.com/actions/attest-build-provenance) and [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action). Updates `gradle/actions` from 3.5.0 to 4 - [Release notes](https://github.com/gradle/actions/releases) - [Commits](gradle/actions@v3.5.0...v4) Updates `actions/attest-build-provenance` from 1.3.3 to 1.4.0 - [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@5e9cb68...210c191) Updates `docker/setup-buildx-action` from 3.6.0 to 3.6.1 - [Release notes](https://github.com/docker/setup-buildx-action/releases) - [Commits](docker/setup-buildx-action@3d68780...988b5a0) --- updated-dependencies: - dependency-name: gradle/actions dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: actions/attest-build-provenance dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions - dependency-name: docker/setup-buildx-action dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 06e2328 commit f09cc28

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
runs-on: ubuntu-latest
1818
steps:
1919
- uses: actions/checkout@v4
20-
- uses: gradle/actions/wrapper-validation@v3.5.0
20+
- uses: gradle/actions/wrapper-validation@v4
2121

2222
build:
2323
runs-on: ubuntu-latest

.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@5e9cb68e95676991667494a6a4e59b8a2f13e1d0 # v1.3.3
104+
uses: actions/attest-build-provenance@210c1913531870065f03ce1f9440dd87bc0938cd # v1.4.0
105105
with:
106106
subject-path: "${{ github.workspace }}/**/*.jar"
107107

@@ -144,7 +144,7 @@ jobs:
144144
run: echo "LATEST_TAG=$(git tag --list --sort=version:refname "v*" | grep -v RC | sed s/^v// | tail -n 1)" >> "${GITHUB_ENV}"
145145

146146
- 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
148148

149149
- name: Log in to the Elastic Container registry
150150
uses: docker/login-action@9780b0c442fbb1117ed29e0efdff1e18412f7567 # v3.3.0
@@ -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@5e9cb68e95676991667494a6a4e59b8a2f13e1d0 # v1.3.3
185+
uses: actions/attest-build-provenance@210c1913531870065f03ce1f9440dd87bc0938cd # v1.4.0
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@5e9cb68e95676991667494a6a4e59b8a2f13e1d0 # v1.3.3
77+
uses: actions/attest-build-provenance@210c1913531870065f03ce1f9440dd87bc0938cd # v1.4.0
7878
with:
7979
subject-path: "${{ github.workspace }}/**/*.jar"
8080

0 commit comments

Comments
 (0)