Skip to content

Run PHP CS Fixer from composer instead of the docker action - #92

Merged
oddvalue merged 1 commit into
mainfrom
chore/composer-run-php-cs-fixer
Aug 7, 2026
Merged

Run PHP CS Fixer from composer instead of the docker action#92
oddvalue merged 1 commit into
mainfrom
chore/composer-run-php-cs-fixer

Conversation

@oddvalue

@oddvalue oddvalue commented Aug 7, 2026

Copy link
Copy Markdown
Owner

The docker://oskarstark/php-cs-fixer-ga reference can only be pinned to an image digest, not a commit SHA, so security scanners (including Plumb) count it as unpinned, and Dependabot cannot update docker refs in workflow files at all.

friendsofphp/php-cs-fixer is already in require-dev, so run it from vendor instead. All 15 remaining action references are SHA-pinned and Dependabot-updatable.

🤖 Generated with Claude Code

The oskarstark/php-cs-fixer-ga docker image cannot be pinned to a
commit SHA, so scanners flag it as an unpinned action, and Dependabot
cannot update docker refs in workflows. friendsofphp/php-cs-fixer is
already a dev dependency, so run it directly; every remaining action
reference is SHA-pinned and Dependabot-updatable.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
@oddvalue
oddvalue merged commit ae948a3 into main Aug 7, 2026
14 checks passed
@oddvalue
oddvalue deleted the chore/composer-run-php-cs-fixer branch August 7, 2026 07:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant