From 065cc742eedc1ea2a09ca6b6f780a3b17674cff2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 28 Aug 2026 21:36:10 +0000 Subject: [PATCH] Update anchore/sbom-action action to v0.24.2 --- .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..8b0ddfe 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@3ad7283483fc7af8ff2b4ea19663c2d5ca935e26 # v0.24.2 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@3ad7283483fc7af8ff2b4ea19663c2d5ca935e26 # v0.24.2 with: image: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:${{ steps.changed.outcome == 'success' && steps.version.outputs.new_tag || github.ref_name }} format: cyclonedx-json