diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 0e83d12a..32975e30 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@9d7c94cfd0a1f3ed45544c887983e9fa900f0564 # v2 + uses: softprops/action-gh-release@a74c6b72af54cfa997e81df42d94703d6313a2d0 # v2 with: tag_name: ${{ needs.release-please.outputs.tag_name }} files: ./sbom-${{ env.IMAGE_NAME }}.spdx.json \ No newline at end of file