Skip to content

chore(deps): update oskarstark/php-cs-fixer-ga:latest docker digest to 665532c #580

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

chore(deps): update oskarstark/php-cs-fixer-ga:latest docker digest to 665532c #580

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@1b05615854632b887b69ae1be8cbefe72d3ae423 # v2.6.0
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:665532cf54b8f5eb1ebb21a0f38097347074cc4581f54d2ab205560ab2c8a00f
with:
args: . --diff --dry-run