Opened 16 months ago
Last modified 16 months ago
#58507 new defect (bug)
GitHub actions are failing
Reported by: | h71 | Owned by: | |
---|---|---|---|
Milestone: | Awaiting Review | Priority: | normal |
Severity: | normal | Version: | |
Component: | General | Keywords: | has-patch |
Focuses: | Cc: |
Description
GitHub actions are failing due to the following error:
- Installing squizlabs/php_codesniffer (3.6.0): Extracting archive [Composer\Plugin\PluginBlockedException] dealerdirect/phpcodesniffer-composer-installer contains a Composer plugin which is blocked by your allow-plugins config. You may add it to the list if you consider it safe. You can run "composer config --no-plugins allow-plugins.dealerdirect/phpcodesniffer-composer-installer [true|false]" to enable it (true) or disable it explicitly and suppress this exception (false) See https://getcomposer.org/allow-plugins
Attachments (1)
Change History (3)
Note: See
TracTickets for help on using
tickets.
Trac ticket: https://core.trac.wordpress.org/ticket/58507
Review notes: Based on the Package documentation, it is needed to be allowed in
allow-plugins
.