diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index ed334885..0703a8ae 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -108,7 +108,7 @@ jobs: output-file: ./sbom-${{ env.IMAGE_NAME }}.spdx.json - name: Attach SBOM to release - uses: softprops/action-gh-release@de2c0eb89ae2a093876385947365aca7b0e5f844 # v1 + uses: softprops/action-gh-release@3198ee18f814cdf787321b4a32a26ddbf37acc52 # v2 with: tag_name: ${{ needs.release-please.outputs.tag_name }} files: ./sbom-${{ env.IMAGE_NAME }}.spdx.json \ No newline at end of file