@@ -14,12 +14,12 @@ jobs:
1414
1515 steps :
1616 - name : Checkout Code
17- uses : actions/checkout@v6
17+ uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
1818 with :
1919 submodules : recursive
2020
2121 - name : Set up JDK 17
22- uses : actions/setup-java@v5
22+ uses : actions/setup-java@be666c2fcd27ec809703dec50e508c2fdc7f6654 # v5.2.0
2323 with :
2424 java-version : ' 17'
2525 distribution : ' temurin'
4848 run : ./gradlew lintStbetaRelease
4949
5050 - name : Upload Lint Report
51- uses : actions/upload-artifact@v7
51+ uses : actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
5252 if : always()
5353 with :
5454 name : lint-report
6161 - name : VirusTotal Scan
6262 if : ${{ env.HAS_VT_KEY == 'true' }}
6363 id : vt
64- uses : crazy-max/ghaction-virustotal@v5
64+ uses : crazy-max/ghaction-virustotal@936d8c5c00afe97d3d9a1af26d017cfdf26800a2 # v5.0.0
6565 with :
6666 vt_api_key : ${{ secrets.VIRUS_TOTAL_API_KEY }}
6767 files : |
@@ -90,28 +90,28 @@ jobs:
9090 done
9191
9292 - name : Upload ARM64 APK
93- uses : actions/upload-artifact@v7
93+ uses : actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
9494 with :
9595 name : SmartTube_${{ steps.get_version.outputs.VERSION_NAME }}_arm64
9696 path : ./smarttubetv/build/outputs/apk/stbeta/release/*_arm64-v8a.apk
9797 if-no-files-found : error
9898
9999 - name : Upload ARMv7 APK
100- uses : actions/upload-artifact@v7
100+ uses : actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
101101 with :
102102 name : SmartTube_${{ steps.get_version.outputs.VERSION_NAME }}_armeabi-v7a
103103 path : ./smarttubetv/build/outputs/apk/stbeta/release/*_armeabi-v7a.apk
104104 if-no-files-found : error
105105
106106 - name : Upload Universal APK
107- uses : actions/upload-artifact@v7
107+ uses : actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
108108 with :
109109 name : SmartTube_${{ steps.get_version.outputs.VERSION_NAME }}_universal
110110 path : ./smarttubetv/build/outputs/apk/stbeta/release/*_universal.apk
111111 if-no-files-found : error
112112
113113 - name : Upload x86 APK
114- uses : actions/upload-artifact@v7
114+ uses : actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
115115 with :
116116 name : SmartTube_${{ steps.get_version.outputs.VERSION_NAME }}_x86
117117 path : ./smarttubetv/build/outputs/apk/stbeta/release/*_x86.apk
0 commit comments