Skip to content

Commit fd33a51

Browse files
chore(deps): pin the-guild-org/shared-config action to efca92e (#1419)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 4a0226e commit fd33a51

2 files changed

Lines changed: 7 additions & 7 deletions

File tree

.github/workflows/main.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ env:
1414
jobs:
1515
lint:
1616
name: Linting Check
17-
uses: the-guild-org/shared-config/.github/workflows/lint.yml@main
17+
uses: the-guild-org/shared-config/.github/workflows/lint.yml@efca92ebf0309a89e2e1bb69b1f52115ff8ee7d6 # main
1818
with:
1919
script: yarn ci:lint
2020
secrets:
@@ -26,7 +26,7 @@ jobs:
2626
- name: Checkout Main
2727
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
2828
- name: Setup env
29-
uses: the-guild-org/shared-config/setup@main
29+
uses: the-guild-org/shared-config/setup@efca92ebf0309a89e2e1bb69b1f52115ff8ee7d6 # main
3030
with:
3131
nodeVersion: 24
3232
- name: Prettier Check
@@ -43,7 +43,7 @@ jobs:
4343
- name: Checkout
4444
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
4545
- name: Setup env
46-
uses: the-guild-org/shared-config/setup@main
46+
uses: the-guild-org/shared-config/setup@efca92ebf0309a89e2e1bb69b1f52115ff8ee7d6 # main
4747
with:
4848
nodeVersion: 24
4949
- name: Build
@@ -61,7 +61,7 @@ jobs:
6161
- name: Checkout
6262
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
6363
- name: Setup env
64-
uses: the-guild-org/shared-config/setup@main
64+
uses: the-guild-org/shared-config/setup@efca92ebf0309a89e2e1bb69b1f52115ff8ee7d6 # main
6565
with:
6666
nodeVersion: 24
6767
- name: Build
@@ -93,7 +93,7 @@ jobs:
9393
- name: Checkout
9494
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
9595
- name: Setup env
96-
uses: the-guild-org/shared-config/setup@main
96+
uses: the-guild-org/shared-config/setup@efca92ebf0309a89e2e1bb69b1f52115ff8ee7d6 # main
9797
with:
9898
nodeVersion: ${{matrix.node_version}}
9999
- name: Use GraphQL v${{matrix.graphql_version}}

.github/workflows/release.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ on:
1111
jobs:
1212
release-snapshot:
1313
if: github.event_name == 'pull_request'
14-
uses: the-guild-org/shared-config/.github/workflows/release-snapshot.yml@main
14+
uses: the-guild-org/shared-config/.github/workflows/release-snapshot.yml@efca92ebf0309a89e2e1bb69b1f52115ff8ee7d6 # main
1515
permissions:
1616
id-token: write # allows ODIC publishing
1717
pull-requests: write # allows creating comment with alpha versions
@@ -25,7 +25,7 @@ jobs:
2525

2626
release-stable:
2727
if: github.event_name == 'push'
28-
uses: the-guild-org/shared-config/.github/workflows/release-stable.yml@main
28+
uses: the-guild-org/shared-config/.github/workflows/release-stable.yml@efca92ebf0309a89e2e1bb69b1f52115ff8ee7d6 # main
2929
permissions:
3030
id-token: write # allows ODIC publishing
3131
pull-requests: write # allows creating Version Packages PR

0 commit comments

Comments
 (0)