@@ -51,14 +51,14 @@ jobs:
5151 should_run : ${{ steps.check.outputs.should_run }}
5252 steps :
5353 - id : token
54- uses : immich-app/devtools/actions/create-workflow-token@da177fa133657503ddb7503f8ba53dccefec5da1 # create-workflow-token-action-v1.0.0
54+ uses : immich-app/devtools/actions/create-workflow-token@05e16407c0a5492138bb38139c9d9bf067b40886 # create-workflow-token-action-v1.0.1
5555 with :
5656 app-id : ${{ secrets.PUSH_O_MATIC_APP_ID }}
5757 private-key : ${{ secrets.PUSH_O_MATIC_APP_KEY }}
5858
5959 - name : Check what should run
6060 id : check
61- uses : immich-app/devtools/actions/pre-job@08bac802a312fc89808e0dd589271ca0974087b5 # pre-job-action-v2.0.0
61+ uses : immich-app/devtools/actions/pre-job@eed0f8b8165ffcb951f2ba854b2dd031935e1d73 # pre-job-action-v2.0.2
6262 with :
6363 github-token : ${{ steps.token.outputs.token }}
6464 filters : |
@@ -79,12 +79,12 @@ jobs:
7979
8080 steps :
8181 - id : token
82- uses : immich-app/devtools/actions/create-workflow-token@da177fa133657503ddb7503f8ba53dccefec5da1 # create-workflow-token-action-v1.0.0
82+ uses : immich-app/devtools/actions/create-workflow-token@05e16407c0a5492138bb38139c9d9bf067b40886 # create-workflow-token-action-v1.0.1
8383 with :
8484 app-id : ${{ secrets.PUSH_O_MATIC_APP_ID }}
8585 private-key : ${{ secrets.PUSH_O_MATIC_APP_KEY }}
8686
87- - uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
87+ - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
8888 with :
8989 ref : ${{ inputs.ref || github.sha }}
9090 persist-credentials : false
@@ -96,14 +96,14 @@ jobs:
9696 working-directory : ./mobile
9797 run : printf "%s" $KEY_JKS | base64 -d > android/key.jks
9898
99- - uses : actions/setup-java@f2beeb24e141e01a676f977032f5a29d81c9e27e # v5.1 .0
99+ - uses : actions/setup-java@be666c2fcd27ec809703dec50e508c2fdc7f6654 # v5.2 .0
100100 with :
101101 distribution : ' zulu'
102102 java-version : ' 17'
103103
104104 - name : Restore Gradle Cache
105105 id : cache-gradle-restore
106- uses : actions/cache/restore@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1
106+ uses : actions/cache/restore@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
107107 with :
108108 path : |
109109 ~/.gradle/caches
@@ -160,7 +160,7 @@ jobs:
160160
161161 - name : Save Gradle Cache
162162 id : cache-gradle-save
163- uses : actions/cache/save@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1
163+ uses : actions/cache/save@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
164164 if : github.ref == 'refs/heads/main'
165165 with :
166166 path : |
@@ -185,7 +185,7 @@ jobs:
185185 run : sudo xcode-select -s /Applications/Xcode_26.2.app/Contents/Developer
186186
187187 - name : Checkout code
188- uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
188+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
189189 with :
190190 ref : ${{ inputs.ref || github.sha }}
191191 persist-credentials : false
0 commit comments