88 name : Code Sniffer
99 runs-on : ubuntu-latest
1010 steps :
11- - uses : actions/checkout@v4
11+ - uses : actions/checkout@11d5960a326750d5838078e36cf38b85af677262 # v4
1212
1313 # ###########################################################################
1414 - name : Set up PHP
6262 name : Mess Detect
6363 runs-on : ubuntu-latest
6464 steps :
65- - uses : actions/checkout@v4
65+ - uses : actions/checkout@11d5960a326750d5838078e36cf38b85af677262 # v4
6666
6767 # ###########################################################################
6868 - name : Set up PHP
@@ -133,7 +133,7 @@ jobs:
133133 name : Package
134134 runs-on : ubuntu-latest
135135 steps :
136- - uses : actions/checkout@v4
136+ - uses : actions/checkout@11d5960a326750d5838078e36cf38b85af677262 # v4
137137
138138 # ###########################################################################
139139 - name : Set up PHP
@@ -190,10 +190,10 @@ jobs:
190190 name : PHP 8.2-8.5 Compatibility
191191 runs-on : ubuntu-latest
192192 steps :
193- - uses : actions/checkout@v4
193+ - uses : actions/checkout@11d5960a326750d5838078e36cf38b85af677262 # v4
194194
195195 - name : Set up PHP
196- uses : shivammathur/setup-php@v2
196+ uses : shivammathur/setup-php@f3e473d116dcccaddc5834248c87452386958240 # v2
197197 with :
198198 php-version : ' 8.5'
199199 tools : composer:v2
@@ -204,7 +204,7 @@ jobs:
204204 run : |
205205 composer config cache-files-dir
206206 echo "dir=$(composer config cache-files-dir)" >> "$GITHUB_OUTPUT"
207- - uses : actions/cache@v4
207+ - uses : actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4
208208 with :
209209 path : ${{ steps.composer-cache.outputs.dir }}
210210 key : ${{ runner.os }}-composer-phpcompat-${{ hashFiles('**/composer.json') }}
0 commit comments