We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f0ef8aa commit e401458Copy full SHA for e401458
.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:c77d3b6534e354eaa859b01da242ba3f6585f5a99fdca5a57e167d4a8e1f9b7e
+ uses: docker://oskarstark/php-cs-fixer-ga:latest@sha256:31d3315177176e564771a9a9a8e2064390b7895d8ab7454afc2078c08515bb78
25
with:
26
args: . --diff --dry-run
0 commit comments