diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 87dc6db6643..48c8ca6e3b3 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -191,7 +191,7 @@ jobs: ${{ env.IMAGE_NAME }}@${{ env.IMAGE_DIGEST }} - name: Generate SBOM - uses: anchore/sbom-action@v0.15.4 + uses: anchore/sbom-action@v0.15.5 with: image: ${{ env.IMAGE_NAME }}:${{ steps.clean-image-tag.outputs.IMAGE_TAG }} artifact-name: sbom-${{ matrix.config.name }}