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