diff --git a/.github/workflows/package.yml b/.github/workflows/package.yml index dd8bcf69f7..d88b0abbdf 100644 --- a/.github/workflows/package.yml +++ b/.github/workflows/package.yml @@ -12,7 +12,7 @@ jobs: name: Build release tarball steps: - name: Checkout - uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4 + uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4 - name: Read package.json node and npm engines version uses: skjnldsv/read-package-engines-version-actions@8205673bab74a63eb9b8093402fd9e0e018663a1 # v2.2 id: versions diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index e7eabb3331..1d7ed70c61 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -35,7 +35,7 @@ jobs: node-version: 'false' install: true - name: Checkout Mail - uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4 + uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4 with: path: nextcloud/apps/mail fetch-depth: 2 @@ -160,7 +160,7 @@ jobs: php -f nextcloud/occ config:system:set memcache.local --value='\OC\Memcache\Redis' php -f nextcloud/occ config:system:set memcache.distributed --value='\OC\Memcache\Redis' - name: Checkout Mail - uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4 + uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4 with: path: nextcloud/apps/mail fetch-depth: 2 @@ -214,7 +214,7 @@ jobs: runs-on: ubuntu-latest name: Front-end unit tests steps: - - uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4 + - uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4 - name: Read package.json node and npm engines version uses: skjnldsv/read-package-engines-version-actions@8205673bab74a63eb9b8093402fd9e0e018663a1 # v2.2 id: versions @@ -267,7 +267,7 @@ jobs: php -f nextcloud/occ config:system:set app.mail.debug --type=bool --value=true php -f nextcloud/occ config:system:set app.mail.verify-tls-peer --type=bool --value=false - name: Check out the app - uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4 + uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4 with: path: nextcloud/apps/mail - name: Install php dependencies diff --git a/.github/workflows/update-public-suffix-list.yml b/.github/workflows/update-public-suffix-list.yml index c9eacf45be..981e010e9b 100644 --- a/.github/workflows/update-public-suffix-list.yml +++ b/.github/workflows/update-public-suffix-list.yml @@ -21,7 +21,7 @@ jobs: name: update-public-suffix-list-${{ matrix.branches }} steps: - - uses: actions/checkout@ff7abcd0c3c05ccf6adc123a8cd1fd4fb30fb493 + - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 with: ref: ${{ matrix.branches }} submodules: true