From 562432a0e33b901d33b7c0ee9e66d80614c3a1cb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 6 Dec 2023 21:26:54 +0800 Subject: [PATCH] build(deps): bump anchore/sbom-action from 0.15.0 to 0.15.1 (#1102) Bumps [anchore/sbom-action](https://github.com/anchore/sbom-action) from 0.15.0 to 0.15.1. - [Release notes](https://github.com/anchore/sbom-action/releases) - [Commits](https://github.com/anchore/sbom-action/compare/v0.15.0...v0.15.1) --- updated-dependencies: - dependency-name: anchore/sbom-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .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 12d08a1567..31dc4d9600 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -145,7 +145,7 @@ jobs: file: build/Dockerfile.libbpf.kepler - name: Generate SBOM - uses: anchore/sbom-action@v0.15.0 + uses: anchore/sbom-action@v0.15.1 with: image: quay.io/sustainable_computing_io/kepler:${{ github.event.inputs.release }} artifact-name: sbom-kepler-${{ github.event.inputs.release }}.json