From 3259aeb41499332fe16e1401ac3ca572970b36c2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Aug 2026 18:34:41 +0000 Subject: [PATCH] build(deps): bump actions/attest from 4.2.0 to 4.2.1 Bumps [actions/attest](https://github.com/actions/attest) from 4.2.0 to 4.2.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/f7c74d28b9d84cb8768d0b8ca14a4bac6ef463e6...508db95dd578ae2727ebd6217d5ba78e4fbda05d) --- updated-dependencies: - dependency-name: actions/attest dependency-version: 4.2.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 ac07be506..2cfa9f8ee 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@f7c74d28b9d84cb8768d0b8ca14a4bac6ef463e6 # v4.2.0 + uses: actions/attest@508db95dd578ae2727ebd6217d5ba78e4fbda05d # v4.2.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@f7c74d28b9d84cb8768d0b8ca14a4bac6ef463e6 # v4.2.0 + uses: actions/attest@508db95dd578ae2727ebd6217d5ba78e4fbda05d # v4.2.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@f7c74d28b9d84cb8768d0b8ca14a4bac6ef463e6 # v4.2.0 + uses: actions/attest@508db95dd578ae2727ebd6217d5ba78e4fbda05d # v4.2.1 with: subject-path: | dist/*.whl diff --git a/.github/workflows/python-publish.yml b/.github/workflows/python-publish.yml index 7b9ec2dd6..bed8d95e3 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@f7c74d28b9d84cb8768d0b8ca14a4bac6ef463e6 # v4.2.0 + uses: actions/attest@508db95dd578ae2727ebd6217d5ba78e4fbda05d # v4.2.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 61ef37bcd..f5a5b1f97 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@f7c74d28b9d84cb8768d0b8ca14a4bac6ef463e6 # v4.2.0 + uses: actions/attest@508db95dd578ae2727ebd6217d5ba78e4fbda05d # v4.2.1 with: subject-path: dfetch-source.tar.gz predicate-type: https://in-toto.io/attestation/test-result/v0.1