diff --git a/.github/workflows/github_release.yml b/.github/workflows/github_release.yml index f9cf027..a9b25e1 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@1e776e73eb553bb87153a57f1ec3427a5bb06cd3 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 }}