From 0c87e152f35dec37f13cc8f94a15077fa65e030e Mon Sep 17 00:00:00 2001 From: Matthias Pigulla Date: Tue, 27 Aug 2024 09:32:32 +0200 Subject: [PATCH] Use Docker image provided by friends-of-php/php-cs-fixer --- .github/workflows/fix-cs-php.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/fix-cs-php.yml b/.github/workflows/fix-cs-php.yml index 4e30909..fc9f2bd 100644 --- a/.github/workflows/fix-cs-php.yml +++ b/.github/workflows/fix-cs-php.yml @@ -21,7 +21,9 @@ jobs: ref: ${{ github.head_ref }} - name: Run PHP-CS-Fixer - uses: docker://oskarstark/php-cs-fixer-ga + uses: docker://ghcr.io/php-cs-fixer/php-cs-fixer:3.62.0-php8.3 + with: + args: "fix --show-progress=dots" - name: Commit and push back changes uses: stefanzweifel/git-auto-commit-action@v5