Skip to content

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

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 #1451

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:9cb35478e378c195148253759549947b23b5ad8035a43449b7638d57a41a0a21
with:
args: . --diff --dry-run