From 965977434cf8218a1a34cb5ff31b8ecf075fdce6 Mon Sep 17 00:00:00 2001 From: Lucas Bedatty Date: Thu, 26 Mar 2026 14:45:18 -0300 Subject: [PATCH] fix(release): pin composite refs to v1.21.0 --- .github/workflows/release.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 659c6f4..b0ca098 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -150,7 +150,7 @@ jobs: # ----------------- Snapshot tags before release ----------------- - name: Snapshot tags before release id: pre-tags - uses: LerianStudio/github-actions-shared-workflows/src/config/release-tag-snapshot@develop + uses: LerianStudio/github-actions-shared-workflows/src/config/release-tag-snapshot@v1.21.0 - name: Semantic Release uses: cycjimmy/semantic-release-action@b12c8f6015dc215fe37bc154d4ad456dd3833c90 # v6 @@ -174,7 +174,7 @@ jobs: - name: Detect if release was published if: always() && steps.semantic.outcome == 'failure' id: detect-release - uses: LerianStudio/github-actions-shared-workflows/src/config/release-tag-check@develop + uses: LerianStudio/github-actions-shared-workflows/src/config/release-tag-check@v1.21.0 with: previous-tag: ${{ steps.pre-tags.outputs.latest-tag }} @@ -185,7 +185,7 @@ jobs: steps.semantic.outputs.new_release_published == 'true' || steps.detect-release.outputs.release-published == 'true' ) - uses: LerianStudio/github-actions-shared-workflows/src/config/backmerge-pr@develop + uses: LerianStudio/github-actions-shared-workflows/src/config/backmerge-pr@v1.21.0 with: github-token: ${{ steps.app-token.outputs.token }} source-branch: ${{ github.ref_name }}