Skip to content

Commit fb5224b

Browse files
chore(deps): update softprops/action-gh-release action to v2
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 983d9b7 commit fb5224b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ jobs:
105105
output-file: ./sbom-${{ env.IMAGE_NAME }}.spdx.json
106106

107107
- name: Attach SBOM to release
108-
uses: softprops/action-gh-release@de2c0eb89ae2a093876385947365aca7b0e5f844 # v1
108+
uses: softprops/action-gh-release@20e085ccc73308c2c8e43ab8da4f8d7ecbb94d4e # v2
109109
with:
110110
tag_name: ${{ needs.release-please.outputs.tag_name }}
111111
files: ./sbom-${{ env.IMAGE_NAME }}.spdx.json

0 commit comments

Comments
 (0)