Make WordPress Core

Opened 14 months ago

Last modified 14 months ago

#58507 new defect (bug)

GitHub actions are failing

Reported by: h71's profile 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)

58507.diff (419 bytes) - added by h71 14 months ago.

Download all attachments as: .zip

Change History (3)

#1 @h71
14 months ago

  • Summary changed from GitHub actions failing to GitHub actions are failing

This ticket was mentioned in PR #4594 on WordPress/wordpress-develop by @h71.


14 months ago
#2

  • Keywords has-patch added

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.

@h71
14 months ago

Note: See TracTickets for help on using tickets.