From 61649fadf78535692e40a5c3a66e80fcde97a07c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 8 Jan 2026 16:12:01 +0000 Subject: [PATCH] chore(deps): Pin softprops/action-gh-release action to a06a81a --- .github/workflows/build-java.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-java.yaml b/.github/workflows/build-java.yaml index 152fa6c..b9a863a 100644 --- a/.github/workflows/build-java.yaml +++ b/.github/workflows/build-java.yaml @@ -111,7 +111,7 @@ jobs: - name: "Publish to Github" if: ${{ inputs.release }} - uses: softprops/action-gh-release@v2 + uses: softprops/action-gh-release@a06a81a03ee405af7f2048a818ed3f03bbf83c7b # v2 with: tag_name: v${{ steps.validate.outputs.version }} name: ${{ format(inputs.release_name_template, 'v' + steps.validate.outputs.version) }}