From 5b8a0237c41ce541f14c94e70382a3e173b70664 Mon Sep 17 00:00:00 2001 From: Tom H Anderson Date: Wed, 30 Oct 2024 14:39:38 -0600 Subject: [PATCH] Version constriant on coding-standards.yml 5.2.0 --- .github/workflows/coding-standards.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/coding-standards.yml b/.github/workflows/coding-standards.yml index f5c4c59f..ff96e40f 100644 --- a/.github/workflows/coding-standards.yml +++ b/.github/workflows/coding-standards.yml @@ -13,7 +13,7 @@ on: jobs: coding-standards: name: "Coding Standards" - uses: "doctrine/.github/.github/workflows/coding-standards.yml" + uses: "doctrine/.github/.github/workflows/coding-standards.yml@5.2.0" with: php-version: '8.2' composer-options: '--prefer-dist --ignore-platform-req=php'