|
35 | 35 | node-version: 'false' |
36 | 36 | install: true |
37 | 37 | - name: Checkout Mail |
38 | | - uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4 |
| 38 | + uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4 |
39 | 39 | with: |
40 | 40 | path: nextcloud/apps/mail |
41 | 41 | fetch-depth: 2 |
@@ -160,7 +160,7 @@ jobs: |
160 | 160 | php -f nextcloud/occ config:system:set memcache.local --value='\OC\Memcache\Redis' |
161 | 161 | php -f nextcloud/occ config:system:set memcache.distributed --value='\OC\Memcache\Redis' |
162 | 162 | - name: Checkout Mail |
163 | | - uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4 |
| 163 | + uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4 |
164 | 164 | with: |
165 | 165 | path: nextcloud/apps/mail |
166 | 166 | fetch-depth: 2 |
@@ -214,7 +214,7 @@ jobs: |
214 | 214 | runs-on: ubuntu-latest |
215 | 215 | name: Front-end unit tests |
216 | 216 | steps: |
217 | | - - uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4 |
| 217 | + - uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4 |
218 | 218 | - name: Read package.json node and npm engines version |
219 | 219 | uses: skjnldsv/read-package-engines-version-actions@8205673bab74a63eb9b8093402fd9e0e018663a1 # v2.2 |
220 | 220 | id: versions |
@@ -267,7 +267,7 @@ jobs: |
267 | 267 | php -f nextcloud/occ config:system:set app.mail.debug --type=bool --value=true |
268 | 268 | php -f nextcloud/occ config:system:set app.mail.verify-tls-peer --type=bool --value=false |
269 | 269 | - name: Check out the app |
270 | | - uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4 |
| 270 | + uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4 |
271 | 271 | with: |
272 | 272 | path: nextcloud/apps/mail |
273 | 273 | - name: Install php dependencies |
|
0 commit comments