File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ permissions:
1717
1818jobs :
1919 phpunit :
20- uses : yii2-framework/actions/.github/workflows/phpunit.yml@ea13c0f091d2e888be095dd0265544ff8276dc9f # v2.0.1
20+ uses : yii2-framework/actions/.github/workflows/phpunit.yml@e02758a41a2a811fb3e706735192979171b2260d # v2.0.1
2121 secrets :
2222 CODECOV_TOKEN : ${{ secrets.CODECOV_TOKEN }}
2323 with :
2626 php-version : ' ["8.3","8.4","8.5"]'
2727
2828 phpunit-compatibility :
29- uses : yii2-framework/actions/.github/workflows/phpunit.yml@ea13c0f091d2e888be095dd0265544ff8276dc9f # v2.0.1
29+ uses : yii2-framework/actions/.github/workflows/phpunit.yml@e02758a41a2a811fb3e706735192979171b2260d # v2.0.1
3030 secrets :
3131 CODECOV_TOKEN : ${{ secrets.CODECOV_TOKEN }}
3232 with :
Original file line number Diff line number Diff line change @@ -17,4 +17,4 @@ permissions:
1717
1818jobs :
1919 composer-require-checker :
20- uses : yii2-framework/actions/.github/workflows/composer-require-checker.yml@ea13c0f091d2e888be095dd0265544ff8276dc9f # v2.0.1
20+ uses : yii2-framework/actions/.github/workflows/composer-require-checker.yml@e02758a41a2a811fb3e706735192979171b2260d # v2.0.1
Original file line number Diff line number Diff line change @@ -17,4 +17,4 @@ permissions:
1717
1818jobs :
1919 easy-coding-standard :
20- uses : yii2-framework/actions/.github/workflows/ecs.yml@ea13c0f091d2e888be095dd0265544ff8276dc9f # v2.0.1
20+ uses : yii2-framework/actions/.github/workflows/ecs.yml@e02758a41a2a811fb3e706735192979171b2260d # v2.0.1
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ permissions:
1010
1111jobs :
1212 quality :
13- uses : yii2-framework/actions/.github/workflows/quality.yml@ea13c0f091d2e888be095dd0265544ff8276dc9f # v2.0.1
13+ uses : yii2-framework/actions/.github/workflows/quality.yml@e02758a41a2a811fb3e706735192979171b2260d # v2.0.1
1414 permissions :
1515 contents : read
1616 with :
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ permissions:
1010
1111jobs :
1212 security :
13- uses : yii2-framework/actions/.github/workflows/security.yml@ea13c0f091d2e888be095dd0265544ff8276dc9f # v2.0.1
13+ uses : yii2-framework/actions/.github/workflows/security.yml@e02758a41a2a811fb3e706735192979171b2260d # v2.0.1
1414 permissions :
1515 contents : read
1616 with :
Original file line number Diff line number Diff line change @@ -17,11 +17,11 @@ permissions:
1717
1818jobs :
1919 phpstan :
20- uses : yii2-framework/actions/.github/workflows/phpstan.yml@ea13c0f091d2e888be095dd0265544ff8276dc9f # v2.0.1
20+ uses : yii2-framework/actions/.github/workflows/phpstan.yml@e02758a41a2a811fb3e706735192979171b2260d # v2.0.1
2121 with :
2222 concurrency-group : phpstan-${{ github.workflow }}-${{ github.ref }}
2323 phpstan-console :
24- uses : yii2-framework/actions/.github/workflows/phpstan.yml@ea13c0f091d2e888be095dd0265544ff8276dc9f # v2.0.1
24+ uses : yii2-framework/actions/.github/workflows/phpstan.yml@e02758a41a2a811fb3e706735192979171b2260d # v2.0.1
2525 with :
2626 configuration : " phpstan-console.neon"
2727 concurrency-group : |
You can’t perform that action at this time.
0 commit comments