Skip to content

chore(deps): update github/codeql-action action to v3 (#191) #1996

chore(deps): update github/codeql-action action to v3 (#191)

chore(deps): update github/codeql-action action to v3 (#191) #1996

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:9702a9fd95c40b383507d97d467d4c9ff709a6b7c7d3a7a7da3b7c155ee0aa38
with:
args: . --diff --dry-run