diff --git a/.github/workflows/phpcs.yml b/.github/workflows/phpcs.yml index b88484b..c09cf34 100644 --- a/.github/workflows/phpcs.yml +++ b/.github/workflows/phpcs.yml @@ -22,7 +22,7 @@ jobs: name: 'Install PHP_CodeSniffer' run: "curl -OL https://squizlabs.github.io/PHP_CodeSniffer/phpcs.phar\nphp phpcs.phar --version\n" - - uses: Novusvetus/action-php_codesniffer@1.2.15 + uses: Novusvetus/action-php_codesniffer@1.2.16 with: files: '**.php' scan_all: true diff --git a/.github/workflows/phpinsights.yml b/.github/workflows/phpinsights.yml index f8071a4..629cdab 100644 --- a/.github/workflows/phpinsights.yml +++ b/.github/workflows/phpinsights.yml @@ -20,7 +20,7 @@ jobs: name: 'Install PHP Insights' run: "curl -OL https://getcomposer.org/download/latest-2.x/composer.phar\nphp composer.phar global config --no-plugins allow-plugins.dealerdirect/phpcodesniffer-composer-installer true\nphp composer.phar global require nunomaduro/phpinsights\nphp composer.phar clearcache -q\nphp ~/.composer/vendor/bin/phpinsights --version\n" - - uses: Novusvetus/action-phpinsights@1.1.14 + uses: Novusvetus/action-phpinsights@1.1.15 with: files: '**.php' scan_all: true