File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -18,10 +18,10 @@ jobs:
1818 steps :
1919
2020 - name : Checkout
21- uses : actions/checkout@v6
21+ uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
2222
2323 - name : Setup PHP
24- uses : shivammathur/setup-php@v2
24+ uses : shivammathur/setup-php@44454db4f0199b8b9685a5d763dc37cbf79108e1 # v2
2525 with :
2626 php-version : ${{ matrix.php }}
2727 tools : cs2pr
3131 run : echo "dir=$(composer config cache-files-dir)" >> $GITHUB_OUTPUT
3232
3333 - name : Cache composer dependencies
34- uses : actions/cache@v4
34+ uses : actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4
3535 with :
3636 path : ${{ steps.composer-cache.outputs.dir }}
3737 key : ${{ runner.os }}-composer-${{ hashFiles('**/composer.json') }}
Original file line number Diff line number Diff line change 2525 "php" : " 8.2 - 8.5"
2626 },
2727 "require-dev" : {
28- "phpstan/phpstan" : " 2.1.32 " ,
28+ "phpstan/phpstan" : " 2.1.33 " ,
2929 "phpunit/phpunit" : " 11.5.44" ,
3030 "squizlabs/php_codesniffer" : " 4.0.1" ,
31- "friendsofphp/php-cs-fixer" : " ^3.65 "
31+ "friendsofphp/php-cs-fixer" : " 3.92.0 "
3232 }
3333}
You can’t perform that action at this time.
0 commit comments