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