feat: implement first actions and workflow for PHP ecosystem #2
__pull-request-ci.yml
on: pull_request
Matrix: ci / linter / 🛡️ CodeQL Analysis
ci
/
...
/
🧹 Lint Code Base
1m 21s
ci
/
...
/
prepare-actions-linting
4s
ci
/
...
/
⚙️ Setup
ci
/
...
/
⚙️ Setup
ci
/
...
/
prepare-variables
ci
/
...
/
🛡️ CodeQL Analysis
ci
/
...
/
🛡️ Dependency Review
ci
/
...
/
🛡️ CodeQL Analysis
ci
/
...
/
🛡️ Dependency Review
ci
/
...
/
🏗️ Build
ci
/
...
/
👕 Lint
ci
/
...
/
🏗️ Build
ci
/
...
/
👕 Lint
Matrix: ci / Test workflow "continuous-integration" / arrange-with-container / build-images
Waiting for pending jobs
ci
/
...
/
🧪 Test
ci
/
...
/
🧪 Test
ci
/
...
/
Publish images manifests
ci
/
...
/
Assert - Ensure build artifact has been uploaded (without container)
ci
/
...
/
⚙️ Setup
ci
/
...
/
🛡️ CodeQL Analysis
ci
/
...
/
🛡️ Dependency Review
ci
/
...
/
🏗️ Build
ci
/
...
/
👕 Lint
ci
/
...
/
🧪 Test
ci
/
...
/
Assert - Ensure build artifact has been uploaded (with container)
Annotations
1 error and 1 warning
|
ci / linter / 🧹 Lint Code Base
Your lock file does not contain a compatible set of packages. Please run composer update.
Problem 1
- phpunit/phpunit is locked to version 10.5.58 and an update of this package was not requested.
- phpunit/phpunit 10.5.58 requires ext-xml * -> it is missing from your system. Install or enable PHP's xml extension.
To enable extensions, verify that they are enabled in your .ini files:
- /etc/php84/php.ini
- /etc/php84/conf.d/00_ctype.ini
- /etc/php84/conf.d/00_curl.ini
- /etc/php84/conf.d/00_dom.ini
- /etc/php84/conf.d/00_iconv.ini
- /etc/php84/conf.d/00_intl.ini
- /etc/php84/conf.d/00_mbstring.ini
- /etc/php84/conf.d/00_openssl.ini
- /etc/php84/conf.d/00_simplexml.ini
- /etc/php84/conf.d/00_tokenizer.ini
- /etc/php84/conf.d/00_xmlwriter.ini
- /etc/php84/conf.d/01_phar.ini
- /etc/php84/conf.d/10_igbinary.ini
You can also run `php --ini` in a terminal to see which files are used by PHP in CLI mode.
Alternatively, you can run Composer with `--ignore-platform-req=ext-xml` to temporarily ignore these required extensions.
|
|
ci / linter / 🛡️ CodeQL Analysis (actions)
1 issue was detected with this workflow: Please specify an on.push hook to analyze and see code scanning alerts from the default branch on the Security tab.
|