From e70403b99f9fe079ea6896a4966afee81f9b2889 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 19 Sep 2026 12:24:09 +0000 Subject: [PATCH] Bump actions/attest-sbom from 1 to 4 Bumps [actions/attest-sbom](https://github.com/actions/attest-sbom) from 1 to 4. - [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/v1...v4) --- updated-dependencies: - dependency-name: actions/attest-sbom dependency-version: '4' 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 1be04a105..7c05e534f 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -239,7 +239,7 @@ jobs: continue-on-error: true - name: Attest SBOM - uses: actions/attest-sbom@v1 + uses: actions/attest-sbom@v4 if: startsWith(github.ref, 'refs/tags/') || github.event_name == 'workflow_dispatch' with: subject-path: 'release/*'