From 969c70bbd01dfbbff46960dbf7e1a04b4d979630 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 15 Mar 2026 05:51:01 +0000 Subject: [PATCH] chore(gh-actions-deps): update anchore/sbom-action action to v0.23.1 in all dependant reusable workflows --- .github/workflows/_reusable-sbom-scan.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/_reusable-sbom-scan.yml b/.github/workflows/_reusable-sbom-scan.yml index dc32e80c..7a160b0c 100644 --- a/.github/workflows/_reusable-sbom-scan.yml +++ b/.github/workflows/_reusable-sbom-scan.yml @@ -27,7 +27,7 @@ jobs: python -m pip install --upgrade poetry ${{ inputs.pre-install-python-packages }} python -m poetry sync - name: Create SBOM - uses: anchore/sbom-action@17ae1740179002c89186b61233e0f892c3118b11 # v0.23.0 + uses: anchore/sbom-action@57aae528053a48a3f6235f2d9461b05fbcb7366d # v0.23.1 with: format: spdx-json output-file: ${{ github.event.repository.name }}-sbom.spdx.json