From 6de7b55c3ae7a50735b53b0579fad5c9f053becd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 5 Dec 2024 14:48:29 +0000 Subject: [PATCH] Bump actions/attest-sbom from 1 to 2 Bumps [actions/attest-sbom](https://github.com/actions/attest-sbom) from 1 to 2. - [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...v2) --- updated-dependencies: - dependency-name: actions/attest-sbom 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 dde6898..15855cb 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -78,7 +78,7 @@ jobs: - uses: actions/download-artifact@v4 with: name: sboms - - uses: actions/attest-sbom@v1 + - uses: actions/attest-sbom@v2 with: subject-path: ${{ matrix.attestation.subject }} sbom-path: ${{ matrix.attestation.sbom }}