From d253b9548f171fcaec153e25d5a6281b4a423dff Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 20 Jan 2026 03:50:49 +0000 Subject: [PATCH] chore(ci)(deps): bump actions/attest-sbom from 2.2.0 to 3.0.0 Bumps [actions/attest-sbom](https://github.com/actions/attest-sbom) from 2.2.0 to 3.0.0. - [Release notes](https://github.com/actions/attest-sbom/releases) - [Changelog](https://github.com/actions/attest-sbom/blob/main/RELEASE.md) - [Commits](https://github.com/actions/attest-sbom/compare/115c3be05ff3974bcbd596578934b3f9ce39bf68...4651f806c01d8637787e274ac3bdf724ef169f34) --- updated-dependencies: - dependency-name: actions/attest-sbom dependency-version: 3.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 29cfba6..bdf207d 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -197,7 +197,7 @@ jobs: echo "Generated SBOM from dependency graph" - name: Attest SBOM - uses: actions/attest-sbom@115c3be05ff3974bcbd596578934b3f9ce39bf68 # v2.2.0 + uses: actions/attest-sbom@4651f806c01d8637787e274ac3bdf724ef169f34 # v3.0.0 with: subject-path: sbom.spdx.json sbom-path: sbom.spdx.json