From 0db52900da730132b63f6cc221ab4f73787a47a8 Mon Sep 17 00:00:00 2001 From: Pauline Jean-Marie Date: Tue, 2 Jul 2024 18:28:37 +0200 Subject: [PATCH] POC Use special core version for security analysis with limits override Signed-off-by: Pauline Jean-Marie --- .github/workflows/maven.yml | 10 ++++++++++ pom.xml | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index 0a8a785d7c..ede7ba85a7 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -25,6 +25,16 @@ jobs: with: distribution: 'temurin' java-version: '17' + + - name: Checkout powsybl-core sources + uses: actions/checkout@v1 + with: + repository: powsybl/powsybl-core + ref: refs/heads/security_analysis_rewrite_operational_limits + + - name: Build and install powsybl-core with Maven + run: mvn --batch-mode -DskipTests=true --file ../powsybl-core/pom.xml install + - name: Build with Maven (Ubuntu / MacOS) if: matrix.os != 'windows-latest' diff --git a/pom.xml b/pom.xml index 03ac9ecac6..9c2f28b188 100644 --- a/pom.xml +++ b/pom.xml @@ -54,7 +54,7 @@ 1.6.3 0.3.2 - 6.4.1 + 6.5.0-SNAPSHOT