Skip to content

chore(deps): update oskarstark/php-cs-fixer-ga:latest docker digest to 21afaad #2530

chore(deps): update oskarstark/php-cs-fixer-ga:latest docker digest to 21afaad

chore(deps): update oskarstark/php-cs-fixer-ga:latest docker digest to 21afaad #2530

Workflow file for this run

name: PHP Lint CI
on:
push:
branches:
- main
pull_request:
permissions:
contents: read
jobs:
php-cs-fixer:
runs-on: ubuntu-latest
steps:
- name: Harden Runner
uses: step-security/harden-runner@4d991eb9b905ef189e4c376166672c3f2f230481 # v2.11.0
with:
disable-sudo: true
egress-policy: block
allowed-endpoints: >
github.com:443
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- name: PHP-CS-Fixer
uses: docker://oskarstark/php-cs-fixer-ga:latest@sha256:28c638bf2d48b9706cc4cf85994d61c272c10b06353bc6ff228273344a59d72d
with:
args: . --diff --dry-run