Skip to content

Commit 6f397f0

Browse files
Pin the-guild-org/shared-config action to f4eea98
1 parent 925c2b0 commit 6f397f0

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@f4eea983237a44bb0ca19c3348dacbfdfcdbec23 # 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@f4eea983237a44bb0ca19c3348dacbfdfcdbec23 # 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@f4eea983237a44bb0ca19c3348dacbfdfcdbec23 # main
1010
with:
1111
releaseScript: release
1212
nodeVersion: 18

0 commit comments

Comments
 (0)