We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f0ef8aa commit 647a6acCopy full SHA for 647a6ac
.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:4f83b43e97751b7d8035f3c176408ec518419306c56f8320e7bafc9ed3065fe1
25
with:
26
args: . --diff --dry-run
0 commit comments