From 4db605609091aa42fbfc810d34993385cb30e78b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 2 Jun 2023 14:18:07 +0000 Subject: [PATCH] Bump anchore/sbom-action from 0.12.0 to 0.13.4 (#65080) Bumps [anchore/sbom-action](https://github.com/anchore/sbom-action) from 0.12.0 to 0.13.4. - [Release notes](https://github.com/anchore/sbom-action/releases) - [Commits](https://github.com/anchore/sbom-action/compare/v0.12.0...v0.13.4) --- updated-dependencies: - dependency-name: anchore/sbom-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .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 bae173f6ef6..0da6924d4c0 100644 --- a/.github/workflows/sbom-report.yml +++ b/.github/workflows/sbom-report.yml @@ -14,7 +14,7 @@ jobs: uses: actions/checkout@v2 - name: Anchore SBOM Action - uses: anchore/sbom-action@v0.12.0 + uses: anchore/sbom-action@v0.13.4 with: artifact-name: ${{ github.event.repository.name }}-spdx.json