IBX-12028: [Composer Audit Ignore] Refactored action to use common source of truth#104
Merged
Merged
Conversation
This was referenced Jul 2, 2026
Merged
alongosz
force-pushed
the
ibx-12028-ci-advisories-patch-revamp
branch
from
July 3, 2026 11:58
44b33e7 to
99a1180
Compare
alongosz
requested review from
KamilSznajdrowicz,
Steveb-p,
ViniTou,
barbaragr,
barw4,
bnowak,
ciastektk,
juskora,
katarzynazawada,
konradoboza,
micszo,
mikadamczyk,
pawlakadrian,
tbialcz,
tomaszszopinski and
wiewiurdp
July 6, 2026 06:47
konradoboza
approved these changes
Jul 6, 2026
micszo
approved these changes
Jul 6, 2026
katarzynazawada
approved these changes
Jul 6, 2026
KamilSznajdrowicz
approved these changes
Jul 6, 2026
pawlakadrian
approved these changes
Jul 6, 2026
The ci-scripts-branch input only redirected the top-level prepare_project_edition.sh fetch; nested ci-scripts fetches remained pinned to main, so feature-branch changes to the shared audit scripts were never exercised on CI. Bridged the input to the scripts by exporting CI_SCRIPTS_REF (from ci-scripts-branch) on both browser-tests prepare steps, so the whole prepare chain follows the selected ref. Applied the same fix to the parallel composer-install -> composer-audit-ignore action path: added a ci-scripts-ref input (defaulting to main) to both composite actions and used it for the configure_composer_audit_ignores.sh fetch, keeping the audit-ignore behaviour consistent regardless of entry point. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
alongosz
force-pushed
the
ibx-12028-ci-advisories-patch-revamp
branch
from
July 6, 2026 09:40
29b9578 to
d879fe9
Compare
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.



Caution
Related PRs:
twig/*advisories & included PHP 8.0 #97Description:
Refactored the
ibexa/gh-workflows/actions/composer-audit-ignore/action.ymlGHA to rely on common/shared source of truth in ci-scripts rather than update hardcoded list everywhere every time Symfony decides to publish yet another advisory.The new source of truth includes newly published PKSA-8zx5-v2nz-58pb (GHSA-529h-vh3j-85hq).
Additionally, to better streamline testing of any changes to scripts fetched from
ci-scriptsviacurl,CI_SCRIPTS_REFenvironment variable and a correspondingci-scripts-refGHA action input was added.For QA:
No QA required.
Tested via:
Documentation:
No documentation required.