Skip to content

Fix CI - #45

Merged
marcospassos merged 1 commit into
devfrom
ci/fix-workflow
Aug 15, 2026
Merged

Fix CI#45
marcospassos merged 1 commit into
devfrom
ci/fix-workflow

Conversation

@marcospassos

@marcospassos marcospassos commented Aug 15, 2026

Copy link
Copy Markdown
Collaborator

CI fails on every branch right now, for two reasons that are unrelated to any code change.

GitHub automatically fails workflows that use actions/cache: v2, so the composer, phpstan and phpcs jobs all die during setup before running anything. This bumps cache to v4, checkout to v4 and the security checker to v5.

The security job fails separately because squizlabs/php_codesniffer 3.7.1 has a published advisory (CVE-2026-67434, OS command injection). Updating it to 3.13.6 clears it. That is the only package the lock file changes.

Checked locally: phpcs passes on the whole codebase with the new version, composer validate passes and the file is still normalized.

GitHub now fails any workflow that uses actions/cache v2, which made every
job fail during setup before running anything. Bumps cache to v4, checkout to
v4 and the security checker to v5.

Also updates squizlabs/php_codesniffer to 3.13.6, which clears the advisory
that was failing the security job.
@marcospassos
marcospassos merged commit f911918 into dev Aug 15, 2026
4 checks passed
@marcospassos
marcospassos deleted the ci/fix-workflow branch August 15, 2026 19:39
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