Skip to content

[Master] Update Github Actions and PHP dependencies - #652

Merged
pitbulk merged 10 commits into
masterfrom
master_improve_cicd
Aug 6, 2026
Merged

[Master] Update Github Actions and PHP dependencies#652
pitbulk merged 10 commits into
masterfrom
master_improve_cicd

Conversation

@pitbulk

@pitbulk pitbulk commented Aug 6, 2026

Copy link
Copy Markdown
Contributor
  • Update Checkout to 4.x

  • Security improvements:

    • Explicit minimal permissions (least privilege)
    • Actions pinned to commit SHAs (supply-chain protection)
    • Runner OS pinned (reproducibility)
    • PHP versions quoted as strings (YAML float-safe)
    • Job timeout set (cost/runaway protection)
    • Step ordering: checkout before setup-php
    • Removed non-deterministic composer self-update

    Fix PHP dependencies:

"php-coveralls/php-coveralls": "^1.0.2",
"sebastian/phpcpd": "^2.0 || ^3.0",
"phploc/phploc": "^2.1 || ^3.0 || ^4.0",
"pdepend/pdepend" : "^2.5.0",

@pitbulk pitbulk changed the title Update Github Actions [Master] Update Github Actions Aug 6, 2026
@pitbulk
pitbulk merged commit c7ac7da into master Aug 6, 2026
12 of 18 checks passed
@pitbulk pitbulk changed the title [Master] Update Github Actions [Master] Update Github Actions and PHP dependencies Aug 6, 2026
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