From: Matthias Schmidt Date: Tue, 4 May 2021 09:05:52 +0000 (+0200) Subject: Pin `php-cs-fixer` version in codestyle workflow X-Git-Tag: 5.4.0_Alpha_1~8 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=749998496a1331a0f277588486d6fa92bcf8b70c;p=GitHub%2FWoltLab%2FWCF.git Pin `php-cs-fixer` version in codestyle workflow --- diff --git a/.github/workflows/codestyle.yml b/.github/workflows/codestyle.yml index 1bc4415a46..8cb49e6485 100644 --- a/.github/workflows/codestyle.yml +++ b/.github/workflows/codestyle.yml @@ -21,7 +21,7 @@ jobs: with: php-version: '7.4' extensions: ctype, dom, exif, gd, gmp, hash, intl, json, libxml, mbstring, opcache, pcre, pdo, pdo_mysql, zlib - tools: php-cs-fixer + tools: php-cs-fixer:2.19.0 - name: php-cs-fixer run: php-cs-fixer fix --dry-run --diff-format udiff ts: