@@ -17,10 +17,10 @@ jobs:
1717 steps :
1818 -
1919 name : ' Checkout'
20- uses : ' actions/checkout@v3'
20+ uses : ' actions/checkout@v3.3.0 '
2121 -
2222 name : ' Setup PHP ${{ env.CONSISTENCE_PHP_VERSION }}'
23- uses : ' shivammathur/setup-php@v2 '
23+ uses : ' shivammathur/setup-php@2.24.0 '
2424 with :
2525 php-version : ' ${{ env.CONSISTENCE_PHP_VERSION }}'
2626 coverage : ' none'
@@ -52,10 +52,10 @@ jobs:
5252 steps :
5353 -
5454 name : ' Checkout'
55- uses : ' actions/checkout@v3'
55+ uses : ' actions/checkout@v3.3.0 '
5656 -
5757 name : ' Setup PHP ${{ matrix.php-version }}'
58- uses : ' shivammathur/setup-php@v2 '
58+ uses : ' shivammathur/setup-php@2.24.0 '
5959 with :
6060 php-version : ' ${{ matrix.php-version }}'
6161 coverage : ' none'
@@ -79,10 +79,10 @@ jobs:
7979 steps :
8080 -
8181 name : ' Checkout'
82- uses : ' actions/checkout@v3'
82+ uses : ' actions/checkout@v3.3.0 '
8383 -
8484 name : ' Setup PHP ${{ env.CONSISTENCE_PHP_VERSION }}'
85- uses : ' shivammathur/setup-php@v2 '
85+ uses : ' shivammathur/setup-php@2.24.0 '
8686 with :
8787 php-version : ' ${{ env.CONSISTENCE_PHP_VERSION }}'
8888 coverage : ' none'
@@ -118,10 +118,10 @@ jobs:
118118 steps :
119119 -
120120 name : ' Checkout'
121- uses : ' actions/checkout@v3'
121+ uses : ' actions/checkout@v3.3.0 '
122122 -
123123 name : ' Setup PHP ${{ matrix.php-version }}'
124- uses : ' shivammathur/setup-php@v2 '
124+ uses : ' shivammathur/setup-php@2.24.0 '
125125 with :
126126 php-version : ' ${{ matrix.php-version }}'
127127 coverage : ' xdebug'
0 commit comments