File tree Expand file tree Collapse file tree 4 files changed +24
-23
lines changed
Expand file tree Collapse file tree 4 files changed +24
-23
lines changed Original file line number Diff line number Diff line change 1919 if : (github.event_name == 'push' || github.event.pull_request.head.repo.full_name != github.repository)
2020 steps :
2121 - name : Cancel Previous Runs
22- uses : styfle/cancel-workflow-action@0.12.1
22+ uses : styfle/cancel-workflow-action@85880fa0301c86cca9da44039ee3bb12d3bedbfa # 0.12.1
2323 with :
2424 access_token : ${{ github.token }}
2525
3535 php-version : " latest"
3636
3737 - name : " Checkout code"
38- uses : " actions/checkout@v4.2.2"
38+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
3939
4040 - name : " Install dependencies"
4141 uses : ramsey/composer-install@a2636af0004d1c0499ffca16ac0b4cc94df70565 # 3.1.0
5555 php-version : " latest"
5656
5757 - name : " Checkout code"
58- uses : " actions/checkout@v4.2.2"
58+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
5959
6060 - name : " Install dependencies"
6161 uses : ramsey/composer-install@a2636af0004d1c0499ffca16ac0b4cc94df70565 # 3.1.0
Original file line number Diff line number Diff line change 4242 "require-dev" : {
4343 "friendsofphp/php-cs-fixer" : " ^3.51" ,
4444 "infection/infection" : " ^0.29.14" ,
45- "lychee-org/phpstan-lychee" : " ^2.0.0 " ,
45+ "lychee-org/phpstan-lychee" : " ^2.0.1 " ,
4646 "php-parallel-lint/php-parallel-lint" : " ^1.3.2" ,
4747 "phpmd/phpmd" : " ^2.15" ,
4848 "phpunit/phpunit" : " ^9.5.10" ,
Original file line number Diff line number Diff line change @@ -2,6 +2,7 @@ includes:
22 - vendor/lychee-org/phpstan-lychee/phpstan.neon
33
44parameters :
5+ level : 7
56 paths :
67 - lib
78 ignoreErrors :
You can’t perform that action at this time.
0 commit comments