From ef0394ac68935f68f7e3cdbf8178f93f192789bc Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 26 Mar 2026 16:59:18 +0000 Subject: [PATCH] chore(deps): pin the-guild-org/shared-config action to efca92e --- .github/workflows/ci.yml | 2 +- .github/workflows/pr.yml | 6 +++--- .github/workflows/release.yml | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d44871455..c97766155 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -18,7 +18,7 @@ jobs: - name: Checkout Repository uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4 - - uses: the-guild-org/shared-config/setup@main + - uses: the-guild-org/shared-config/setup@efca92ebf0309a89e2e1bb69b1f52115ff8ee7d6 # main name: setup env with: nodeVersion: ${{ matrix.node-version }} diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index 153fdb5b4..df62945f1 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -6,13 +6,13 @@ on: jobs: dependencies: - uses: the-guild-org/shared-config/.github/workflows/changesets-dependencies.yaml@main + uses: the-guild-org/shared-config/.github/workflows/changesets-dependencies.yaml@efca92ebf0309a89e2e1bb69b1f52115ff8ee7d6 # main if: ${{ github.event.pull_request.title != 'Upcoming Release Changes' }} secrets: githubToken: ${{ secrets.GUILD_BOT_TOKEN }} alpha: - uses: the-guild-org/shared-config/.github/workflows/release-snapshot.yml@main + uses: the-guild-org/shared-config/.github/workflows/release-snapshot.yml@efca92ebf0309a89e2e1bb69b1f52115ff8ee7d6 # main if: ${{ github.event.pull_request.title != 'Upcoming Release Changes' & false }} with: npmTag: alpha @@ -23,7 +23,7 @@ jobs: npmToken: ${{ secrets.NPM_TOKEN }} release-candidate: - uses: the-guild-org/shared-config/.github/workflows/release-snapshot.yml@main + uses: the-guild-org/shared-config/.github/workflows/release-snapshot.yml@efca92ebf0309a89e2e1bb69b1f52115ff8ee7d6 # main if: ${{ github.event.pull_request.title == 'Upcoming Release Changes' }} with: npmTag: rc diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 529d8d268..c550532ad 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -6,7 +6,7 @@ on: jobs: stable: - uses: the-guild-org/shared-config/.github/workflows/release-stable.yml@main + uses: the-guild-org/shared-config/.github/workflows/release-stable.yml@efca92ebf0309a89e2e1bb69b1f52115ff8ee7d6 # main with: releaseScript: release nodeVersion: 22