Resolve frontend Qodana critical and high findings (#176)

Resolve recommended-profile Critical and High findings, update vulnerable dependencies, restore invoice queue E2E authentication setup, and clear the remaining frontend Qodana findings.
This commit is contained in:
Jeppe B
2026-07-17 06:22:51 +02:00
committed by GitHub
parent 6b5ac8a8b3
commit 1729443cc3
516 changed files with 3081 additions and 5867 deletions
-4
View File
@@ -152,10 +152,6 @@ function getArtifactNamespace(suffix) {
return sanitizeNamespace(`${baseNamespace}-${suffix}`);
}
function buildProjectArgs(projects) {
return projects.flatMap((project) => ["--project", project]);
}
async function runPlaywright({ label, commandArgs, artifactSuffix }) {
const finalArgs = ["test", ...commandArgs, ...args.forwardedArgs];