ci: Replace shivammathur/setup-php with direct apt commands#523
ci: Replace shivammathur/setup-php with direct apt commands#523mtrezza merged 1 commit intoparse-community:masterfrom
Conversation
|
🚀 Thanks for opening this pull request! We appreciate your effort in improving the project. Please let us know once your pull request is ready for review. Tip
Note Please respond to review comments from AI agents just like you would to comments from a human reviewer. Let the reviewer resolve their own comments, unless they have reviewed and accepted your commit, or agreed with your explanation for why the feedback was incorrect. Caution Pull requests must be written using an AI agent with human supervision. Pull requests written entirely by a human will likely be rejected, because of lower code quality, higher review effort and the higher risk of introducing bugs. Please note that AI review comments on this pull request alone do not satisfy this requirement. |
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (3)
📝 WalkthroughWalkthroughReplaced GitHub Action–based PHP setup ( Changes
Estimated code review effort🎯 2 (Simple) | ⏱️ ~10 minutes 🚥 Pre-merge checks | ✅ 2 | ❌ 3❌ Failed checks (2 warnings, 1 inconclusive)
✅ Passed checks (2 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Warning There were issues while running some tools. Please review the errors and either fix the tool's configuration or disable the tool if it's a critical failure. 🔧 actionlint (1.7.12).github/workflows/ci.ymlcould not read ".github/workflows/ci.yml": open .github/workflows/ci.yml: no such file or directory .github/workflows/release-automated.ymlcould not read ".github/workflows/release-automated.yml": open .github/workflows/release-automated.yml: no such file or directory .github/workflows/release-manual-docs.ymlcould not read ".github/workflows/release-manual-docs.yml": open .github/workflows/release-manual-docs.yml: no such file or directory 🔧 YAMLlint (1.38.0).github/workflows/release-automated.yml[Errno 2] No such file or directory: '.github/workflows/release-automated.yml' .github/workflows/ci.yml[Errno 2] No such file or directory: '.github/workflows/ci.yml' .github/workflows/release-manual-docs.yml[Errno 2] No such file or directory: '.github/workflows/release-manual-docs.yml' 🔧 Checkov (3.2.513).github/workflows/ci.yml2026-04-04 19:04:44,032 [MainThread ] [ERROR] Template file not found: .github/workflows/ci.yml ... [truncated 8994 characters] ... [Errno 2] No such file or directory: '.github/workflows/ci.yml' .github/workflows/release-automated.yml2026-04-04 19:04:44,247 [MainThread ] [ERROR] Template file not found: .github/workflows/release-automated.yml ... [truncated 9249 characters] ... cess file .github/workflows/release-automated.yml .github/workflows/release-manual-docs.yml2026-04-04 19:04:44,379 [MainThread ] [ERROR] Template file not found: .github/workflows/release-manual-docs.yml ... [truncated 9283 characters] ... file .github/workflows/release-manual-docs.yml Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Summary
Replace untrusted third-party
shivammathur/setup-phpaction with directaptcommands to reduce supply chain attack surface. Theondrej/phpPPA is the standard source for PHP packages on Ubuntu.Changes
shivammathur/setup-php@v2withapt-get installfromppa:ondrej/phpinci.yml,release-automated.yml, andrelease-manual-docs.ymlSummary by CodeRabbit