File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 27
27
sed -i -re 's/S3FilesystemV1/S3FilesystemV2/' psalm.xml
28
28
29
29
- name : PHPStan
30
- uses : OskarStark/phpstan-ga@master
30
+ uses : OskarStark/phpstan-ga@0.12.23
31
31
with :
32
32
entrypoint : /composer/vendor/bin/phpstan
33
33
args : analyze --no-progress
Original file line number Diff line number Diff line change 20
20
composer update --no-interaction --prefer-dist --optimize-autoloader
21
21
22
22
- name : PHPStan
23
- uses : OskarStark/phpstan-ga@master
23
+ uses : OskarStark/phpstan-ga@0.12.23
24
24
with :
25
25
entrypoint : /composer/vendor/bin/phpstan
26
26
args : analyze --no-progress
34
34
uses : actions/checkout@v2
35
35
36
36
- name : PHP-CS-Fixer
37
- uses : OskarStark/php-cs-fixer-ga@master
37
+ uses : OskarStark/php-cs-fixer-ga@2.16.3.1
38
38
with :
39
39
args : --dry-run --diff-format udiff
40
40
You can’t perform that action at this time.
0 commit comments