From 612558934dd229396508eb99487f3a11d56694b4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 14 Aug 2024 10:24:30 +0000 Subject: [PATCH] Bump anchore/sbom-action from 0.17.0 to 0.17.1 Bumps [anchore/sbom-action](https://github.com/anchore/sbom-action) from 0.17.0 to 0.17.1. - [Release notes](https://github.com/anchore/sbom-action/releases) - [Commits](https://github.com/anchore/sbom-action/compare/d94f46e13c6c62f59525ac9a1e147a99dc0b9bf5...ab9d16d4b419c9d1a02df5213fa0ebe965ca5a57) --- updated-dependencies: - dependency-name: anchore/sbom-action dependency-type: direct:production update-type: version-update:semver-patch ... 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 a0141bb..bfdfc6b 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -49,7 +49,7 @@ jobs: echo "hashes=$(sha256sum ./rsd | base64 -w0)" >> "$GITHUB_OUTPUT" - name: Generate SBOM via Syft id: sbom - uses: anchore/sbom-action@d94f46e13c6c62f59525ac9a1e147a99dc0b9bf5 + uses: anchore/sbom-action@ab9d16d4b419c9d1a02df5213fa0ebe965ca5a57 with: output-file: ${{ github.workspace }}/rsd-sbom.spdx - name: Generate SBOM signature