From 5b11492fac6d4a6bba0a2d59ab1b9c584ba058b0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 20 Mar 2026 21:12:33 +0000 Subject: [PATCH] Update anchore/sbom-action action to v0.24.0 --- .github/workflows/build-tag-release.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-tag-release.yaml b/.github/workflows/build-tag-release.yaml index c9fe177..da03b5b 100644 --- a/.github/workflows/build-tag-release.yaml +++ b/.github/workflows/build-tag-release.yaml @@ -119,14 +119,14 @@ jobs: push-to-registry: true - name: Generate SPDX SBOM - uses: anchore/sbom-action@fbfd9c6c189226748411491745178e0c2017392d # v0.20.10 + uses: anchore/sbom-action@e22c389904149dbc22b58101806040fa8d37a610 # v0.24.0 with: image: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:${{ steps.changed.outcome == 'success' && steps.version.outputs.new_tag || github.ref_name }} format: spdx-json output-file: ./sbom.spdx.json - name: Generate CycloneDX SBOM - uses: anchore/sbom-action@fbfd9c6c189226748411491745178e0c2017392d # v0.20.10 + uses: anchore/sbom-action@e22c389904149dbc22b58101806040fa8d37a610 # v0.24.0 with: image: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:${{ steps.changed.outcome == 'success' && steps.version.outputs.new_tag || github.ref_name }} format: cyclonedx-json