From edcdf0a4a247d2c1e785838d7d43211ee53bae15 Mon Sep 17 00:00:00 2001 From: Kapil Pandya Date: Fri, 29 May 2026 10:46:02 +0200 Subject: [PATCH 1/2] Use versioned mess-detector action (PHP 8.5) --- .github/workflows/mess-detector.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/mess-detector.yml b/.github/workflows/mess-detector.yml index 2617c33..5c16a18 100644 --- a/.github/workflows/mess-detector.yml +++ b/.github/workflows/mess-detector.yml @@ -7,4 +7,4 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v6 - - uses: extdn/github-actions-m2/magento-mess-detector@master + - uses: kapilpandya22/github-actions-m2/magento-mess-detector/8.5@feature/mess-detector-multi-version From ea2549c7b5c148277784922dbd9288ed7c6e0153 Mon Sep 17 00:00:00 2001 From: Kapil Pandya Date: Fri, 29 May 2026 10:47:56 +0200 Subject: [PATCH 2/2] Use versioned mess-detector action (PHP 8.5) Co-Authored-By: Claude Sonnet 4.6 --- .github/workflows/mess-detector.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/mess-detector.yml b/.github/workflows/mess-detector.yml index 5c16a18..0490b37 100644 --- a/.github/workflows/mess-detector.yml +++ b/.github/workflows/mess-detector.yml @@ -7,4 +7,4 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v6 - - uses: kapilpandya22/github-actions-m2/magento-mess-detector/8.5@feature/mess-detector-multi-version + - uses: extdn/github-actions-m2/magento-mess-detector/8.5@master