From 80f29dae4fd6f6348967192ce2f51f0e0fb5dea0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 1 Apr 2023 15:24:01 +0000 Subject: [PATCH] chore(deps): update anchore/sbom-action action to v0.14.1 Signed-off-by: Renovate Bot --- .github/workflows/release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index ce8e163816..0e8b2e710c 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -102,7 +102,7 @@ jobs: cache-to: type=gha,scope=${{ github.ref_name }}-${{ env.IMAGE_NAME }} - name: Generate SBOM - uses: anchore/sbom-action@448520c4f19577ffce70a8317e619089054687e3 # v0.13.4 + uses: anchore/sbom-action@422cb34a0f8b599678c41b21163ea6088edb2624 # v0.14.1 with: image: ${{ env.IMAGE_TAG }} artifact-name: sbom-${{ env.IMAGE_NAME }}