From ee4e0d244026e6b0ea87625dcd5a267c19c531a3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 25 Apr 2025 13:41:24 +0000 Subject: [PATCH] Bump anchore/sbom-action from 0.14.2 to 0.19.0 Bumps [anchore/sbom-action](https://github.com/anchore/sbom-action) from 0.14.2 to 0.19.0. - [Release notes](https://github.com/anchore/sbom-action/releases) - [Changelog](https://github.com/anchore/sbom-action/blob/main/RELEASE.md) - [Commits](https://github.com/anchore/sbom-action/compare/v0.14.2...v0.19.0) --- updated-dependencies: - dependency-name: anchore/sbom-action dependency-version: 0.19.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/sbom-report.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/sbom-report.yml b/.github/workflows/sbom-report.yml index c913b76331ad3..2b39a9c00d2d7 100644 --- a/.github/workflows/sbom-report.yml +++ b/.github/workflows/sbom-report.yml @@ -14,7 +14,7 @@ jobs: uses: actions/checkout@v4 - name: Anchore SBOM Action - uses: anchore/sbom-action@v0.14.2 + uses: anchore/sbom-action@v0.19.0 with: artifact-name: ${{ github.event.repository.name }}-spdx.json