File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1515
1616 steps :
1717 - name : Assign author
18- uses : toshimaru/auto-author-assign@v3.0.1
18+ uses : toshimaru/auto-author-assign@4d585cc37690897bd9015942ed6e766aa7cdb97f # v3.0.1
Original file line number Diff line number Diff line change 2020
2121 steps :
2222 - name : Draft release notes
23- uses : release-drafter/release-drafter@v7
23+ uses : release-drafter/release-drafter@3a7fb5c85b80b1dda66e1ccb94009adbbd32fce3 # v7
2424 env :
2525 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change @@ -19,16 +19,16 @@ jobs:
1919
2020 steps :
2121 - name : Checkout code
22- uses : actions/checkout@v6
22+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
2323
2424 - name : Cache Composer dependencies
25- uses : actions/cache@v5
25+ uses : actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5
2626 with :
2727 path : /tmp/composer-cache
2828 key : ${{ runner.os }}-${{ hashFiles('**/composer.lock') }}
2929
3030 - name : Setup PHP
31- uses : shivammathur/setup-php@v2
31+ uses : shivammathur/setup-php@accd6127cb78bee3e8082180cb391013d204ef9f # v2
3232 with :
3333 php-version : ${{ matrix.php-versions }}
3434
Original file line number Diff line number Diff line change 1616 },
1717 "require" : {
1818 "php" : " >=8.1" ,
19- "behat/behat" : " ^3.18 "
19+ "behat/behat" : " ^3.29.0 "
2020 },
2121 "require-dev" : {
22- "behat/mink" : " ^1.8 " ,
23- "dealerdirect/phpcodesniffer-composer-installer" : " ^1.0" ,
22+ "behat/mink" : " ^1.13.0 " ,
23+ "dealerdirect/phpcodesniffer-composer-installer" : " ^1.2. 0" ,
2424 "drevops/behat-phpserver" : " ^2" ,
25- "ergebnis/composer-normalize" : " ^2.45 " ,
25+ "ergebnis/composer-normalize" : " ^2.50.0 " ,
2626 "escapestudios/symfony2-coding-standard" : " ^3" ,
2727 "phpstan/phpstan" : " ^2" ,
28- "phpunit/phpunit" : " ^11.0 " ,
28+ "phpunit/phpunit" : " ^11.5.55 " ,
2929 "rector/rector" : " ^2" ,
3030 "squizlabs/php_codesniffer" : " ^3" ,
3131 "symfony/process" : " ^6 || ^7.0 || ^8.0" ,
32- "drupal/coder" : " ^8.3" ,
32+ "drupal/coder" : " ^8.3.31 " ,
3333 "drevops/phpcs-standard" : " ^0.7"
3434 },
3535 "autoload" : {
You can’t perform that action at this time.
0 commit comments