Skip to content

Commit 61649fa

Browse files
chore(deps): Pin softprops/action-gh-release action to a06a81a
1 parent 4e509f2 commit 61649fa

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build-java.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ jobs:
111111

112112
- name: "Publish to Github"
113113
if: ${{ inputs.release }}
114-
uses: softprops/action-gh-release@v2
114+
uses: softprops/action-gh-release@a06a81a03ee405af7f2048a818ed3f03bbf83c7b # v2
115115
with:
116116
tag_name: v${{ steps.validate.outputs.version }}
117117
name: ${{ format(inputs.release_name_template, 'v' + steps.validate.outputs.version) }}

0 commit comments

Comments
 (0)