2525 runs-on : ubuntu-latest
2626 steps :
2727 - name : Checkout Master
28- uses : actions/checkout@v4
28+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
2929 - name : Setup env
3030 uses : the-guild-org/shared-config/setup@main
3131 with :
4242 - ' esm'
4343 steps :
4444 - name : Checkout
45- uses : actions/checkout@v4
45+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
4646 - name : Setup env
4747 uses : the-guild-org/shared-config/setup@main
4848 with :
6060 runs-on : ubuntu-latest
6161 steps :
6262 - name : Checkout
63- uses : actions/checkout@v4
63+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
6464 - name : Setup env
6565 uses : the-guild-org/shared-config/setup@main
6666 with :
@@ -84,12 +84,12 @@ jobs:
8484 runs-on : ubuntu-latest
8585 steps :
8686 - name : Checkout
87- uses : actions/checkout@v4
87+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
8888 - name : Setup env
8989 uses : the-guild-org/shared-config/setup@main
9090 with :
9191 nodeVersion : 18
92- - uses : actions-rs/toolchain@v1
92+ - uses : actions-rs/toolchain@16499b5e05bf2e26879000db0c1d13f7e13fa3af # v1
9393 with :
9494 toolchain : 1.65.0
9595 target : wasm32-wasi
@@ -117,7 +117,7 @@ jobs:
117117 runs-on : ubuntu-latest
118118 steps :
119119 - name : Checkout
120- uses : actions/checkout@v4
120+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
121121 - name : Setup env
122122 uses : the-guild-org/shared-config/setup@main
123123 with :
@@ -146,7 +146,7 @@ jobs:
146146 graphql_version : 16
147147 steps :
148148 - name : Checkout
149- uses : actions/checkout@v4
149+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
150150 - name : Setup env
151151 uses : the-guild-org/shared-config/setup@main
152152 with :
@@ -156,7 +156,7 @@ jobs:
156156 - name : Install Dependencies
157157 run : yarn
158158 - name : Cache Jest
159- uses : actions/cache@v4
159+ uses : actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4
160160 with :
161161 path : .cache/jest
162162 key : ${{runner.os}}-${{matrix.node_version}}-${{matrix.graphql_version}}-jest-${{hashFiles('yarn.lock')}}
@@ -172,8 +172,8 @@ jobs:
172172 name : Build and Unit Test SWC Plugin
173173 runs-on : ubuntu-latest
174174 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
177177 with :
178178 toolchain : 1.65.0
179179 target : wasm32-wasi
0 commit comments