Skip to content

Commit f3d1ce7

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

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

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

0 commit comments

Comments
 (0)