From bf87f579a1c90b984050f3fc8d0cf940eb435774 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 9 Jan 2024 05:36:17 +0000 Subject: [PATCH] Bump Novusvetus/action-phpinsights from 1.1.15 to 1.1.16 Bumps [Novusvetus/action-phpinsights](https://github.com/novusvetus/action-phpinsights) from 1.1.15 to 1.1.16. - [Release notes](https://github.com/novusvetus/action-phpinsights/releases) - [Commits](https://github.com/novusvetus/action-phpinsights/compare/1.1.15...1.1.16) --- updated-dependencies: - dependency-name: Novusvetus/action-phpinsights dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/phpinsights.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/phpinsights.yml b/.github/workflows/phpinsights.yml index 629cdab..a26272d 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.15 + uses: Novusvetus/action-phpinsights@1.1.16 with: files: '**.php' scan_all: true