From d2fef67af03d4e5771dc9f30ca16b852dad8d0b9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 25 May 2026 00:24:20 +0000 Subject: [PATCH] chore(deps): update anchore/sbom-action action to v0.24.0 --- .github/workflows/fio.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/fio.yml b/.github/workflows/fio.yml index fe93497..a50369f 100644 --- a/.github/workflows/fio.yml +++ b/.github/workflows/fio.yml @@ -254,7 +254,7 @@ jobs: # ── SBOM generation (SPDX) ─────────────────────────────── - name: Generate SBOM (SPDX) - uses: anchore/sbom-action@57aae528053a48a3f6235f2d9461b05fbcb7366d # v0.23.1 + uses: anchore/sbom-action@e22c389904149dbc22b58101806040fa8d37a610 # v0.24.0 with: image: ${{ env.IMAGE_NAME }}@${{ steps.manifest.outputs.digest }} format: spdx-json @@ -264,7 +264,7 @@ jobs: # ── SBOM generation (CycloneDX) ────────────────────────── - name: Generate SBOM (CycloneDX) - uses: anchore/sbom-action@57aae528053a48a3f6235f2d9461b05fbcb7366d # v0.23.1 + uses: anchore/sbom-action@e22c389904149dbc22b58101806040fa8d37a610 # v0.24.0 with: image: ${{ env.IMAGE_NAME }}@${{ steps.manifest.outputs.digest }} format: cyclonedx-json