From 6dbda1a2472b27b9d03401c69bbd5ef657188986 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 13 Jun 2026 06:48:13 +0000 Subject: [PATCH] chore(deps): update softprops/action-gh-release digest to 3bb1273 (#1578) Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 58dc0d5b..2a20ce12 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -128,7 +128,7 @@ jobs: output-file: ./sbom-${{ env.IMAGE_NAME }}.spdx.json - name: Attach SBOM to release - uses: softprops/action-gh-release@72f2c25fcb47643c292f7107632f7a47c1df5cd8 # v2 + uses: softprops/action-gh-release@3bb12739c298aeb8a4eeaf626c5b8d85266b0e65 # v2 with: tag_name: ${{ needs.release-please.outputs.tag_name }} files: ./sbom-${{ env.IMAGE_NAME }}.spdx.json