File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -127,7 +127,7 @@ jobs:
127127
128128 steps :
129129 - name : Checkout
130- uses : actions/checkout@v3
130+ uses : actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3
131131
132132 - name : Setup Locale
133133 run : |
@@ -139,7 +139,7 @@ jobs:
139139 run : cp tests/TestConfiguration.env.php tests/TestConfiguration.php
140140
141141 - name : Install PHP with minimal extensions
142- uses : shivammathur/setup-php@v2
142+ uses : shivammathur/setup-php@accd6127cb78bee3e8082180cb391013d204ef9f # v2
143143 with :
144144 php-version : ${{ matrix.php-version }}
145145 tools : cs2pr
@@ -154,7 +154,7 @@ jobs:
154154 run : echo "dir=$(composer config cache-files-dir)" >> $GITHUB_OUTPUT
155155
156156 - name : Cache dependencies
157- uses : actions/cache@v3
157+ uses : actions/cache@6f8efc29b200d32929f49075959781ed54ec270c # v3
158158 with :
159159 path : ${{ steps.composer-cache.outputs.dir }}
160160 key : ${{ runner.os }}-${{ matrix.php-version }}-composer-${{ hashFiles('**/composer.json') }}
@@ -178,7 +178,7 @@ jobs:
178178 tests/resources/openldap/docker-entrypoint-initdb.d/init.sh
179179
180180 - name : Install PHP with extensions
181- uses : shivammathur/setup-php@v2
181+ uses : shivammathur/setup-php@accd6127cb78bee3e8082180cb391013d204ef9f # v2
182182 with :
183183 php-version : ${{ matrix.php-version }}
184184 tools : cs2pr
You can’t perform that action at this time.
0 commit comments