Thanks to visit codestin.com
Credit goes to github.com

Skip to content

chore(deps): update all non-major dependencies #2634

chore(deps): update all non-major dependencies

chore(deps): update all non-major dependencies #2634

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@0634a2670c59f64b4a01f0f96f84700a4088b9f0 # v2.12.0
with:
disable-sudo: true
egress-policy: block
allowed-endpoints: >
github.com:443
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- name: PHP-CS-Fixer
uses: docker://oskarstark/php-cs-fixer-ga:latest@sha256:c77d3b6534e354eaa859b01da242ba3f6585f5a99fdca5a57e167d4a8e1f9b7e
with:
args: . --diff --dry-run