Skip to content

Commit 1b26dd6

Browse files
chore(deps): pin the-guild-org/shared-config action to efca92e
1 parent 925c2b0 commit 1b26dd6

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99

1010
jobs:
1111
build:
12-
uses: the-guild-org/shared-config/.github/workflows/ci-node-matrix.yml@main
12+
uses: the-guild-org/shared-config/.github/workflows/ci-node-matrix.yml@efca92ebf0309a89e2e1bb69b1f52115ff8ee7d6 # main
1313
with:
1414
script: pnpm build
1515
nodeVersions: '[14,16,18]'

.github/workflows/pr.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66

77
jobs:
88
release:
9-
uses: the-guild-org/shared-config/.github/workflows/release-snapshot.yml@main
9+
uses: the-guild-org/shared-config/.github/workflows/release-snapshot.yml@efca92ebf0309a89e2e1bb69b1f52115ff8ee7d6 # main
1010
with:
1111
npmTag: alpha
1212
buildScript: build

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66

77
jobs:
88
stable:
9-
uses: the-guild-org/shared-config/.github/workflows/release-stable.yml@main
9+
uses: the-guild-org/shared-config/.github/workflows/release-stable.yml@efca92ebf0309a89e2e1bb69b1f52115ff8ee7d6 # main
1010
with:
1111
releaseScript: release
1212
nodeVersion: 18

0 commit comments

Comments
 (0)