7272
7373 steps :
7474 - name : Checkout server
75- uses : actions/checkout@v4
75+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
7676 with :
7777 repository : nextcloud/server
7878 ref : ${{ matrix.server-versions }}
@@ -85,20 +85,20 @@ jobs:
8585 git -c "http.extraheader=$auth_header" -c protocol.version=2 submodule update --init --force --recursive --depth=1
8686
8787 - name : Set up php ${{ matrix.php-versions }}
88- uses : shivammathur/setup-php@v2
88+ uses : shivammathur/setup-php@9e72090525849c5e82e596468b86eb55e9cc5401 # v2
8989 with :
9090 php-version : ${{ matrix.php-versions }}
9191 tools : phpunit
9292 extensions : mbstring, iconv, fileinfo, intl, sqlite, pdo_mysql, pdo_sqlite, pgsql, pdo_pgsql, gd, zip
9393
9494 - name : Checkout context_chat php app
95- uses : actions/checkout@v4
95+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
9696 with :
9797 repository : nextcloud/context_chat
9898 path : apps/context_chat
9999
100100 - name : Checkout backend
101- uses : actions/checkout@v4
101+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
102102 with :
103103 path : context_chat_backend/
104104
@@ -129,7 +129,7 @@ jobs:
129129 run : ./occ app:enable -vvv -f context_chat app_api testing
130130
131131 - name : Checkout documentation
132- uses : actions/checkout@v4
132+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
133133 with :
134134 repository : nextcloud/documentation
135135 path : data/admin/files/documentation
@@ -149,7 +149,7 @@ jobs:
149149 rm -rf documentation
150150
151151 - name : Setup python 3.11
152- uses : actions/setup-python@v5
152+ uses : actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5
153153 with :
154154 python-version : ' 3.11'
155155 cache : ' pip'
0 commit comments