3232 id : compute_lockfile_hash
3333 run : echo "hash=${{ hashFiles('yarn.lock') }}" >> "$GITHUB_OUTPUT"
3434 - name : Check dependency cache
35- uses : actions/cache@v4.1.2
35+ uses : actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # V4.2.0
3636 id : cache_dependencies
3737 with :
3838 path : ${{ env.CACHED_DEPENDENCY_PATHS }}
@@ -56,12 +56,12 @@ jobs:
5656 - name : Set up Node
5757 uses : actions/setup-node@v4
5858 - name : Check dependency cache
59- uses : actions/cache@v4.1.2
59+ uses : actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # V4.2.0
6060 with :
6161 path : ${{ env.CACHED_DEPENDENCY_PATHS }}
6262 key : ${{ needs.job_install_deps.outputs.dependency_cache_key }}
6363 - name : Check build cache
64- uses : actions/cache@v4.1.2
64+ uses : actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # V4.2.0
6565 id : cache_built_packages
6666 with :
6767 path : ${{ env.CACHED_BUILD_PATHS }}
@@ -114,12 +114,12 @@ jobs:
114114 - name : Set up Node
115115 uses : actions/setup-node@v4
116116 - name : Check dependency cache
117- uses : actions/cache@v4.1.2
117+ uses : actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # V4.2.0
118118 with :
119119 path : ${{ env.CACHED_DEPENDENCY_PATHS }}
120120 key : ${{ needs.job_build.outputs.dependency_cache_key }}
121121 - name : Check build cache
122- uses : actions/cache@v4.1.2
122+ uses : actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # V4.2.0
123123 with :
124124 path : ${{ env.CACHED_BUILD_PATHS }}
125125 key : ${{ env.BUILD_CACHE_KEY }}
@@ -157,12 +157,12 @@ jobs:
157157 - name : Set up Node
158158 uses : actions/setup-node@v4
159159 - name : Check dependency cache
160- uses : actions/cache@v4.1.2
160+ uses : actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # V4.2.0
161161 with :
162162 path : ${{ env.CACHED_DEPENDENCY_PATHS }}
163163 key : ${{ needs.job_build.outputs.dependency_cache_key }}
164164 - name : Check build cache
165- uses : actions/cache@v4.1.2
165+ uses : actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # V4.2.0
166166 with :
167167 path : ${{ env.CACHED_BUILD_PATHS }}
168168 key : ${{ env.BUILD_CACHE_KEY }}
@@ -180,12 +180,12 @@ jobs:
180180 - name : Set up Node
181181 uses : actions/setup-node@v4
182182 - name : Check dependency cache
183- uses : actions/cache@v4.1.2
183+ uses : actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # V4.2.0
184184 with :
185185 path : ${{ env.CACHED_DEPENDENCY_PATHS }}
186186 key : ${{ needs.job_build.outputs.dependency_cache_key }}
187187 - name : Check build cache
188- uses : actions/cache@v4.1.2
188+ uses : actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # V4.2.0
189189 with :
190190 path : ${{ env.CACHED_BUILD_PATHS }}
191191 key : ${{ env.BUILD_CACHE_KEY }}
0 commit comments