Skip to content

chore(deps): update oskarstark/php-cs-fixer-ga:latest docker digest to d9e658b #3576

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

chore(deps): update oskarstark/php-cs-fixer-ga:latest docker digest to d9e658b #3576

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@002fdce3c6a235733a90a27c80493a3241e56863 # v2.12.1
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:b15737ed951cb16602db434ea1249ebaa7d78f6f43366545d3e6e2a98ca8806e
with:
args: . --diff --dry-run