From 05c1d81fb2beb22b170e354a79c6585a8e80ee37 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 16 Mar 2026 04:53:11 +0000 Subject: [PATCH] Update softprops/action-gh-release digest to 153bb8e --- .github/workflows/maven.yml | 2 +- .github/workflows/release.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index 3cd9bf5..150c289 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -57,7 +57,7 @@ jobs: - name: Upload SNAPSHOTs if: steps.branch-names.outputs.current_branch == 'main' - uses: softprops/action-gh-release@6cbd405e2c4e67a21c47fa9e383d020e4e28b836 # v2 + uses: softprops/action-gh-release@153bb8e04406b158c6c84fc1615b65b24149a1fe # v2 with: name: v${{ env.VERSION }} tag_name: v${{ env.VERSION }} diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 0c34a37..c0f8148 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -84,7 +84,7 @@ jobs: shell: bash - name: Upload released assets - uses: softprops/action-gh-release@6cbd405e2c4e67a21c47fa9e383d020e4e28b836 # v2 + uses: softprops/action-gh-release@153bb8e04406b158c6c84fc1615b65b24149a1fe # v2 with: name: v${{ env.VERSION }} tag_name: v${{ env.VERSION }} @@ -127,7 +127,7 @@ jobs: run: mvn -B package -DskipTests --file pom.xml - name: Upload released assets - uses: softprops/action-gh-release@6cbd405e2c4e67a21c47fa9e383d020e4e28b836 # v2 + uses: softprops/action-gh-release@153bb8e04406b158c6c84fc1615b65b24149a1fe # v2 with: name: v${{ needs.build.outputs.version }} tag_name: v${{ needs.build.outputs.version }}