Commit 71aa09a
[GHA][REST integration] Applied Composer audit ignores inside tested package
Audit ignores were only ever configured on the workflow checkout, which
becomes vendor/ibexa/rest solely when this callable runs in ibexa/rest
itself. For external callers (e.g. ibexa/http-cache) the checkout is
the caller's package and vendor/ibexa/rest comes pristine from the 4.6
branch, so its composer update hit Composer 2.10's advisory blocking on
PHP 7.4 (unsolvable twig/guzzle advisories on EOL PHP).
Applying the ignores inside vendor/ibexa/rest covers every caller and
makes the runner-side audit ignores step redundant, hence it's dropped.
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>1 parent 648b362 commit 71aa09a
1 file changed
Lines changed: 14 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
48 | | - | |
49 | | - | |
50 | | - | |
51 | | - | |
52 | | - | |
53 | 48 | | |
54 | 49 | | |
55 | 50 | | |
| |||
76 | 71 | | |
77 | 72 | | |
78 | 73 | | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
79 | 83 | | |
80 | 84 | | |
81 | 85 | | |
82 | | - | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
0 commit comments