From fc71b0288c504c50077621b65d848cb62a0eca95 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 26 Jun 2026 18:32:33 +0000 Subject: [PATCH] build(deps): 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/build.yml | 6 +++--- .github/workflows/python-publish.yml | 2 +- .github/workflows/test.yml | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 586dcb8de..18f3f780e 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -152,7 +152,7 @@ jobs: SBOM=$(find build/dfetch-package -name '*.cdx.json' -maxdepth 1 | head -1) echo "path=$SBOM" >> "$GITHUB_OUTPUT" - name: Attest binary packages with SBOM - uses: actions/attest@59d89421af93a897026c735860bf21b6eb4f7b26 # v4.1.0 + uses: actions/attest@a1948c3f048ba23858d222213b7c278aabede763 # v4.1.1 with: subject-path: | build/dfetch-package/*.deb @@ -215,7 +215,7 @@ jobs: }' > vsa-predicate.json - name: Attest build artifacts with VSA if: steps.verify-source.outcome == 'success' - uses: actions/attest@59d89421af93a897026c735860bf21b6eb4f7b26 # v4.1.0 + uses: actions/attest@a1948c3f048ba23858d222213b7c278aabede763 # v4.1.1 with: subject-path: | build/dfetch-package/*.deb @@ -374,7 +374,7 @@ jobs: SBOM=$(find dist -name '*.cdx.json' -maxdepth 1 | head -1) echo "path=$SBOM" >> "$GITHUB_OUTPUT" - name: Attest Python packages with SBOM - uses: actions/attest@59d89421af93a897026c735860bf21b6eb4f7b26 # v4.1.0 + uses: actions/attest@a1948c3f048ba23858d222213b7c278aabede763 # v4.1.1 with: subject-path: | dist/*.whl diff --git a/.github/workflows/python-publish.yml b/.github/workflows/python-publish.yml index 85f7e229d..39ac62256 100644 --- a/.github/workflows/python-publish.yml +++ b/.github/workflows/python-publish.yml @@ -76,7 +76,7 @@ jobs: SBOM=$(find dist-sbom -name '*.cdx.json' -maxdepth 1 | head -1) echo "path=$SBOM" >> "$GITHUB_OUTPUT" - name: Attest Python distribution with SBOM - uses: actions/attest@59d89421af93a897026c735860bf21b6eb4f7b26 # v4.1.0 + uses: actions/attest@a1948c3f048ba23858d222213b7c278aabede763 # v4.1.1 with: subject-path: 'dist/*.whl,dist/*.tar.gz' predicate-type: 'https://cyclonedx.org/bom' diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index d9d3aae82..8f9c98269 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -147,7 +147,7 @@ jobs: - name: Attest test results if: steps.download-source.outcome == 'success' - uses: actions/attest@59d89421af93a897026c735860bf21b6eb4f7b26 # v4.1.0 + uses: actions/attest@a1948c3f048ba23858d222213b7c278aabede763 # v4.1.1 with: subject-path: dfetch-source.tar.gz predicate-type: https://in-toto.io/attestation/test-result/v0.1