From 3dbb0966473ea2ab5f8796db8d5ea185250cdff7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gr=C3=A9goire=20Paris?= Date: Thu, 28 Nov 2024 14:10:50 +0100 Subject: [PATCH] Reference the new workflow This was missed in a previous PR. --- workflow-templates/phpstan.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/workflow-templates/phpstan.yml b/workflow-templates/phpstan.yml index 075a7f4..9e19b90 100644 --- a/workflow-templates/phpstan.yml +++ b/workflow-templates/phpstan.yml @@ -24,6 +24,6 @@ on: jobs: static-analysis: name: "Static Analysis" - uses: "doctrine/.github/.github/workflows/static-analysis.yml@use_a_valid_ref_here" + uses: "doctrine/.github/.github/workflows/phpstan.yml@use_a_valid_ref_here" with: php-version: "6.0" # use a custom version of PHP