@@ -17,11 +17,11 @@ jobs:
1717 runs-on : ubuntu-latest
1818 needs : [ validate_gradle_wrapper ]
1919 steps :
20- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
20+ - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
2121 with :
2222 submodules : ' recursive'
2323 - name : Set up JDK 1.17
24- uses : actions/setup-java@8df1039502a15bceb9433410b1a100fbe190c53b # v4
24+ uses : actions/setup-java@be666c2fcd27ec809703dec50e508c2fdc7f6654 # v5
2525 with :
2626 distribution : ' temurin'
2727 java-version : ' 17'
@@ -70,16 +70,16 @@ jobs:
7070 matrix :
7171 target : [ "gh_gms", "gh_nogms", "googleplay" ]
7272 steps :
73- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
73+ - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
7474 with :
7575 submodules : ' recursive'
76- - uses : actions/download-artifact@d0ce8fd1167ed839810201de977912a090ab10a7
76+ - uses : actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3
7777 name : " Download ${{ needs.create_internal_baseline.outputs.BUILD_VARIANT_NAME }} baseline file"
7878 with :
7979 name : ${{ needs.create_internal_baseline.outputs.BASELINE_FILE_ID }}
8080 path : ${{ needs.create_internal_baseline.outputs.BASELINE_FILE_PATH }}
8181 - name : Set up JDK 1.17
82- uses : actions/setup-java@8df1039502a15bceb9433410b1a100fbe190c53b # v4
82+ uses : actions/setup-java@be666c2fcd27ec809703dec50e508c2fdc7f6654 # v5
8383 with :
8484 distribution : ' temurin'
8585 java-version : ' 17'
@@ -130,7 +130,7 @@ jobs:
130130 cp instances/android/app/build/outputs/mapping/internal/mapping.txt artifacts/mapping-${{ matrix.target }}.txt
131131 echo "path=artifacts/" >> $GITHUB_OUTPUT
132132 - name : Upload Artifacts
133- uses : actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4
133+ uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7
134134 with :
135135 name : artifacts-${{ matrix.target }}
136136 path : ${{ steps.artifacts_copy.outputs.path }}
@@ -139,11 +139,11 @@ jobs:
139139 runs-on : ubuntu-latest
140140 needs : build_number
141141 steps :
142- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
142+ - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
143143 with :
144144 submodules : ' recursive'
145145 - name : Set up JDK 1.17
146- uses : actions/setup-java@8df1039502a15bceb9433410b1a100fbe190c53b # v4
146+ uses : actions/setup-java@be666c2fcd27ec809703dec50e508c2fdc7f6654 # v5
147147 with :
148148 distribution : ' temurin'
149149 java-version : ' 17'
@@ -192,7 +192,7 @@ jobs:
192192 cp instances/wearable/build/outputs/mapping/internal/mapping.txt artifacts/mapping-wearos.txt
193193 echo "path=artifacts/" >> $GITHUB_OUTPUT
194194 - name : Upload Artifacts
195- uses : actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4
195+ uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7
196196 with :
197197 name : artifacts-wearos
198198 path : ${{ steps.artifacts_copy.outputs.path }}
@@ -201,25 +201,25 @@ jobs:
201201 runs-on : ubuntu-latest
202202 needs : [ build_internal_release, build_internal_release_gms_wearos, build_number ]
203203 steps :
204- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
204+ - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
205205 with :
206206 submodules : ' recursive'
207- - uses : actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4
207+ - uses : actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8
208208 id : download-gh_gms
209209 with :
210210 name : artifacts-gh_gms
211211 path : download/gh_gms
212- - uses : actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4
212+ - uses : actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8
213213 id : download-gh_nogms
214214 with :
215215 name : artifacts-gh_nogms
216216 path : download/gh_nogms
217- - uses : actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4
217+ - uses : actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8
218218 id : download-googleplay
219219 with :
220220 name : artifacts-googleplay
221221 path : download/googleplay
222- - uses : actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4
222+ - uses : actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8
223223 id : download-wearos
224224 with :
225225 name : artifacts-wearos
@@ -265,7 +265,7 @@ jobs:
265265 mv ${{ steps.artifacts_copy.outputs.path }}/flipper-zero-gh_nogms.apk ${{ steps.artifacts_copy.outputs.path }}/flipper-zero-nogms-${{ steps.vars.outputs.major_version }}.${{ steps.vars.outputs.minor_version }}.apk
266266 - name : Create internal Release
267267 id : create_internal_release
268- uses : softprops/action-gh-release@e7a8f85e1c67a31e6ed99a94b41bd0b71bbee6b8 # v2
268+ uses : softprops/action-gh-release@a06a81a03ee405af7f2048a818ed3f03bbf83c7b # v2
269269 env :
270270 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
271271 with :
@@ -285,7 +285,7 @@ jobs:
285285 # Off while we experiment with the bug in Kotlin Compile and release the beta manually
286286 if : false
287287 steps :
288- - uses : actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4
288+ - uses : actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8
289289 id : download-googleplay
290290 with :
291291 name : artifacts-googleplay
@@ -304,7 +304,7 @@ jobs:
304304 # Off while we experiment with the bug in Kotlin Compile and release the beta manually
305305 if : false
306306 steps :
307- - uses : actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4
307+ - uses : actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8
308308 id : download-wearos
309309 with :
310310 name : artifacts-wearos
0 commit comments