Skip to content

Commit d8608c6

Browse files
authored
Lock versions for phpstan and php-cs-fixer (#533)
* Lock versions for phpstan and php-cs-fixer * Bump version
1 parent 03dda17 commit d8608c6

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/flysystemV1.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
sed -i -re 's/S3FilesystemV1/S3FilesystemV2/' psalm.xml
2828
2929
- name: PHPStan
30-
uses: OskarStark/phpstan-ga@master
30+
uses: OskarStark/phpstan-ga@0.12.23
3131
with:
3232
entrypoint: /composer/vendor/bin/phpstan
3333
args: analyze --no-progress

.github/workflows/static.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
composer update --no-interaction --prefer-dist --optimize-autoloader
2121
2222
- name: PHPStan
23-
uses: OskarStark/phpstan-ga@master
23+
uses: OskarStark/phpstan-ga@0.12.23
2424
with:
2525
entrypoint: /composer/vendor/bin/phpstan
2626
args: analyze --no-progress
@@ -34,7 +34,7 @@ jobs:
3434
uses: actions/checkout@v2
3535

3636
- name: PHP-CS-Fixer
37-
uses: OskarStark/php-cs-fixer-ga@master
37+
uses: OskarStark/php-cs-fixer-ga@2.16.3.1
3838
with:
3939
args: --dry-run --diff-format udiff
4040

0 commit comments

Comments
 (0)