File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 66 - ' **/*.php'
77 - ' **/*.css'
88 - ' **/*.js'
9+ - ' **/*.yml'
910 pull_request :
1011 paths :
1112 - ' **/*.php'
1213 - ' **/*.css'
1314 - ' **/*.js'
15+ - ' **/*.yml'
1416
1517jobs :
1618 run :
2123 uses : actions/checkout@v4
2224
2325 - name : Setup PHP
24- uses : shivammathur/setup-php@v2
26+ uses : shivammathur/setup-php@9e72090525849c5e82e596468b86eb55e9cc5401
2527 with :
2628 php-version : ' 8.2'
2729 coverage : xdebug
@@ -49,15 +51,15 @@ jobs:
4951 ./cc-test-reporter upload-coverage coverage.xml
5052
5153 - name : Upload coverage to Codecov
52- uses : codecov/codecov-action@v4.0.1
54+ uses : codecov/codecov-action@0565863a31f2c772f9f0395002a31e3f06189574
5355 with :
5456 files : ./coverage.xml
5557 verbose : true
5658 env :
5759 CODECOV_TOKEN : ${{ secrets.CODECOV_TOKEN }}
5860
5961 - name : PHP Mess Detector
60- uses : php-actions/phpmd@v1
62+ uses : php-actions/phpmd@e1af7d29f7025cc51def85527b966bda4b3abdb8
6163 with :
6264 php_version : 8.1
6365 path : src/,demos/,tests/
You can’t perform that action at this time.
0 commit comments