25
25
runs-on : ubuntu-latest
26
26
steps :
27
27
- name : Checkout Master
28
- uses : actions/checkout@v4
28
+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
29
29
- name : Setup env
30
30
uses : the-guild-org/shared-config/setup@main
31
31
with :
42
42
- ' esm'
43
43
steps :
44
44
- name : Checkout
45
- uses : actions/checkout@v4
45
+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
46
46
- name : Setup env
47
47
uses : the-guild-org/shared-config/setup@main
48
48
with :
60
60
runs-on : ubuntu-latest
61
61
steps :
62
62
- name : Checkout
63
- uses : actions/checkout@v4
63
+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
64
64
- name : Setup env
65
65
uses : the-guild-org/shared-config/setup@main
66
66
with :
@@ -84,12 +84,12 @@ jobs:
84
84
runs-on : ubuntu-latest
85
85
steps :
86
86
- name : Checkout
87
- uses : actions/checkout@v4
87
+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
88
88
- name : Setup env
89
89
uses : the-guild-org/shared-config/setup@main
90
90
with :
91
91
nodeVersion : 18
92
- - uses : actions-rs/toolchain@v1
92
+ - uses : actions-rs/toolchain@16499b5e05bf2e26879000db0c1d13f7e13fa3af # v1
93
93
with :
94
94
toolchain : 1.65.0
95
95
target : wasm32-wasi
@@ -117,7 +117,7 @@ jobs:
117
117
runs-on : ubuntu-latest
118
118
steps :
119
119
- name : Checkout
120
- uses : actions/checkout@v4
120
+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
121
121
- name : Setup env
122
122
uses : the-guild-org/shared-config/setup@main
123
123
with :
@@ -146,7 +146,7 @@ jobs:
146
146
graphql_version : 16
147
147
steps :
148
148
- name : Checkout
149
- uses : actions/checkout@v4
149
+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
150
150
- name : Setup env
151
151
uses : the-guild-org/shared-config/setup@main
152
152
with :
@@ -156,7 +156,7 @@ jobs:
156
156
- name : Install Dependencies
157
157
run : yarn
158
158
- name : Cache Jest
159
- uses : actions/cache@v4
159
+ uses : actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4
160
160
with :
161
161
path : .cache/jest
162
162
key : ${{runner.os}}-${{matrix.node_version}}-${{matrix.graphql_version}}-jest-${{hashFiles('yarn.lock')}}
@@ -172,8 +172,8 @@ jobs:
172
172
name : Build and Unit Test SWC Plugin
173
173
runs-on : ubuntu-latest
174
174
steps :
175
- - uses : actions/checkout@v4
176
- - uses : actions-rs/toolchain@v1
175
+ - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
176
+ - uses : actions-rs/toolchain@16499b5e05bf2e26879000db0c1d13f7e13fa3af # v1
177
177
with :
178
178
toolchain : 1.65.0
179
179
target : wasm32-wasi
0 commit comments