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