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 2b4e978Copy full SHA for 2b4e978
.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:d9195b3ec46fb10197845dfdbfeea17c6fb88d26da3eddd4ec4a818bf2513f7f
25
with:
26
args: . --diff --dry-run
0 commit comments