Skip to content

Commit 35ecb4b

Browse files
authored
Merge pull request #8 from xpdustry/renovate/build-systems
chore(deps): Pin softprops/action-gh-release action to a06a81a
2 parents 4e509f2 + 61649fa commit 35ecb4b

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)