Skip to content

Commit bcf2459

Browse files
committed
Updates 2023-02-02
1 parent ac5a2b7 commit bcf2459

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/phpcs.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
name: 'Install PHP_CodeSniffer'
2323
run: "curl -OL https://squizlabs.github.io/PHP_CodeSniffer/phpcs.phar\nphp phpcs.phar --version\n"
2424
-
25-
uses: Novusvetus/action-php_codesniffer@1.2.12
25+
uses: Novusvetus/action-php_codesniffer@1.2.13
2626
with:
2727
files: '**.php'
2828
scan_all: true

.github/workflows/phpinsights.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
name: 'Install PHP Insights'
2121
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"
2222
-
23-
uses: Novusvetus/action-phpinsights@1.1.11
23+
uses: Novusvetus/action-phpinsights@1.1.12
2424
with:
2525
files: '**.php'
2626
scan_all: true

0 commit comments

Comments
 (0)