File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2323
2424name : backwards compatibility
2525
26+ permissions :
27+ contents : read
2628jobs :
2729 roave_bc_check :
28- uses : yiisoft/actions/.github/workflows/bc.yml@master
30+ uses : yiisoft/actions/.github/workflows/bc.yml@ab62d6b3b0e0cff6c9724ec5a395bedb41c639a2
2931 with :
3032 os : >-
3133 ['ubuntu-latest']
Original file line number Diff line number Diff line change @@ -24,10 +24,9 @@ name: build
2424
2525permissions :
2626 contents : read
27-
2827jobs :
2928 phpunit :
30- uses : yiisoft/actions/.github/workflows/phpunit.yml@master
29+ uses : yiisoft/actions/.github/workflows/phpunit.yml@ab62d6b3b0e0cff6c9724ec5a395bedb41c639a2
3130 secrets :
3231 codecovToken : ${{ secrets.CODECOV_TOKEN }}
3332 with :
Original file line number Diff line number Diff line change 2424
2525name : Composer require checker
2626
27+ permissions :
28+ contents : read
2729jobs :
2830 composer-require-checker :
29- uses : yiisoft/actions/.github/workflows/composer-require-checker.yml@master
31+ uses : yiisoft/actions/.github/workflows/composer-require-checker.yml@ab62d6b3b0e0cff6c9724ec5a395bedb41c639a2
3032 with :
3133 os : >-
3234 ['ubuntu-latest']
Original file line number Diff line number Diff line change 2020
2121name : mutation test
2222
23+ permissions :
24+ contents : read
2325jobs :
2426 mutation :
25- uses : yiisoft/actions/.github/workflows/infection.yml@master
27+ uses : yiisoft/actions/.github/workflows/infection.yml@ab62d6b3b0e0cff6c9724ec5a395bedb41c639a2
2628 with :
2729 os : >-
2830 ['ubuntu-latest']
Original file line number Diff line number Diff line change 2222
2323name : static analysis
2424
25+ permissions :
26+ contents : read
2527jobs :
2628 psalm :
27- uses : yiisoft/actions/.github/workflows/psalm.yml@master
29+ uses : yiisoft/actions/.github/workflows/psalm.yml@ab62d6b3b0e0cff6c9724ec5a395bedb41c639a2
2830 with :
2931 os : >-
3032 ['ubuntu-latest']
You can’t perform that action at this time.
0 commit comments