Skip to content

Commit 2e2a4e2

Browse files
authored
Merge pull request #44 from Novusvetus/updates-2023-10-12
Updates 2023-10-12
2 parents 59f66e0 + ad545a4 commit 2e2a4e2

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/phpcs.yml

Lines changed: 1 addition & 1 deletion
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.15
25+
uses: Novusvetus/action-php_codesniffer@1.2.16
2626
with:
2727
files: '**.php'
2828
scan_all: true

.github/workflows/phpinsights.yml

Lines changed: 1 addition & 1 deletion
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.14
23+
uses: Novusvetus/action-phpinsights@1.1.15
2424
with:
2525
files: '**.php'
2626
scan_all: true

0 commit comments

Comments
 (0)