From dcd99378ff72d9b648577141a41d1c2e856010cf Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 18 Dec 2024 04:51:29 +0000 Subject: [PATCH] Update Dependencies --- .github/workflows/github_release.yml | 4 ++-- .github/workflows/mvn_github_release.yml | 2 +- .github/workflows/sentry_release.yml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/github_release.yml b/.github/workflows/github_release.yml index f9cf027..e95557e 100644 --- a/.github/workflows/github_release.yml +++ b/.github/workflows/github_release.yml @@ -42,7 +42,7 @@ jobs: submodules: ${{ inputs.checkout_submodules }} - name: Install parse-changelog - uses: taiki-e/install-action@684122deb17127bf60d1d99224e12e8fc0012210 + uses: taiki-e/install-action@b8f3ee33546bb9aa3e4ca53cd7d6d85a7e18a0c9 with: tool: parse-changelog@0.6.8 @@ -66,7 +66,7 @@ jobs: run: echo "RELEASE_BODY=" >> $GITHUB_ENV - name: Create new release - uses: softprops/action-gh-release@e7a8f85e1c67a31e6ed99a94b41bd0b71bbee6b8 + uses: softprops/action-gh-release@7b4da11513bf3f43f9999e90eabced41ab8bb048 with: name: ${{ env.TAG_NAME }} body: ${{ env.RELEASE_BODY }} diff --git a/.github/workflows/mvn_github_release.yml b/.github/workflows/mvn_github_release.yml index 253d367..3d9c42f 100644 --- a/.github/workflows/mvn_github_release.yml +++ b/.github/workflows/mvn_github_release.yml @@ -99,7 +99,7 @@ jobs: run: mvn --batch-mode --update-snapshots install -f ${{ inputs.parent_pom }} -DskipTests - name: Create new release - uses: softprops/action-gh-release@e7a8f85e1c67a31e6ed99a94b41bd0b71bbee6b8 + uses: softprops/action-gh-release@7b4da11513bf3f43f9999e90eabced41ab8bb048 with: name: ${{ env.VERSION }} token: ${{ secrets.repo_token }} diff --git a/.github/workflows/sentry_release.yml b/.github/workflows/sentry_release.yml index 8549647..46e02ac 100644 --- a/.github/workflows/sentry_release.yml +++ b/.github/workflows/sentry_release.yml @@ -61,7 +61,7 @@ jobs: run: echo "VERSION=${{ inputs.package }}@$VERSION" >> $GITHUB_ENV - name: Create Sentry release - uses: getsentry/action-release@ccab2088f17098afc92fc485a69b8371b393c476 + uses: getsentry/action-release@4070e67f723c4ce7a3cd42d14a44dd97441ab630 env: SENTRY_AUTH_TOKEN: ${{ secrets.sentry_auth_token }} SENTRY_ORG: ${{ secrets.sentry_org }}