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