diff --git a/.github/workflows/release-docker-image.yaml b/.github/workflows/release-docker-image.yaml index 7799a3be..9654e64f 100644 --- a/.github/workflows/release-docker-image.yaml +++ b/.github/workflows/release-docker-image.yaml @@ -54,7 +54,8 @@ jobs: e2e-test: name: E2E Test - uses: IABTechLab/uid2-shared-actions/.github/workflows/shared-run-e2e-tests.yaml@v3 + # Temporarily using branch with debug logging - revert to @v3 after debugging + uses: IABTechLab/uid2-shared-actions/.github/workflows/shared-run-e2e-tests.yaml@wzh-UDI2-6362-give-private-oeprators-site-id-124 needs: Image with: operator_type: public diff --git a/.trivyignore b/.trivyignore index 82ae41f4..3758bb5d 100644 --- a/.trivyignore +++ b/.trivyignore @@ -11,3 +11,5 @@ CVE-2025-64720 exp:2026-06-05 # UID2-6340 CVE-2025-65018 exp:2026-06-05 +# UID2-6362 - Investigating, added for E2E testing +CVE-2025-66293 exp:2025-12-31 diff --git a/pom.xml b/pom.xml index 98d8a155..a9feffc3 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ com.uid2 uid2-core - 2.30.56 + 2.30.59-alpha-167-SNAPSHOT UTF-8 @@ -24,7 +24,7 @@ com.uid2.core.vertx.CoreVerticle io.vertx.core.Launcher - 11.1.91 + 11.1.119-alpha-326-SNAPSHOT ${project.version}