Skip to content

chore(deps): update oskarstark/php-cs-fixer-ga:latest docker digest to 9702a9f #836

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

chore(deps): update oskarstark/php-cs-fixer-ga:latest docker digest to 9702a9f #836

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@eb238b55efaa70779f274895e782ed17c84f2895 # v2.6.1
with:
disable-sudo: true
egress-policy: block
allowed-endpoints: >
github.com:443
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
- name: PHP-CS-Fixer
uses: docker://oskarstark/php-cs-fixer-ga:latest@sha256:882c78d2d761403c43c7ccd88792fd6b73a3cfdf786d4777c76011d2fefa24cb
with:
args: . --diff --dry-run