4343 steps :
4444 - name : Checkout SDK Repository
4545 id : checkout-sdk
46- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
46+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # pin@v6.0.1
4747 with :
4848 ref : " ${{ env.TS_SDK_TAG }}"
4949 fetch-depth : 0
@@ -93,13 +93,13 @@ jobs:
9393 run : pnpm nx run @imtbl/game-bridge:build --skip-nx-cache
9494
9595 - name : Cache build artifacts
96- uses : actions/cache@0c907a75c2c80ebcb7f088228285e798b750cf8f
96+ uses : actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # pin@v5.0.3
9797 with :
9898 path : ./packages/game-bridge/dist
9999 key : " ${{ runner.os }}-game-bridge-build-${{ env.TS_SDK_TAG }}"
100100
101101 - name : Upload Game Bridge Build
102- uses : actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08
102+ uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # pin@v7.0.0
103103 with :
104104 path : ./packages/game-bridge/dist
105105
@@ -110,7 +110,7 @@ jobs:
110110 runs-on : ubuntu-latest-4-cores
111111 steps :
112112 - name : Checkout SDK Repository
113- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
113+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # pin@v6.0.1
114114 with :
115115 token : ${{ env.GH_TOKEN }}
116116 ref : " ${{ env.TS_SDK_TAG }}"
@@ -122,7 +122,7 @@ jobs:
122122
123123 - name : Restore Cached Build Artifacts
124124 id : restore-cache-game-bridge-build
125- uses : actions/cache@0c907a75c2c80ebcb7f088228285e798b750cf8f
125+ uses : actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # pin@v5.0.3
126126 with :
127127 path : ./packages/game-bridge/dist
128128 key : ${{ runner.os }}-game-bridge-build-${{ env.TS_SDK_TAG }}
@@ -132,7 +132,7 @@ jobs:
132132 run : echo "Game Bridge build cache not restored, exiting" && exit 1
133133
134134 - name : Checkout Unity SDK Repo
135- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
135+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # pin@v6.0.1
136136 with :
137137 repository : immutable/unity-immutable-sdk
138138 token : ${{ env.GH_TOKEN }}
@@ -185,7 +185,7 @@ jobs:
185185 runs-on : ubuntu-latest-4-cores
186186 steps :
187187 - name : Checkout SDK Repository
188- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
188+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # pin@v6.0.1
189189 with :
190190 token : ${{ env.GH_TOKEN }}
191191 ref : " ${{ env.TS_SDK_TAG }}"
@@ -197,7 +197,7 @@ jobs:
197197
198198 - name : Restore Cached Build Artifacts
199199 id : restore-cache-game-bridge-build
200- uses : actions/cache@0c907a75c2c80ebcb7f088228285e798b750cf8f
200+ uses : actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # pin@v5.0.3
201201 with :
202202 path : ./packages/game-bridge/dist
203203 key : ${{ runner.os }}-game-bridge-build-${{ env.TS_SDK_TAG }}
@@ -207,7 +207,7 @@ jobs:
207207 run : echo "Game Bridge build cache not restored, exiting" && exit 1
208208
209209 - name : Checkout Unreal SDK Repo
210- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
210+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # pin@v6.0.1
211211 with :
212212 repository : immutable/unreal-immutable-sdk
213213 token : ${{ env.GH_TOKEN }}
0 commit comments