diff --git a/README.md b/README.md index a86b01f..df81df0 100644 --- a/README.md +++ b/README.md @@ -39,7 +39,7 @@ jobs: php composer.phar clearcache -q php ~/.composer/vendor/bin/phpinsights --version - - uses: Novusvetus/action-phpinsights@1.1.15 + - uses: Novusvetus/action-phpinsights@1.1.16 with: files: "**.php" scan_all: true diff --git a/package-lock.json b/package-lock.json index 26bdaa3..eb62921 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "phpinsights", - "version": "1.1.15", + "version": "1.1.16", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "phpinsights", - "version": "1.1.15", + "version": "1.1.16", "license": "BSD-3", "dependencies": { "@actions/core": "^1.10.1", diff --git a/package.json b/package.json index 39e3cf5..d6962c5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "phpinsights", - "version": "1.1.15", + "version": "1.1.16", "private": true, "description": "GitHub PHP Insights action. This workflow check the PHP files for the wanted coding standards and security issues.", "main": "lib/main.js",