From 410a8848b53d27ef62abab1df255bec80a9e6ce5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 30 Jun 2026 03:04:19 +0000 Subject: [PATCH] Bump actions/attest from 4.1.0 to 4.1.1 Bumps [actions/attest](https://github.com/actions/attest) from 4.1.0 to 4.1.1. - [Release notes](https://github.com/actions/attest/releases) - [Changelog](https://github.com/actions/attest/blob/main/RELEASE.md) - [Commits](https://github.com/actions/attest/compare/59d89421af93a897026c735860bf21b6eb4f7b26...a1948c3f048ba23858d222213b7c278aabede763) --- updated-dependencies: - dependency-name: actions/attest dependency-version: 4.1.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/maven_build_with_provenance.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/maven_build_with_provenance.yml b/.github/workflows/maven_build_with_provenance.yml index 7e9c807..617c384 100644 --- a/.github/workflows/maven_build_with_provenance.yml +++ b/.github/workflows/maven_build_with_provenance.yml @@ -133,7 +133,7 @@ jobs: path: ${{ steps.find-artifact.outputs.path }} - name: Create attestation id: create-attestation - uses: actions/attest@59d89421af93a897026c735860bf21b6eb4f7b26 # v4.1.0 + uses: actions/attest@a1948c3f048ba23858d222213b7c278aabede763 # v4.1.1 if: ${{ steps.upload-artifact.outcome == 'success' }} with: subject-path: ${{ steps.find-artifact.outputs.path }} @@ -146,7 +146,7 @@ jobs: - name: Add SBOM attestation id: sbom-attestation if: ${{ steps.find-sbom.outputs.sbom-path != null && steps.find-sbom.outputs.sbom-path != '' }} - uses: actions/attest@59d89421af93a897026c735860bf21b6eb4f7b26 # v4.1.0 + uses: actions/attest@a1948c3f048ba23858d222213b7c278aabede763 # v4.1.1 with: subject-path: ${{ steps.find-artifact.outputs.path }} sbom-path: ${{ steps.find-sbom.outputs.sbom-path }}