From 31111aef2611b8aed5ea5e302fdecb4a42dbc7fa Mon Sep 17 00:00:00 2001 From: JackNoordhuis Date: Tue, 31 Jan 2023 04:17:14 +1100 Subject: [PATCH 1/2] run-phpstan-pmmp: pin actions to next versions --- action.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/action.yml b/action.yml index 7ff3208..4fe1bc7 100644 --- a/action.yml +++ b/action.yml @@ -90,19 +90,19 @@ runs: - name: Install PHPStan env: GITHUB_TOKEN: ${{ env.GITHUB_TOKEN }} - uses: nxtlvlsoftware/setup-phpstan-action@v1.0.1 + uses: nxtlvlsoftware/setup-phpstan-action@v1.0.2 with: version: ${{ inputs.phpstan-version }} install-path: "./bin/phpstan" - name: Setup PocketMine Sources - uses: nxtlvlsoftware/setup-pmmp-phpstan-env-action@v1.0.1 + uses: nxtlvlsoftware/setup-pmmp-phpstan-env-action@v1.0.2 env: GITHUB_TOKEN: ${{ env.GITHUB_TOKEN }} with: pmmp-version: ${{ inputs.pmmp-version }} install-path: ${{ inputs.pmmp-source-dir }} - name: Run PHPStan Analysis - uses: nxtlvlsoftware/run-phpstan-action@v1 + uses: nxtlvlsoftware/run-phpstan-action@v1.0.1 with: executable: "./bin/phpstan/phpstan.phar" php: "./bin/bin/php" From ea5fa1194a327d848a8fc76a1487e8460c50cd0b Mon Sep 17 00:00:00 2001 From: JackNoordhuis Date: Tue, 31 Jan 2023 05:09:27 +1100 Subject: [PATCH 2/2] run-phpstan-pmmp: pin run-phpstan to next version --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 4fe1bc7..90cf2d6 100644 --- a/action.yml +++ b/action.yml @@ -102,7 +102,7 @@ runs: pmmp-version: ${{ inputs.pmmp-version }} install-path: ${{ inputs.pmmp-source-dir }} - name: Run PHPStan Analysis - uses: nxtlvlsoftware/run-phpstan-action@v1.0.1 + uses: nxtlvlsoftware/run-phpstan-action@v1.0.2 with: executable: "./bin/phpstan/phpstan.phar" php: "./bin/bin/php"