File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ permissions:
2727 contents : read
2828jobs :
2929 roave_bc_check :
30- uses : yiisoft/actions/.github/workflows/bc.yml@ab62d6b3b0e0cff6c9724ec5a395bedb41c639a2
30+ uses : yiisoft/actions/.github/workflows/bc.yml@master
3131 with :
3232 os : >-
3333 ['ubuntu-latest']
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ permissions:
2626 contents : read
2727jobs :
2828 phpunit :
29- uses : yiisoft/actions/.github/workflows/phpunit.yml@ab62d6b3b0e0cff6c9724ec5a395bedb41c639a2
29+ uses : yiisoft/actions/.github/workflows/phpunit.yml@master
3030 secrets :
3131 codecovToken : ${{ secrets.CODECOV_TOKEN }}
3232 with :
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ permissions:
2828 contents : read
2929jobs :
3030 composer-require-checker :
31- uses : yiisoft/actions/.github/workflows/composer-require-checker.yml@ab62d6b3b0e0cff6c9724ec5a395bedb41c639a2
31+ uses : yiisoft/actions/.github/workflows/composer-require-checker.yml@master
3232 with :
3333 os : >-
3434 ['ubuntu-latest']
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ permissions:
2424 contents : read
2525jobs :
2626 mutation :
27- uses : yiisoft/actions/.github/workflows/infection.yml@ab62d6b3b0e0cff6c9724ec5a395bedb41c639a2
27+ uses : yiisoft/actions/.github/workflows/infection.yml@master
2828 with :
2929 os : >-
3030 ['ubuntu-latest']
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ permissions:
2626 contents : read
2727jobs :
2828 psalm :
29- uses : yiisoft/actions/.github/workflows/psalm.yml@ab62d6b3b0e0cff6c9724ec5a395bedb41c639a2
29+ uses : yiisoft/actions/.github/workflows/psalm.yml@master
3030 with :
3131 os : >-
3232 ['ubuntu-latest']
Original file line number Diff line number Diff line change 1+ rules :
2+ unpinned-uses :
3+ config :
4+ policies :
5+ " yiisoft/* " : any
You can’t perform that action at this time.
0 commit comments