From 1402a56854e65349f41ea9da307467df43c4ff31 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Jul 2026 18:38:56 +0000 Subject: [PATCH] github-actions: bump actions/attest-build-provenance from 2 to 4.1.0 Bumps [actions/attest-build-provenance](https://github.com/actions/attest-build-provenance) from 2 to 4.1.0. - [Release notes](https://github.com/actions/attest-build-provenance/releases) - [Changelog](https://github.com/actions/attest-build-provenance/blob/main/RELEASE.md) - [Commits](https://github.com/actions/attest-build-provenance/compare/v2...v4.1.0) --- updated-dependencies: - dependency-name: actions/attest-build-provenance dependency-version: 4.1.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/docker-riverproui.yaml | 2 +- .github/workflows/docker-riverui.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/docker-riverproui.yaml b/.github/workflows/docker-riverproui.yaml index 5885c955..fdf55633 100644 --- a/.github/workflows/docker-riverproui.yaml +++ b/.github/workflows/docker-riverproui.yaml @@ -302,7 +302,7 @@ jobs: - name: Generate build provenance attestation (not pushed) id: attest - uses: actions/attest-build-provenance@v2 + uses: actions/attest-build-provenance@v4.1.0 with: push-to-registry: false subject-digest: ${{ steps.manifest_digest.outputs.digest }} diff --git a/.github/workflows/docker-riverui.yaml b/.github/workflows/docker-riverui.yaml index b85cb79f..cf2215a3 100644 --- a/.github/workflows/docker-riverui.yaml +++ b/.github/workflows/docker-riverui.yaml @@ -88,7 +88,7 @@ jobs: outputs: type=image,name=${{ env.REGISTRY }}/${{ env.IMAGE_NAME }},push-by-digest=true,name-canonical=true,push=true,annotation-index.org.opencontainers.image.description=River UI - name: Generate artifact attestation - uses: actions/attest-build-provenance@v2 + uses: actions/attest-build-provenance@v4.1.0 with: push-to-registry: true subject-digest: ${{ steps.build.outputs.digest }}