We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 52be15f commit 2186691Copy full SHA for 2186691
.github/workflows/lint.yaml
@@ -21,6 +21,6 @@ jobs:
21
22
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
23
- name: PHP-CS-Fixer
24
- uses: docker://oskarstark/php-cs-fixer-ga:latest@sha256:ed1747b161640445dbbb41744a0c51b6e4e61af4e4bdc285242a6ad60e730dd7
+ uses: docker://oskarstark/php-cs-fixer-ga:latest@sha256:d0e3fe99212bc1ca92f626d71bdf8c34cc9007de42322365274aba2eb9be9fe1
25
with:
26
args: . --diff --dry-run
0 commit comments