Skip to content

chore(deps): update oskarstark/php-cs-fixer-ga:latest docker digest to 0c86f44 #2006

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

chore(deps): update oskarstark/php-cs-fixer-ga:latest docker digest to 0c86f44 #2006

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@91182cccc01eb5e619899d80e4e971d6181294a7 # v2.10.1
with:
disable-sudo: true
egress-policy: block
allowed-endpoints: >
github.com:443
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
- name: PHP-CS-Fixer
uses: docker://oskarstark/php-cs-fixer-ga:latest@sha256:52440f3d1525d27b9b7b1e0765be5f6b0496cc1bdd73aad67154185ae4de9975
with:
args: . --diff --dry-run