From ea4f992cb498ab6ac4052be4b5a6efc3851c980a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 26 Mar 2026 17:00:19 +0000 Subject: [PATCH] chore(deps): pin the-guild-org/shared-config action to efca92e --- .github/workflows/main.yml | 10 +++++----- .github/workflows/release.yaml | 4 ++-- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 23b5f8d5c3..1ce6a055f7 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -14,7 +14,7 @@ env: jobs: lint: name: Linting Check - uses: the-guild-org/shared-config/.github/workflows/lint.yml@main + uses: the-guild-org/shared-config/.github/workflows/lint.yml@efca92ebf0309a89e2e1bb69b1f52115ff8ee7d6 # main with: script: yarn ci:lint secrets: @@ -26,7 +26,7 @@ jobs: - name: Checkout Main uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 - name: Setup env - uses: the-guild-org/shared-config/setup@main + uses: the-guild-org/shared-config/setup@efca92ebf0309a89e2e1bb69b1f52115ff8ee7d6 # main with: nodeVersion: 24 - name: Prettier Check @@ -43,7 +43,7 @@ jobs: - name: Checkout uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 - name: Setup env - uses: the-guild-org/shared-config/setup@main + uses: the-guild-org/shared-config/setup@efca92ebf0309a89e2e1bb69b1f52115ff8ee7d6 # main with: nodeVersion: 24 - name: Build @@ -61,7 +61,7 @@ jobs: - name: Checkout uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 - name: Setup env - uses: the-guild-org/shared-config/setup@main + uses: the-guild-org/shared-config/setup@efca92ebf0309a89e2e1bb69b1f52115ff8ee7d6 # main with: nodeVersion: 24 - name: Build @@ -93,7 +93,7 @@ jobs: - name: Checkout uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 - name: Setup env - uses: the-guild-org/shared-config/setup@main + uses: the-guild-org/shared-config/setup@efca92ebf0309a89e2e1bb69b1f52115ff8ee7d6 # main with: nodeVersion: ${{matrix.node_version}} - name: Use GraphQL v${{matrix.graphql_version}} diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 76afda60d0..19159b54c1 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -11,7 +11,7 @@ on: jobs: release-snapshot: if: github.event_name == 'pull_request' - 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 permissions: id-token: write # allows ODIC publishing pull-requests: write # allows creating comment with alpha versions @@ -25,7 +25,7 @@ jobs: release-stable: if: github.event_name == 'push' - 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 permissions: id-token: write # allows ODIC publishing pull-requests: write # allows creating Version Packages PR