From 3a731360aceb4deb258edd286b5b44395e89048c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 31 Jul 2024 09:25:34 +0000 Subject: [PATCH] build(deps): bump actions/attest-sbom from 1.3.3 to 1.4.0 Bumps [actions/attest-sbom](https://github.com/actions/attest-sbom) from 1.3.3 to 1.4.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/6d7733f629ce1368bd053e269afa8041a98a2b98...f19ab44411e02574a74181cec8eb584319d0f779) --- updated-dependencies: - dependency-name: actions/attest-sbom dependency-type: direct:production update-type: version-update:semver-minor ... 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 caf617d6889..6de3ca14a4e 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -77,7 +77,7 @@ jobs: run: cp ${{ steps.attest.outputs.bundle-path }} cia-dist-deb/target/cia-dist-deb-${{ github.event.inputs.release }}.all.deb.intoto.jsonl - name: Generate SBOM attestation id: attestsbom - uses: actions/attest-sbom@6d7733f629ce1368bd053e269afa8041a98a2b98 # v1.3.3 + uses: actions/attest-sbom@f19ab44411e02574a74181cec8eb584319d0f779 # v1.4.0 with: subject-path: 'cia-dist-deb/target/cia-dist-deb-${{ github.event.inputs.release }}.all.deb' sbom-path: 'cia-dist-deb/target/site/com.hack23.cia_cia-dist-deb-${{ github.event.inputs.release }}.spdx.json'